Skip to content

Commit

Permalink
plugin doc fix, normalize versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 18, 2023
1 parent 9ff7e66 commit 48b006a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 350 deletions.
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"babel-loader": "^9.1.2",
"cross-env": "^7.0.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"webpack": "5.75.0",
"webpack": "5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"worker-loader": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ So we use that UMD global in our script:
</body>
<!-- be sure to include all the other imports, such as react, react-dom and graphiql itself, see /examples/graphiql-cdn -->
<script
src="https://unpkg.com/[email protected]/dist/my-schema-printer-plugin.umd.js"
src="https://unpkg.com/[email protected]/dist/index.umd.js"
crossorigin="anonymous"
></script>

Expand Down
Loading

0 comments on commit 48b006a

Please sign in to comment.