Skip to content

Commit 676f910

Browse files
authored
[graphiql] move @graphiql/toolkit to devDependecies because umd build is bundled with all dependencies in one file (#3675)
* aa * aa
1 parent 5450e6b commit 676f910

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/loud-cherries-crash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphiql': patch
3+
---
4+
5+
move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file

packages/graphiql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"webpack": "webpack-cli --config resources/webpack.config.js"
4848
},
4949
"dependencies": {
50-
"@graphiql/react": "^0.23.0",
51-
"@graphiql/toolkit": "^0.9.2"
50+
"@graphiql/react": "^0.23.0"
5251
},
5352
"peerDependencies": {
5453
"graphql": "^15.5.0 || ^16.0.0",
5554
"react": "^16.8.0 || ^17 || ^18",
5655
"react-dom": "^16.8.0 || ^17 || ^18"
5756
},
5857
"devDependencies": {
58+
"@graphiql/toolkit": "^0.9.2",
5959
"@cypress/webpack-preprocessor": "^5.5.0",
6060
"@testing-library/jest-dom": "5.16.5",
6161
"@testing-library/react": "14.0.0",

0 commit comments

Comments
 (0)