Skip to content

Commit 03171d5

Browse files
authored
pin GraphiQL v4 stable version in ESM-based CDN examples (#3910)
* upd * upd * upd * upd
1 parent 50b6836 commit 03171d5

File tree

8 files changed

+21
-176
lines changed

8 files changed

+21
-176
lines changed

examples/graphiql-cdn/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</style>
3232
<link
3333
rel="stylesheet"
34-
href="https://esm.sh/[email protected]-canary-fcd3265c.0/dist/style.css"
34+
href="https://esm.sh/[email protected]/dist/style.css"
3535
/>
3636
<link
3737
rel="stylesheet"
38-
href="https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0/dist/style.css"
38+
href="https://esm.sh/@graphiql/[email protected]/dist/style.css"
3939
/>
4040
<!-- Note: the ?standalone flag bundles the module along with all of its `dependencies`, excluding `peerDependencies`, into a single JavaScript file. -->
4141
<script type="importmap">
@@ -47,9 +47,9 @@
4747
"react-dom": "https://esm.sh/[email protected]",
4848
"react-dom/client": "https://esm.sh/[email protected]/client",
4949

50-
"graphiql": "https://esm.sh/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51-
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52-
"@graphiql/react": "https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
50+
"graphiql": "https://esm.sh/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51+
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52+
"@graphiql/react": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
5353

5454
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected]?standalone&external=graphql",
5555
"graphql": "https://esm.sh/[email protected]"

examples/graphiql-parcel/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<link
2020
rel="stylesheet"
21-
href="https://esm.sh/[email protected]-canary-fcd3265c.0/dist/style.css"
21+
href="https://esm.sh/[email protected]/dist/style.css"
2222
/>
2323
</head>
2424

packages/graphiql-plugin-code-exporter/example/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</style>
3232
<link
3333
rel="stylesheet"
34-
href="https://esm.sh/[email protected]-canary-fcd3265c.0/dist/style.css"
34+
href="https://esm.sh/[email protected]/dist/style.css"
3535
/>
3636
<link
3737
rel="stylesheet"
38-
href="https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0/dist/style.css"
38+
href="https://esm.sh/@graphiql/[email protected]/dist/style.css"
3939
/>
4040
<!-- Note: the ?standalone flag bundles the module along with all of its `dependencies`, excluding `peerDependencies`, into a single JavaScript file. -->
4141
<script type="importmap">
@@ -47,9 +47,9 @@
4747
"react-dom": "https://esm.sh/[email protected]",
4848
"react-dom/client": "https://esm.sh/[email protected]/client",
4949

50-
"graphiql": "https://esm.sh/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51-
"@graphiql/plugin-code-exporter": "https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql&[email protected]",
52-
"@graphiql/react": "https://esm.sh/@graphiql/[email protected]-canary-fcd3265c.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
50+
"graphiql": "https://esm.sh/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51+
"@graphiql/plugin-code-exporter": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql&[email protected]",
52+
"@graphiql/react": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
5353

5454
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected]?standalone&external=graphql",
5555
"graphql": "https://esm.sh/[email protected]",

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react": "^19.1.0",
5252
"react-dom": "^19.1.0",
5353
"typescript": "^4.6.3",
54-
"vite": "^6.3.3",
54+
"vite": "^6.3.4",
5555
"vite-plugin-dts": "^4.0.1"
5656
}
5757
}

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react": "^19.1.0",
5151
"react-dom": "^19.1.0",
5252
"typescript": "^4.6.3",
53-
"vite": "^6.3.3",
53+
"vite": "^6.3.4",
5454
"vite-plugin-svgr": "^4.3.0",
5555
"vite-plugin-dts": "^4.0.1"
5656
}

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"react": "^19.1.0",
7777
"react-dom": "^19.1.0",
7878
"typescript": "^4.6.3",
79-
"vite": "^6.3.3",
79+
"vite": "^6.3.4",
8080
"vite-plugin-svgr": "^4.3.0",
8181
"vite-plugin-dts": "^4.5.3"
8282
}

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lightningcss": "^1.29.3",
6262
"babel-plugin-react-compiler": "19.1.0-rc.1",
6363
"vite-plugin-dts": "^4.5.3",
64-
"vite": "^6.3.3",
64+
"vite": "^6.3.4",
6565
"@vitejs/plugin-react": "^4.4.1",
6666
"@graphiql/toolkit": "^0.11.2",
6767
"@testing-library/jest-dom": "^6.6.3",

0 commit comments

Comments
 (0)