Преглед изворни кода

fix: downgrade to graphql 16.6.0 due to rollup bug

NGPixel пре 1 година
родитељ
комит
fdc45f6b49
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 4 4
      ux/package-lock.json
  2. 1 1
      ux/package.json

+ 4 - 4
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"
       }

+ 1 - 1
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",