Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent d63bbf7 commit d053522
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 79 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": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"rslog": "^1.2.2",
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 @@ -40,6 +40,6 @@
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.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": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rspack-plugin-virtual-module": "^0.1.12",
"terser": "^5.31.1",
"transliteration": "^2.3.5",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"vue-router": "^4.4.0"
}
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 @@ -41,6 +41,6 @@
"vue": "^3.4.29",
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.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.0",
"typescript": "^5.4.5"
"typescript": "^5.5.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.20.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vue": "^3.4.29"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
Expand Down
Loading

0 comments on commit d053522

Please sign in to comment.