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

chore(testing): Add missing dependencies

Michael Bromley пре 6 година
родитељ
комит
38ef3f4e28
3 измењених фајлова са 6 додато и 4 уклоњено
  1. 0 1
      packages/core/package.json
  2. 5 3
      packages/testing/package.json
  3. 1 0
      scripts/publish-to-verdaccio.sh

+ 0 - 1
packages/core/package.json

@@ -91,7 +91,6 @@
     "@types/node-fetch": "^2.5.2",
     "@types/progress": "^2.0.3",
     "@types/prompts": "^2.0.2",
-    "faker": "^4.1.0",
     "gulp": "^4.0.0",
     "mysql": "^2.16.0",
     "node-fetch": "^2.6.0",

+ 5 - 3
packages/testing/package.json

@@ -32,13 +32,15 @@
   },
   "dependencies": {
     "@vendure/common": "^0.5.0",
+    "faker": "^4.1.0",
     "graphql": "^14.5.8",
-    "graphql-tag": "^2.10.1"
+    "graphql-tag": "^2.10.1",
+    "node-fetch": "^2.6.0",
+    "node-libcurl": "^2.0.2",
+    "sql.js": "^1.0.0"
   },
   "devDependencies": {
     "@vendure/core": "^0.5.0",
-    "node-fetch": "^2.6.0",
-    "node-libcurl": "^2.0.2",
     "rimraf": "^3.0.0",
     "typescript": "^3.6.4"
   }

+ 1 - 0
scripts/publish-to-verdaccio.sh

@@ -18,3 +18,4 @@ cd ../core && npm publish -reg $VERDACCIO &&\
 cd ../create && npm publish -reg $VERDACCIO &&\
 cd ../elasticsearch-plugin && npm publish -reg $VERDACCIO &&\
 cd ../email-plugin && npm publish -reg $VERDACCIO
+cd ../testing && npm publish -reg $VERDACCIO