Sfoglia il codice sorgente

HUE-8885 [frontend] Downgrade knockout to 3.4.2

Knockout 3.5.0 is not compatible with ko.sortable that is used by the dashboard. This will be fixed in Knockout 3.5.1 which is not available at this point.
Johan Ahlen 6 anni fa
parent
commit
09c3302384
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -7031,9 +7031,9 @@
       "dev": true
     },
     "knockout": {
-      "version": "3.5.0",
-      "resolved": "https://registry.npmjs.org/knockout/-/knockout-3.5.0.tgz",
-      "integrity": "sha1-bT4Zv1Ox3E2N6ByXpbqWckQ9wpI="
+      "version": "3.4.2",
+      "resolved": "https://registry.npmjs.org/knockout/-/knockout-3.4.2.tgz",
+      "integrity": "sha1-6HlY3netHpNvfOZFuri118RW2Tc="
     },
     "knockout-sortable": {
       "version": "1.1.0",

+ 1 - 1
package.json

@@ -35,7 +35,7 @@
     "jquery-mousewheel": "3.1.13",
     "jquery-ui": "1.12.1",
     "jquery.cookie": "1.4.1",
-    "knockout": "3.5.0",
+    "knockout": "3.4.2",
     "knockout-sortable": "1.1.0",
     "knockout-switch-case": "2.1.0",
     "knockout.mapping": "2.4.3",