Skip to content

Commit

Permalink
fix lockfile and imports from LSP merge (#2243)
Browse files Browse the repository at this point in the history
* fix lockfile and imports

* create changeset
  • Loading branch information
acao committed Mar 23, 2022
1 parent c90b227 commit 3626f8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/giant-hats-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"graphql-language-service-cli": patch
"graphql-language-service": patch
---

fix lockfile and imports from LSP merge
5 changes: 5 additions & 0 deletions .changeset/rude-walls-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphql-language-service': patch
---

default to es6 target across the language services, fix #2240
2 changes: 0 additions & 2 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^5.0.0",
"graphql-language-service-server": "^2.7.16",
"graphql-language-service-utils": "^2.7.1",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11265,16 +11265,16 @@ grapheme-splitter@^1.0.4:
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==

"graphiql@file:packages/graphiql":
version "1.6.0"
version "1.7.1"
dependencies:
"@graphiql/toolkit" "^0.4.2"
codemirror "^5.58.2"
codemirror-graphql "^1.2.12"
codemirror-graphql "^1.2.13"
copy-to-clipboard "^3.2.0"
dset "^3.1.0"
entities "^2.0.0"
escape-html "^1.0.3"
graphql-language-service "^4.1.5"
graphql-language-service "^5.0.0"
markdown-it "^12.2.0"

graphql-config@^4.1.0:
Expand Down

0 comments on commit 3626f8d

Please sign in to comment.