@graphql-yoga/graphiql 4.4.3-alpha-20251107021414-3e1270415b295fe25cc44c5498a6776102974bc1 → 4.4.4-alpha-20251113122836-28ca0bfb85d875e1f7e673f0c32d0303cc7235a3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-yoga/graphiql",
3
- "version": "4.4.3-alpha-20251107021414-3e1270415b295fe25cc44c5498a6776102974bc1",
3
+ "version": "4.4.4-alpha-20251113122836-28ca0bfb85d875e1f7e673f0c32d0303cc7235a3",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@graphiql/plugin-explorer": "5.1.1",
32
32
  "@graphiql/toolkit": "0.11.3",
33
- "@graphql-tools/url-loader": "9.0.2",
33
+ "@graphql-tools/url-loader": "9.0.4",
34
34
  "graphiql": "5.2.0",
35
35
  "graphql": "16.12.0",
36
36
  "json-bigint-patch": "0.0.8",
@@ -39,10 +39,10 @@
39
39
  "tslib": "2.8.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/react": "19.2.2",
43
- "@types/react-dom": "19.2.2",
44
- "@vitejs/plugin-react": "5.1.0",
45
- "vite": "7.2.1",
42
+ "@types/react": "19.2.4",
43
+ "@types/react-dom": "19.2.3",
44
+ "@vitejs/plugin-react": "5.1.1",
45
+ "vite": "7.2.2",
46
46
  "vite-plugin-monaco-editor": "1.1.0"
47
47
  },
48
48
  "sideEffects": false,