We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@graphiql/toolkit
devDependecies
1 parent 5450e6b commit 676f910Copy full SHA for 676f910
.changeset/loud-cherries-crash.md
@@ -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
@@ -47,15 +47,15 @@
47
"webpack": "webpack-cli --config resources/webpack.config.js"
48
},
49
"dependencies": {
50
- "@graphiql/react": "^0.23.0",
51
- "@graphiql/toolkit": "^0.9.2"
+ "@graphiql/react": "^0.23.0"
52
53
"peerDependencies": {
54
"graphql": "^15.5.0 || ^16.0.0",
55
"react": "^16.8.0 || ^17 || ^18",
56
"react-dom": "^16.8.0 || ^17 || ^18"
57
58
"devDependencies": {
+ "@graphiql/toolkit": "^0.9.2",
59
"@cypress/webpack-preprocessor": "^5.5.0",
60
"@testing-library/jest-dom": "5.16.5",
61
"@testing-library/react": "14.0.0",
0 commit comments