diff --git a/package-lock.json b/package-lock.json index 7e924c1..b9d262b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "rulesgenie", "version": "0.1.0", + "license": "MIT", "dependencies": { "better-sqlite3": "^12.1.0", "clsx": "^2.1.1", @@ -28,7 +29,11 @@ "eslint-config-next": "^15.3.2", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", - "typescript": "^5.8.3" + "typescript": "^6.0.3" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=9.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -6662,9 +6667,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==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index e2def0b..f61e35b 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "eslint-config-next": "^15.3.2", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", - "typescript": "^5.8.3" + "typescript": "^6.0.3" } }