diff --git a/package-lock.json b/package-lock.json index 7bccb78..d7097a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "postcss": "^8.4.24", "prettier": "^2.8.8", "tailwindcss": "^3.3.2", - "typescript": "^4.9.5" + "typescript": "^5.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -5603,16 +5603,16 @@ } }, "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.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "devOptional": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 86fd0ed..ff1010f 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "postcss": "^8.4.24", "prettier": "^2.8.8", "tailwindcss": "^3.3.2", - "typescript": "^4.9.5" + "typescript": "^5.0.0" } }