Skip to content

Commit b0a3c22

Browse files
committed
chore: mismatched dependencies and yarn cleanup
1 parent 1956011 commit b0a3c22

File tree

4 files changed

+9831
-261
lines changed

4 files changed

+9831
-261
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"license": "MIT",
44
"workspaces": [
5-
"packages"
5+
"packages/*"
66
],
77
"lint-staged": {
88
"*.{js,ts,jsx,tsx}": [

packages/graphiql-2-rfc-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@theme-ui/core": "^0.4.0-alpha.1",
4848
"copy-to-clipboard": "^3.2.0",
4949
"entities": "^2.0.0",
50-
"graphql-language-service": "^2.4.0-alpha.7",
50+
"graphql-language-service": "^3.0.2-alpha.2",
5151
"i18next": "^19.4.4",
5252
"i18next-browser-languagedetector": "^4.1.1",
5353
"markdown-it": "^10.0.0",

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"codemirror": "^5.54.0",
46-
"codemirror-graphql": "^0.12.0",
46+
"codemirror-graphql": "^0.12.2-alpha.1",
4747
"copy-to-clipboard": "^3.2.0",
4848
"entities": "^2.0.0",
4949
"markdown-it": "^10.0.0"

0 commit comments

Comments
 (0)