diff --git a/package-lock.json b/package-lock.json index 20bf277..64eb8e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,10 +30,10 @@ "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.3", - "prettier": "^3.8.3", + "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "typescript-eslint": "^8.59.2", "vitest": "^4.1.5" } @@ -7934,9 +7934,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "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 2f8eb69..61fc51e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "typescript-eslint": "^8.59.2", "vitest": "^4.1.5" },