@graphql-yoga/graphiql 4.4.4-alpha-20260113194601-c20427921f907d696a80f26a4ceeeca60de2a380 → 4.4.4-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e
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/dist/monacoeditorwork/graphql.worker..bundle.js +2348 -2087
- package/dist/yoga-graphiql.es.js +31398 -31110
- package/dist/yoga-graphiql.umd.js +394 -393
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/graphiql",
|
|
3
|
-
"version": "4.4.4-alpha-
|
|
3
|
+
"version": "4.4.4-alpha-20260115094341-63d17ec3eb77c7b877a57f0ac9ff3276246bfb6e",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"repository": {
|
|
@@ -46,9 +46,13 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@envelop/core": "workspace:^",
|
|
49
|
+
"@graphiql/react": "^0.37.3",
|
|
49
50
|
"@types/react": "19.2.4",
|
|
50
51
|
"@types/react-dom": "19.2.3",
|
|
51
52
|
"@vitejs/plugin-react": "5.1.1",
|
|
53
|
+
"monaco-editor": "^0.52.0",
|
|
54
|
+
"prettier": "^3.8.0",
|
|
55
|
+
"react-compiler-runtime": "^1.0.0",
|
|
52
56
|
"tsdown": "^0.20.0-beta.1",
|
|
53
57
|
"vite": "7.2.2",
|
|
54
58
|
"vite-plugin-monaco-editor": "1.1.0"
|