Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent c98a1ee commit f7917a6
Show file tree
Hide file tree
Showing 9 changed files with 1,582 additions and 1,250 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,45 +75,45 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.77.2",
"vue-router": "^4.3.2"
"sass": "^1.77.6",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/config-inspector": "^0.4.8",
"@eslint/config-inspector": "^0.5.0",
"@eslint/eslintrc": "^3.1.0",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.30",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.11.0",
"happy-dom": "^14.12.3",
"husky": "^9.0.11",
"inquirer": "^9.2.22",
"inquirer": "^9.2.23",
"lzutf8": "^0.6.3",
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-vue-devtools": "^7.2.1",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.4",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.27",
"vue": "^3.4.30",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand All @@ -129,6 +129,6 @@
"url": "https://github.com/jdf2e/nutui.git"
},
"resolutions": {
"@typescript-eslint/utils": "^8.0.0-alpha.16"
"@typescript-eslint/utils": "^8.0.0-alpha.33"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.16",
"@typescript-eslint/parser": "^8.0.0-alpha.16",
"@stylistic/eslint-plugin": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.33",
"@typescript-eslint/parser": "^8.0.0-alpha.33",
"eslint-plugin-vue": "^9.26.0",
"typescript-eslint": "^8.0.0-alpha.16",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^9.3.0"
"typescript-eslint": "^8.0.0-alpha.33",
"vue-eslint-parser": "^9.4.3",
"@eslint/js": "^9.5.0"
},
"devDependencies": {
"eslint": "^9.3.0"
"eslint": "^9.5.0"
},
"peerDependencies": {
"eslint": "^8.44.0 || ^9.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.8",
"@vitejs/plugin-vue": "^5.0.5",
"rimraf": "^5.0.7",
"vite": "^5.2.11",
"vue": "^3.4.27"
"vite": "^5.3.1",
"vue": "^3.4.30"
},
"dependencies": {
"@vue/repl": "^3.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.27",
"@nutui/nutui": "^4.3.8",
"vue": "^3.4.30",
"@nutui/nutui": "^4.3.10",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.11",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1",
"unplugin-vue-components": "^0.27.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-prettier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"linguist-languages": "^7.27.0",
"prettier": "^3.2.5"
"prettier": "^3.3.2"
},
"keywords": [],
"author": "jdf2e",
Expand Down
10 changes: 5 additions & 5 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.6",
"@babel/runtime": "^7.24.7",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.30",
"@tarojs/helper": "3.6.30",
Expand All @@ -36,10 +36,10 @@
"@tarojs/runtime": "3.6.30",
"@tarojs/shared": "3.6.30",
"@tarojs/taro": "3.6.30",
"vue": "^3.4.27"
"vue": "^3.4.30"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.24.7",
"@tarojs/cli": "3.6.30",
"@tarojs/webpack5-runner": "3.6.30",
"@types/webpack-env": "^1.18.5",
Expand All @@ -49,9 +49,9 @@
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.30",
"style-loader": "^4.0.0",
"stylelint": "^16.6.0",
"stylelint": "^16.6.1",
"typescript": "^5.4.5",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0"
"webpack": "^5.92.1"
}
}
4 changes: 2 additions & 2 deletions packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"unplugin-vue-markdown": "^0.26.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.6.0",
"@shikijs/markdown-it": "^1.9.0",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit f7917a6

Please sign in to comment.