Skip to content

Commit b3d6e84

Browse files
Unpin graphql package (#1010)
Pinning graphql is causing duplicated versions to exist in projects that have graphql as a dependency. Unpin to prevent this duplication. This update caused some issues with dependency installation until the package-lock file was removed. The following install necessitated a couple minor changes: * Match pinned core-js dependency, update package-lock. Update usage of core-js. * Update snapshot
1 parent aba34ad commit b3d6e84

6 files changed

Lines changed: 355 additions & 690 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
- `apollo`
66
- Support validation parameters for service:check [#953](https://github.com/apollographql/apollo-tooling/pull/953)
77
- Leverage nullability of validation parameters [#1006](https://github.com/apollographql/apollo-tooling/pull/1006)
8+
- Unpin graphql version [#1010](https://github.com/apollographql/apollo-tooling/pull/1010)
89
- `apollo-language-server`
910
- Better error handling in ApolloEngineClient [#953](https://github.com/apollographql/apollo-tooling/pull/953)
1011
- Fix language server mis-reporting client identity for schema loading operation [#940](https://github.com/apollographql/apollo-tooling/pull/940)
12+
- Unpin graphql version [#1010](https://github.com/apollographql/apollo-tooling/pull/1010)
1113
- `vscode-apollo`
1214
- Fix inline graphql highlighting in Vue `<script>` tags [#981](https://github.com/apollographql/apollo-tooling/pull/981)
1315
- Fix graphql comments not being highlighted correctly [#907](https://github.com/apollographql/apollo-tooling/pull/907)

0 commit comments

Comments
 (0)