fix: downgrade to graphql 16.6.0 due to rollup bug

pull/6775/head
NGPixel 1 year ago
parent fc7c24c63f
commit fdc45f6b49
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -46,7 +46,7 @@
"filesize": "10.0.12", "filesize": "10.0.12",
"filesize-parser": "1.5.0", "filesize-parser": "1.5.0",
"fuse.js": "6.6.2", "fuse.js": "6.6.2",
"graphql": "16.8.0", "graphql": "16.6.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"highlight.js": "11.8.0", "highlight.js": "11.8.0",
"js-cookie": "3.0.5", "js-cookie": "3.0.5",
@ -4172,9 +4172,9 @@
"dev": true "dev": true
}, },
"node_modules/graphql": { "node_modules/graphql": {
"version": "16.8.0", "version": "16.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
"engines": { "engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
} }

@ -51,7 +51,7 @@
"filesize": "10.0.12", "filesize": "10.0.12",
"filesize-parser": "1.5.0", "filesize-parser": "1.5.0",
"fuse.js": "6.6.2", "fuse.js": "6.6.2",
"graphql": "16.8.0", "graphql": "16.6.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"highlight.js": "11.8.0", "highlight.js": "11.8.0",
"js-cookie": "3.0.5", "js-cookie": "3.0.5",

Loading…
Cancel
Save