Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3068)
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 May 10, 2024
1 parent 3cf1b36 commit d83f94c
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 325 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.76.0",
"sass": "^1.77.0",
"vue-router": "^4.3.2"
},
"devDependencies": {
Expand All @@ -87,19 +87,19 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.10.1",
"husky": "^9.0.11",
"inquirer": "^9.2.20",
"lzutf8": "^0.6.3",
Expand All @@ -113,7 +113,7 @@
"vite-plugin-vue-devtools": "^7.1.3",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"typescript-eslint": "^7.8.0",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^8.57.0"
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": "^20.12.8",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.11",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"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.26",
"@nutui/nutui": "^4.3.6",
"vue": "^3.4.27",
"@nutui/nutui": "^4.3.7",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
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,13 +36,13 @@
"@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/webpack-env": "^1.18.4",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^7.1.1",
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 @@ -36,7 +36,7 @@
"unplugin-vue-markdown": "^0.26.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.4.0",
"@shikijs/markdown-it": "^1.5.1",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
Expand Down
624 changes: 312 additions & 312 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit d83f94c

Please sign in to comment.