Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2921)
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] committed Feb 12, 2024
1 parent 0567135 commit 8e9763f
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 303 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.14",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^18.19.15",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
Expand All @@ -103,11 +103,11 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-plugin-vue-devtools": "^7.0.14",
"vitest": "^1.2.2",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.15",
"vue": "^3.4.18",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
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.5",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"vue-eslint-parser": "^9.4.2"
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": "^18.19.14",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^18.19.15",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.0.12",
"vue": "^3.4.15"
"vite": "^5.1.1",
"vue": "^3.4.18"
},
"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.15",
"@nutui/nutui": "^4.2.9",
"vue": "^3.4.18",
"@nutui/nutui": "^4.3.0",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12",
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.1",
"unplugin-vue-components": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.15"
"vue": "^3.4.18"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.9",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 8e9763f

Please sign in to comment.