diff --git a/package.json b/package.json index 311a092f..58ffa103 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,9 @@ "pnpm": { "patchedDependencies": { "embedded-postgres@18.1.0-beta.16": "patches/embedded-postgres@18.1.0-beta.16.patch" + }, + "overrides": { + "rollup": ">=4.59.0" } } } diff --git a/packages/plugins/examples/plugin-authoring-smoke-example/package.json b/packages/plugins/examples/plugin-authoring-smoke-example/package.json index 66657e4a..61b27ab9 100644 --- a/packages/plugins/examples/plugin-authoring-smoke-example/package.json +++ b/packages/plugins/examples/plugin-authoring-smoke-example/package.json @@ -34,7 +34,7 @@ "@types/node": "^24.6.0", "@types/react": "^19.0.8", "esbuild": "^0.27.3", - "rollup": "^4.38.0", + "rollup": "^4.59.0", "tslib": "^2.8.1", "typescript": "^5.7.3", "vitest": "^3.0.5"