Browse Source

examples: Update aws-uppy-server deps.

Renée Kooi 6 years ago
parent
commit
391c62c4a1
2 changed files with 380 additions and 351 deletions
  1. 373 345
      examples/aws-uppy-server/package-lock.json
  2. 7 6
      examples/aws-uppy-server/package.json

File diff suppressed because it is too large
+ 373 - 345
examples/aws-uppy-server/package-lock.json


+ 7 - 6
examples/aws-uppy-server/package.json

@@ -2,7 +2,7 @@
   "private": true,
   "name": "uppy-server-aws-example",
   "scripts": {
-    "copy": "cp ../../dist/uppy.min.css .",
+    "copy": "cp ../../packages/uppy/dist/uppy.min.css .",
     "start:client": "budo main.js:bundle.js -- -t babelify -g aliasify",
     "start:server": "node server.js",
     "start": "npm-run-all --serial copy --parallel start:*"
@@ -14,14 +14,15 @@
   },
   "dependencies": {
     "aliasify": "^2.1.0",
-    "babelify": "^7.3.0",
-    "body-parser": "^1.18.2",
-    "budo": "^10.0.4",
+    "babel-core": "^6.26.3",
+    "babelify": "^8.0.0",
+    "body-parser": "^1.18.3",
+    "budo": "^11.3.2",
     "cookie-parser": "^1.4.3",
     "cors": "^2.8.4",
-    "express": "^4.16.2",
+    "express": "^4.16.3",
     "express-session": "^1.15.6",
-    "npm-run-all": "^4.1.2",
+    "npm-run-all": "^4.1.3",
     "rimraf": "^2.6.2"
   }
 }

Some files were not shown because too many files changed in this diff