diff --git a/examples/nextjs-minimal/package-lock.json b/examples/nextjs-minimal/package-lock.json index 10e9e70..71fd70a 100644 --- a/examples/nextjs-minimal/package-lock.json +++ b/examples/nextjs-minimal/package-lock.json @@ -20,7 +20,7 @@ "@types/react-dom": "^18", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^25.0.1", - "typescript": "^5", + "typescript": "^6", "vitest": "^2.1.5" } }, @@ -3615,9 +3615,9 @@ "license": "0BSD" }, "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/examples/nextjs-minimal/package.json b/examples/nextjs-minimal/package.json index 5a18e12..01f428a 100644 --- a/examples/nextjs-minimal/package.json +++ b/examples/nextjs-minimal/package.json @@ -21,7 +21,7 @@ "@types/react": "^18", "@types/react-dom": "^18", "@vitejs/plugin-react": "^4.3.4", - "typescript": "^5", + "typescript": "^6", "vitest": "^2.1.5", "jsdom": "^25.0.1" }