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 Oct 14, 2024
1 parent 0c27c45 commit a753949
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 336 deletions.
2 changes: 1 addition & 1 deletion packages/create-vant-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"rslog": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"license": "MIT",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@types/lodash": "^4.17.10",
"@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@rsbuild/core": "1.0.10",
"@rsbuild/core": "1.0.13",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"rspack-plugin-virtual-module": "^0.1.13",
"terser": "^5.34.1",
"transliteration": "^2.3.5",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vue-router": "^4.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.5.11",
"@vue/runtime-core": "^3.5.12",
"vant": "workspace:*",
"vue": "^3.5.11",
"vue": "^3.5.12",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"eslint": "^8.57.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-popperjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@popperjs/core": "^2.11.8",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"devDependencies": {
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vue": "^3.5.11"
"typescript": "^5.6.3",
"vue": "^3.5.12"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 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.11"
"@vue/shared": "^3.5.12"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^2.1.2",
"@vue/runtime-core": "^3.5.11",
"@vue/runtime-core": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit a753949

Please sign in to comment.