Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2890)
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 Jan 29, 2024
1 parent c55b172 commit 3583070
Show file tree
Hide file tree
Showing 5 changed files with 857 additions and 879 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"@vue/test-utils": "^2.4.3",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"happy-dom": "^13.3.1",
"husky": "^9.0.6",
"inquirer": "^9.2.12",
"inquirer": "^9.2.13",
"lzutf8": "^0.6.3",
"markdown-it": "^14.0.0",
"nano-staged": "^0.8.0",
Expand All @@ -104,8 +104,8 @@
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.11",
"vitest": "^1.2.1",
"vite-plugin-vue-devtools": "^7.0.13",
"vitest": "^1.2.2",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
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 @@ -24,11 +24,11 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.20.1",
"vue-eslint-parser": "^9.4.0"
"vue-eslint-parser": "^9.4.2"
},
"devDependencies": {
"eslint": "^8.56.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,14 +15,14 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@vitejs/plugin-vue": "^5.0.3",
"rimraf": "^5.0.5",
"vite": "^5.0.12",
"vue": "^3.4.15"
},
"dependencies": {
"@vue/repl": "^3.3.0",
"@vue/repl": "^3.4.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1"
}
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.8",
"@babel/runtime": "^7.23.9",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.21",
"@tarojs/helper": "3.6.21",
Expand All @@ -38,7 +38,7 @@
"vue": "^3.4.15"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@tarojs/cli": "3.6.21",
"@tarojs/webpack5-runner": "3.6.21",
"@types/webpack-env": "^1.18.4",
Expand All @@ -51,6 +51,6 @@
"stylelint": "^16.2.0",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
}
}
Loading

0 comments on commit 3583070

Please sign in to comment.