From fdc45f6b4987f0c71add09821798db638dd9366e Mon Sep 17 00:00:00 2001 From: NGPixel Date: Tue, 5 Sep 2023 05:07:08 +0000 Subject: [PATCH] fix: downgrade to graphql 16.6.0 due to rollup bug --- ux/package-lock.json | 8 ++++---- ux/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ux/package-lock.json b/ux/package-lock.json index 23a31228..99efb16a 100644 --- a/ux/package-lock.json +++ b/ux/package-lock.json @@ -46,7 +46,7 @@ "filesize": "10.0.12", "filesize-parser": "1.5.0", "fuse.js": "6.6.2", - "graphql": "16.8.0", + "graphql": "16.6.0", "graphql-tag": "2.12.6", "highlight.js": "11.8.0", "js-cookie": "3.0.5", @@ -4172,9 +4172,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", - "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/ux/package.json b/ux/package.json index 194e4c7f..9a8c0e75 100644 --- a/ux/package.json +++ b/ux/package.json @@ -51,7 +51,7 @@ "filesize": "10.0.12", "filesize-parser": "1.5.0", "fuse.js": "6.6.2", - "graphql": "16.8.0", + "graphql": "16.6.0", "graphql-tag": "2.12.6", "highlight.js": "11.8.0", "js-cookie": "3.0.5",