You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**@constructive-io/graphql-explorer** -- GraphQL Explorer UI
70
+
71
+
**Important:** Having different versions of `grafast` (or other singleton graphile packages) installed in the same workspace causes runtime errors like `Preset attempted to register version 'X' of 'grafast', but version 'Y' is already registered`. This is why **all** packages must use the same pinned versions.
72
+
64
73
## Upgrading Graphile RC Versions
65
74
66
75
When upgrading to a new Graphile RC set:
67
76
68
77
1. Check the latest RC versions on npm for all packages listed in the table above
69
78
2. Verify peer dependency compatibility by running `npm view <package>@<version> peerDependencies` for each package
70
79
3. Update **all** packages in this table simultaneously -- do not upgrade one without the others
71
-
4. Update every `graphile/*/package.json` that references these packages
80
+
4. Update every `graphile/*/package.json`and `graphql/*/package.json`that references these packages
0 commit comments