Skip to content

Commit 43e7056

Browse files
authored
fix: [email protected] has broken reference to vscode types (#1479)
* alpha has broken reference to types * add bugfixes option to optimize build output
1 parent e4f6b24 commit 43e7056

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const envConfig = {
44
ignoreBrowserslistConfig: true,
55
modules: 'commonjs',
66
targets: { node: true },
7+
bugfixes: true,
78
};
89

910
if (process.env.ESM) {

packages/graphql-language-service-interface/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"dependencies": {
3030
"graphql-language-service-parser": "^1.6.0-alpha.3",
3131
"graphql-language-service-types": "^1.6.0-alpha.5",
32-
"graphql-language-service-utils": "^2.4.0-alpha.6"
32+
"graphql-language-service-utils": "^2.4.0-alpha.6",
33+
"vscode-languageserver-types": "^3.15.1"
3334
},
3435
"devDependencies": {
3536
"graphql-config": "3.0.0-rc.2"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9702,12 +9702,12 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3
97029702
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
97039703

97049704
"graphiql@file:packages/graphiql":
9705-
version "1.0.0-alpha.5"
9705+
version "1.0.0-alpha.7"
97069706
dependencies:
97079707
"@emotion/core" "^10.0.28"
97089708
"@mdx-js/react" "^1.5.2"
97099709
codemirror "^5.52.2"
9710-
codemirror-graphql "^0.12.0-alpha.5"
9710+
codemirror-graphql "^0.12.0-alpha.6"
97119711
copy-to-clipboard "^3.2.0"
97129712
entities "^2.0.0"
97139713
markdown-it "^10.0.0"
@@ -18509,7 +18509,7 @@ [email protected]:
1850918509
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.15.0.tgz#c45a23308ec0967135c483b759dfaf97978d9e0a"
1851018510
integrity sha512-AXteNagMhBWnZ6gNN0UB4HTiD/7TajgfHl6jaM6O7qz3zDJw0H3Jf83w05phihnBRCML+K6Ockh8f8bL0OObPw==
1851118511

18512-
18512+
[email protected], vscode-languageserver-types@^3.15.1:
1851318513
version "3.15.1"
1851418514
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.15.1.tgz#17be71d78d2f6236d414f0001ce1ef4d23e6b6de"
1851518515
integrity sha512-+a9MPUQrNGRrGU630OGbYVQ+11iOIovjCkqxajPa9w57Sd5ruK8WQNsslzpa0x/QJqC8kRc2DUxWjIFwoNm4ZQ==

0 commit comments

Comments
 (0)