diff --git a/apps/showcase/package.json b/apps/showcase/package.json index 3841d90..f94c521 100644 --- a/apps/showcase/package.json +++ b/apps/showcase/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", - "typescript": "^6.0.3", + "typescript": "^7.0.0", "typescript-eslint": "^8.59.2", "vite": "^8.0.16" } diff --git a/package.json b/package.json index 7944439..76e3965 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/node": "^26.0.0", "@types/react": "^19.2.17", "tailwindcss": "^4.3.1", - "typescript": "^6.0.3", + "typescript": "^7.0.0", "vite": "^8.0.16" } }