diff --git a/board/package-lock.json b/board/package-lock.json index 3cdffdd..8cccf99 100644 --- a/board/package-lock.json +++ b/board/package-lock.json @@ -26,8 +26,11 @@ "eslint-config-next": "16.2.7", "jsdom": "^29.1.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vitest": "^4.1.8" + }, + "engines": { + "node": ">=22" } }, "node_modules/@adobe/css-tools": { @@ -8830,7 +8833,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -10194,9 +10196,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/board/package.json b/board/package.json index ba0842b..e524740 100644 --- a/board/package.json +++ b/board/package.json @@ -42,7 +42,7 @@ "eslint-config-next": "16.2.7", "jsdom": "^29.1.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vitest": "^4.1.8" }, "overrides": {