diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a16972e8..fb4a42b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7660,7 +7660,7 @@ snapshots: '@graphql-codegen/gql-tag-operations@6.1.0(graphql@17.0.2)': dependencies: '@graphql-codegen/plugin-helpers': 7.2.1(graphql@17.0.2) - '@graphql-codegen/visitor-plugin-common': 7.2.3(graphql@17.0.2) + '@graphql-codegen/visitor-plugin-common': 7.2.5(graphql@17.0.2) '@graphql-tools/utils': 11.2.2(graphql@17.0.2) auto-bind: 5.0.1 graphql: 17.0.2 @@ -7713,7 +7713,7 @@ snapshots: '@graphql-codegen/typed-document-node@7.1.0(graphql@17.0.2)': dependencies: '@graphql-codegen/plugin-helpers': 7.2.1(graphql@17.0.2) - '@graphql-codegen/visitor-plugin-common': 7.2.3(graphql@17.0.2) + '@graphql-codegen/visitor-plugin-common': 7.2.5(graphql@17.0.2) auto-bind: 5.0.1 change-case-all: 2.1.0 graphql: 17.0.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e0d1aa41..fc226505 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,6 +6,3 @@ allowBuilds: esbuild: true nx: true unrs-resolver: true -minimumReleaseAgeExclude: - - '@graphql-codegen/typescript-react-apollo@4.4.3-alpha-20260808101442-e439530add2acc6e119f54b148ccb537e4d0a7ec' - - '@graphql-codegen/plugin-helpers@7.2.0'