update typescript to 5.3

This commit is contained in:
syuilo 2023-11-21 11:32:13 +09:00
parent 8bd9077f77
commit 77ac51a680
6 changed files with 91 additions and 91 deletions

View file

@ -165,7 +165,7 @@
"tsconfig-paths": "4.2.0",
"twemoji-parser": "14.0.0",
"typeorm": "0.3.17",
"typescript": "5.2.2",
"typescript": "5.3.2",
"ulid": "2.3.0",
"vary": "1.1.2",
"web-push": "3.6.6",

View file

@ -69,7 +69,7 @@
"tsc-alias": "1.8.8",
"tsconfig-paths": "4.2.0",
"twemoji-parser": "14.0.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"uuid": "9.0.1",
"v-code-diff": "1.7.2",
"vanilla-tilt": "1.8.1",

View file

@ -32,7 +32,7 @@
"jest-websocket-mock": "2.5.0",
"mock-socket": "9.3.1",
"tsd": "0.29.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"files": [
"built"

View file

@ -18,7 +18,7 @@
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.53.0",
"eslint-plugin-import": "2.29.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"type": "module"
}