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 Dec 20, 2024
1 parent b581b98 commit c2adcf9
Show file tree
Hide file tree
Showing 9 changed files with 406 additions and 508 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"engines": {
"pnpm": ">= 9.15.0"
"pnpm": ">= 9.15.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand All @@ -29,6 +29,6 @@
"prettier": "^3.4.2"
},
"overrides": {
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
}
}
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.5",
"typescript": "^5.7.2"
}
}
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 @@ -37,7 +37,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.5",
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rsbuild/core": "^1.1.7",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-less": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.1",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-vue": "^1.0.5",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@vant/eslint-config": "workspace:^",
Expand All @@ -62,7 +62,7 @@
"autoprefixer": "^10.4.20",
"commander": "^12.1.0",
"rslog": "^1.2.3",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"eslint": "^8.57.1",
"enquirer": "2.4.1",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.5",
"@vue/runtime-core": "^3.5.13",
"typescript": "^5.7.2",
"vant": "workspace:*",
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 @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.5",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.5",
"typescript": "^5.7.2",
"vue": "^3.5.13"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-istanbul": "^2.1.6",
"@vitest/coverage-istanbul": "^2.1.8",
"@vue/runtime-core": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
Expand Down
Loading

0 comments on commit c2adcf9

Please sign in to comment.