Update to TypeScript 5.0
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 17 Mar 2023 09:47:31 +0000 (10:47 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 17 Mar 2023 09:47:31 +0000 (10:47 +0100)
package-lock.json
package.json

index 447cba43ba0de6eddc0bbff85cd87a4937e1c465..e0073914914dbbc39baf27c979b76709cb61181d 100644 (file)
@@ -27,7 +27,7 @@
         "eslint": "^8.36.0",
         "eslint-config-prettier": "^8.7.0",
         "prettier": "^2.8.4",
-        "typescript": "^4.9.5"
+        "typescript": "^5.0.2"
       }
     },
     "node_modules/@eslint-community/eslint-utils": {
       }
     },
     "node_modules/typescript": {
-      "version": "4.9.5",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
-      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
+      "version": "5.0.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
+      "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
       "dev": true,
       "bin": {
         "tsc": "bin/tsc",
         "tsserver": "bin/tsserver"
       },
       "engines": {
-        "node": ">=4.2.0"
+        "node": ">=12.20"
       }
     },
     "node_modules/uri-js": {
       "dev": true
     },
     "typescript": {
-      "version": "4.9.5",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
-      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
+      "version": "5.0.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
+      "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
       "dev": true
     },
     "uri-js": {
index 25a5a8cbcbe4edfe18972bb65d4f7e3a335517be..6f71232aa2062877b8c624ff0f3ed3901917a6db 100644 (file)
@@ -12,7 +12,7 @@
     "eslint": "^8.36.0",
     "eslint-config-prettier": "^8.7.0",
     "prettier": "^2.8.4",
-    "typescript": "^4.9.5"
+    "typescript": "^5.0.2"
   },
   "dependencies": {
     "@types/google.maps": "^3.51.1",