Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (jd-opensource#3033)
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 15, 2024
1 parent f83471e commit 7cd3ce9
Show file tree
Hide file tree
Showing 7 changed files with 384 additions and 324 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,24 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.74.1",
"sass": "^1.75.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@eslint/config-inspector": "^0.4.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/config-inspector": "^0.4.6",
"@eslint/eslintrc": "^3.0.2",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
Expand All @@ -101,7 +101,7 @@
"fs-extra": "^11.2.0",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
"inquirer": "^9.2.17",
"inquirer": "^9.2.18",
"lzutf8": "^0.6.3",
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
Expand All @@ -110,8 +110,8 @@
"typescript": "^5.4.4",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25",
"vitest": "^1.4.0",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.5.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.21",
"vue-tsc": "^1.8.27"
Expand Down
8 changes: 4 additions & 4 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.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint-plugin-vue": "^9.24.0",
"typescript-eslint": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint-plugin-vue": "^9.25.0",
"typescript-eslint": "^7.6.0",
"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 @@ -15,7 +15,7 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"vue": "^3.4.21",
"@nutui/nutui": "^4.3.4",
"@nutui/nutui": "^4.3.5",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"fs-extra": "^11.2.0",
"lzutf8": "^0.6.3",
"markdown-it-container": "^4.0.0",
"unplugin-vue-markdown": "^0.26.0"
"unplugin-vue-markdown": "^0.26.1"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.2.4",
"@shikijs/markdown-it": "^1.3.0",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
Expand Down
Loading

0 comments on commit 7cd3ce9

Please sign in to comment.