Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2940)
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 Mar 4, 2024
1 parent e5fe0e9 commit b8b43f7
Show file tree
Hide file tree
Showing 6 changed files with 789 additions and 725 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"happy-dom": "^13.6.0",
"happy-dom": "^13.6.2",
"husky": "^9.0.11",
"inquirer": "^9.2.15",
"lzutf8": "^0.6.3",
Expand All @@ -104,10 +104,10 @@
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vite-plugin-vue-devtools": "^7.0.15",
"vite-plugin-vue-devtools": "^7.0.16",
"vitest": "^1.3.1",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.20",
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
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": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.22.0",
"vue-eslint-parser": "^9.4.2"
Expand Down
4 changes: 2 additions & 2 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.18",
"@types/node": "^18.19.21",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.1.4",
"vue": "^3.4.20"
"vue": "^3.4.21"
},
"dependencies": {
"@vue/repl": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.20",
"@nutui/nutui": "^4.3.0",
"vue": "^3.4.21",
"@nutui/nutui": "^4.3.1",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.24",
"@tarojs/helper": "3.6.24",
Expand All @@ -35,10 +35,10 @@
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"vue": "^3.4.20"
"vue": "^3.4.21"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/webpack-env": "^1.18.4",
Expand Down
Loading

0 comments on commit b8b43f7

Please sign in to comment.