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] committed Apr 25, 2024
1 parent 01183e1 commit 0c30194
Show file tree
Hide file tree
Showing 11 changed files with 294 additions and 409 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,9 +17,9 @@
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"engines": {
"pnpm": ">= 9.0.0"
"pnpm": ">= 9.0.6"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.6",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vant-cli-app/package.json
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
},
"dependencies": {
"rslog": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Expand Up @@ -40,6 +40,6 @@
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/vant-auto-import-resolver/package.json
Expand Up @@ -40,6 +40,6 @@
"license": "MIT",
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
}
}
16 changes: 8 additions & 8 deletions packages/vant-cli/package.json
Expand Up @@ -43,15 +43,15 @@
"@types/lodash": "^4.17.0",
"@types/markdown-it": "^13.0.7",
"rimraf": "^5.0.5",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.4",
"@rsbuild/plugin-babel": "0.6.4",
"@rsbuild/plugin-vue": "0.6.4",
"@rsbuild/plugin-vue-jsx": "0.6.4",
"@rsbuild/core": "0.6.6",
"@rsbuild/plugin-babel": "0.6.6",
"@rsbuild/plugin-vue": "0.6.6",
"@rsbuild/plugin-vue-jsx": "0.6.6",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^4.6.2",
Expand All @@ -78,10 +78,10 @@
"postcss-load-config": "^4.0.2",
"prettier": "^3.2.5",
"rspack-plugin-virtual-module": "^0.1.12",
"terser": "^5.30.3",
"terser": "^5.30.4",
"transliteration": "^2.3.5",
"typescript": "^5.0.4",
"vite": "^5.0.12",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vue-router": "^4.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/vant-compat/package.json
Expand Up @@ -36,11 +36,11 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.4.23",
"@vue/runtime-core": "^3.4.25",
"vant": "workspace:*",
"vue": "^3.4.23",
"vue": "^3.4.25",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/vant-eslint-config/package.json
Expand Up @@ -20,14 +20,14 @@
"author": "chenjiahan",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.25.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-popperjs/package.json
Expand Up @@ -40,6 +40,6 @@
"@popperjs/core": "^2.11.8",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.0.4"
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/vant-use/package.json
Expand Up @@ -40,8 +40,8 @@
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.0.4",
"vue": "^3.4.23"
"typescript": "^5.4.5",
"vue": "^3.4.25"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/vant/package.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.4.23"
"@vue/shared": "^3.4.25"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand All @@ -61,17 +61,17 @@
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.1.3",
"@vue/runtime-core": "^3.4.23",
"@vitest/coverage-istanbul": "^1.5.2",
"@vue/runtime-core": "^3.4.25",
"@vue/test-utils": "^2.4.5",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^22.1.0",
"typescript": "^5.0.4",
"vite": "^5.0.12",
"vitest": "^1.1.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-router": "^4.3.2"
},
"sideEffects": [
Expand Down

0 comments on commit 0c30194

Please sign in to comment.