Skip to content

Commit 903bec8

Browse files
committed
plugin doc fix, normalize versions
1 parent d811ef8 commit 903bec8

File tree

3 files changed

+10
-350
lines changed

3 files changed

+10
-350
lines changed

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"babel-loader": "^9.1.2",
2727
"cross-env": "^7.0.2",
2828
"css-loader": "^6.7.3",
29-
"html-webpack-plugin": "^4.2.0",
29+
"html-webpack-plugin": "^5.5.0",
3030
"react-dom": "^18.2.0",
3131
"style-loader": "^3.3.1",
32-
"webpack": "5.75.0",
32+
"webpack": "5.76.0",
3333
"webpack-cli": "^5.0.1",
3434
"webpack-dev-server": "^4.11.1",
3535
"worker-loader": "^2.0.0"

packages/graphiql/docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ So we use that UMD global in our script:
9090
</body>
9191
<!-- be sure to include all the other imports, such as react, react-dom and graphiql itself, see /examples/graphiql-cdn -->
9292
<script
93-
src="https://unpkg.com/[email protected]/dist/my-schema-printer-plugin.umd.js"
93+
src="https://unpkg.com/[email protected]/dist/index.umd.js"
9494
crossorigin="anonymous"
9595
></script>
9696

0 commit comments

Comments
 (0)