Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 1f24cbc commit 12f8464
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 274 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
"prettier": "^3.3.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1",
"vue": "^3.5.5"
"vue": "^3.5.8"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "1.0.4",
"@rsbuild/core": "1.0.7",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
"@rsbuild/plugin-vue": "1.0.1",
"@rsbuild/plugin-vue-jsx": "1.0.1",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20",
"commander": "^12.1.0",
"rslog": "^1.2.3",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"enquirer": "2.4.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand All @@ -83,7 +83,7 @@
"terser": "^5.33.0",
"transliteration": "^2.3.5",
"typescript": "^5.5.4",
"vite": "^5.4.5",
"vite": "^5.4.8",
"vue-router": "^4.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.5.5",
"@vue/runtime-core": "^3.5.8",
"vant": "workspace:*",
"vue": "^3.5.5",
"vue": "^3.5.8",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-vue": "^9.28.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"vue": "^3.5.5"
"vue": "^3.5.8"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.5.5"
"@vue/shared": "^3.5.8"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/runtime-core": "^3.5.5",
"@vue/runtime-core": "^3.5.8",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^24.1.3",
"typescript": "^5.5.4",
"vite": "^5.4.5",
"vite": "^5.4.8",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.5",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit 12f8464

Please sign in to comment.