diff --git a/examples/astro-5/package.json b/examples/astro-5/package.json index 8f8cbd26..79f8bc2d 100644 --- a/examples/astro-5/package.json +++ b/examples/astro-5/package.json @@ -9,12 +9,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^6.4.6", + "astro": "^7.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/examples/astro/package.json b/examples/astro/package.json index 15dbf653..7090b0d4 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^18.3.12", diff --git a/integration-tests/test-apps/astro-4/package.json b/integration-tests/test-apps/astro-4/package.json index 4d4dcda4..2520a729 100644 --- a/integration-tests/test-apps/astro-4/package.json +++ b/integration-tests/test-apps/astro-4/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/integration-tests/test-apps/astro-5/package.json b/integration-tests/test-apps/astro-5/package.json index 8f8cbd26..79f8bc2d 100644 --- a/integration-tests/test-apps/astro-5/package.json +++ b/integration-tests/test-apps/astro-5/package.json @@ -9,12 +9,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^6.4.6", + "astro": "^7.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/packages/astro-plugin/package.json b/packages/astro-plugin/package.json index c6b25231..c7bf75ec 100644 --- a/packages/astro-plugin/package.json +++ b/packages/astro-plugin/package.json @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^5.0.5", "@types/node": "^20.19.43", "@vitest/coverage-v8": "^3.2.6", - "astro": "^6.4.6", + "astro": "^7.1.1", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", "ts-node": "^10.9.2",