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:
renovate[bot]
2024-09-08 13:29:44 +00:00
committed by GitHub
parent 746fdb5699
commit 2a645cc1ba
11 changed files with 80 additions and 80 deletions

View File

@@ -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",

View File

@@ -41,6 +41,6 @@
"devDependencies": {
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}

View File

@@ -40,6 +40,6 @@
"license": "MIT",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}

View File

@@ -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"
}

View File

@@ -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] === '{') {

View File

@@ -41,6 +41,6 @@
"vue": "^3.5.0",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}

View File

@@ -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"

View File

@@ -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"
}
}

View File

@@ -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": {

View File

@@ -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",