Explorar el Código

Uninstall nprogress in top-level package.json and install in frontend package.json

sbkwgh hace 7 años
padre
commit
004d54d381
Se han modificado 4 ficheros con 6 adiciones y 6 borrados
  1. 5 0
      frontend/package-lock.json
  2. 1 0
      frontend/package.json
  3. 0 5
      package-lock.json
  4. 0 1
      package.json

+ 5 - 0
frontend/package-lock.json

@@ -5397,6 +5397,11 @@
         "set-blocking": "2.0.0"
       }
     },
+    "nprogress": {
+      "version": "0.2.0",
+      "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
+      "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E="
+    },
     "nth-check": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",

+ 1 - 0
frontend/package.json

@@ -19,6 +19,7 @@
     "lodash.throttle": "^4.1.1",
     "marked": "^0.3.9",
     "node-sass": "^4.5.3",
+    "nprogress": "^0.2.0",
     "sass-loader": "^6.0.6",
     "socket.io-client": "^1.7.3",
     "vue": "^2.4.2",

+ 0 - 5
package-lock.json

@@ -2817,11 +2817,6 @@
         "path-key": "2.0.1"
       }
     },
-    "nprogress": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
-      "integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E="
-    },
     "nth-check": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",

+ 0 - 1
package.json

@@ -31,7 +31,6 @@
     "multer": "^1.3.0",
     "mysql": "^2.13.0",
     "mysql2": "^1.4.2",
-    "nprogress": "^0.2.0",
     "preview-link": "0.0.0",
     "randomcolor": "^0.4.4",
     "sequelize": "^3.30.0",