diff --git a/explorer/package.json b/explorer/package.json index 9e1687da6..0aab9ff69 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -39,6 +39,6 @@ "eslint": "^10.0.0", "eslint-config-next": "16.1.6", "tailwindcss": "^4", - "typescript": "^5" + "typescript": "^6.0.0" } } diff --git a/frontend/package.json b/frontend/package.json index 59cddd934..3e99f1e26 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,7 +98,7 @@ "start-server-and-test": "^2.0.3", "tailwindcss": "^3.4.3", "tsx": "^4.11.0", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "vite": "^7.0.0", "vite-plugin-node-polyfills": "^0.25.0", "vite-plugin-vue-devtools": "^8.0.0",