Skip to content

Commit

Permalink
Fix Yarn workspace (#4203)
Browse files Browse the repository at this point in the history
* Fix Yarn workspace

* Remove migration from changesets config
  • Loading branch information
darrellwarde authored Oct 25, 2023
1 parent f1e0936 commit 732039b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"workspaces": [
"packages/*",
"packages/graphql/tests/performance/server",
"examples/migration",
"examples/neo-place",
"examples/subscriptions/*"
],
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 732039b

Please sign in to comment.