diff --git a/.changeset/config.json b/.changeset/config.json index 0e7de93cac..b3581081c2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "access": "public", "baseBranch": "dev", "updateInternalDependencies": "patch", - "ignore": ["apollo-federation-subgraph-compatibility", "migration"], + "ignore": ["apollo-federation-subgraph-compatibility"], "privatePackages": { "version": true, "tag": true }, "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true diff --git a/package.json b/package.json index 439e448eaf..8fa91a8929 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "workspaces": [ "packages/*", "packages/graphql/tests/performance/server", - "examples/migration", "examples/neo-place", "examples/subscriptions/*" ], diff --git a/yarn.lock b/yarn.lock index 8f21185d69..90cc83b3c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18940,17 +18940,6 @@ __metadata: languageName: node linkType: hard -"migration@workspace:examples/migration": - version: 0.0.0-use.local - resolution: "migration@workspace:examples/migration" - dependencies: - "@apollo/server": ^4.7.0 - "@neo4j/graphql": ^4.3.4 - graphql: 16.8.1 - neo4j-driver: 5.13.0 - languageName: unknown - linkType: soft - "miller-rabin@npm:^4.0.0": version: 4.0.1 resolution: "miller-rabin@npm:4.0.1"