Update typescript to version 5.2.2

This commit is contained in:
depfu[bot]
2023-08-28 20:42:04 +00:00
committed by Owen Rees
parent d33d447f90
commit 076182f1ef
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -36,7 +36,7 @@
"sharp": "^0.32.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.0.8",
@@ -6416,9 +6416,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
+1 -1
View File
@@ -37,7 +37,7 @@
"sharp": "^0.32.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.0.8",