mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(deps): update dependency typescript to ^5.5.4 (#12964)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chenjiahan <chenjiahan.jait@bytedance.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"rslog": "^1.2.3",
|
||||
|
@@ -41,6 +41,6 @@
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.23.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
@@ -40,6 +40,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
@@ -82,7 +82,7 @@
|
||||
"rspack-plugin-virtual-module": "^0.1.13",
|
||||
"terser": "^5.31.6",
|
||||
"transliteration": "^2.3.5",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.3",
|
||||
"vue-router": "^4.4.3"
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ function formatArguments(input: string): VueEventArgument[] {
|
||||
input = formatType(input);
|
||||
while (input.length > 0) {
|
||||
if (/(?!_)\w/.test(input[0])) {
|
||||
const val = input.match(/(\w|\s|\p{P}|\||\[|\]|>|<)+/)![0] || '';
|
||||
const val = input.match(/(\w|\s|\||\[|\]|>|<)+/)![0] || '';
|
||||
input = input.substring(val.length);
|
||||
items.push(val);
|
||||
} else if (input[0] === '{') {
|
||||
|
@@ -41,6 +41,6 @@
|
||||
"vue": "^3.5.0",
|
||||
"esbuild": "^0.23.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0 || ^8.2.0"
|
||||
|
@@ -40,6 +40,6 @@
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"esbuild": "^0.23.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.23.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.4",
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -67,7 +67,7 @@
|
||||
"csstype": "^3.1.3",
|
||||
"diffable-html": "^5.0.0",
|
||||
"jsdom": "^24.1.3",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.3",
|
||||
"vitest": "^1.6.0",
|
||||
"vitest-canvas-mock": "^0.3.3",
|
||||
|
Reference in New Issue
Block a user