Prechádzať zdrojové kódy

Add missing dependencies

Committer: Tatiana Inama <tatii.oxo@gmail.com>
Tatiana Inama 7 rokov pred
rodič
commit
891e337859
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 1 1
      ktchn/package.json
  2. 2 0
      recipes/package.json

+ 1 - 1
ktchn/package.json

@@ -32,7 +32,7 @@
     "ramda": "^0.26.1",
     "recipe-ingredient-parser": "git+https://github.com/DavidVentura/recipe-parser.git",
     "request": "^2.88.0",
-    "request-promise": "^4.2.2"
+    "request-promise": "^4.2.4"
   },
   "devDependencies": {
     "@types/morgan": "^1.7.35",

+ 2 - 0
recipes/package.json

@@ -28,9 +28,11 @@
     "axios": "^0.19.0",
     "classnames": "^2.2.6",
     "convert-units": "git+https://github.com/ben-ng/convert-units.git",
+    "cssnano": "^4.1.10",
     "formik": "1.5.7",
     "moment": "^2.24.0",
     "node-sass": "^4.11.0",
+    "npm": "^6.11.2",
     "ramda": "^0.26.1",
     "react": "^16.8.4",
     "react-dom": "^16.8.4",