update typescript

This commit is contained in:
syuilo 2024-06-21 13:03:00 +09:00
parent b683d79f8b
commit 1df90cef4c
6 changed files with 137 additions and 137 deletions

View file

@ -177,7 +177,7 @@
"tsc-alias": "1.8.8",
"tsconfig-paths": "4.2.0",
"typeorm": "0.3.20",
"typescript": "5.4.5",
"typescript": "5.5.2",
"ulid": "2.3.0",
"vary": "1.1.2",
"web-push": "3.6.7",

View file

@ -68,7 +68,7 @@
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.8",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5",
"typescript": "5.5.2",
"uuid": "9.0.1",
"v-code-diff": "1.11.0",
"vite": "5.2.11",

View file

@ -51,7 +51,7 @@
"nodemon": "3.1.0",
"execa": "8.0.1",
"tsd": "0.30.7",
"typescript": "5.4.5",
"typescript": "5.5.2",
"esbuild": "0.19.11",
"glob": "10.3.12"
},

View file

@ -20,7 +20,7 @@
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"nodemon": "3.1.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"type": "module"
}