Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (jdf2e#3047)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 87c0518 commit ab3542e
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 423 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"vue-router": "^4.3.2"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/config-inspector": "^0.4.6",
"@eslint/config-inspector": "^0.4.7",
"@eslint/eslintrc": "^3.0.2",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
Expand All @@ -90,9 +90,9 @@
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-istanbul": "^1.5.1",
"@vitest/coverage-v8": "^1.5.1",
"@vitest/ui": "^1.5.1",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
Expand All @@ -110,10 +110,10 @@
"typescript": "^5.4.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.5.0",
"vite-plugin-vue-devtools": "^7.1.2",
"vitest": "^1.5.1",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint-plugin-vue": "^9.25.0",
"typescript-eslint": "^7.7.0",
"typescript-eslint": "^7.7.1",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^8.57.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.10",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"dependencies": {
"@vue/repl": "^3.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.23",
"vue": "^3.4.25",
"@nutui/nutui": "^4.3.6",
"@nutui/touch-emulator": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand All @@ -49,7 +49,7 @@
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^4.0.0",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"typescript": "^5.4.4",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0"
Expand Down
Loading

0 comments on commit ab3542e

Please sign in to comment.