Skip to content

Commit

Permalink
fix: update @Google-Cloud deps
Browse files Browse the repository at this point in the history
Set node6 as minimum
  • Loading branch information
@jotadeveloper authored and griffithtp committed Aug 3, 2019
1 parent 6f8cc73 commit 811b706
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 199 deletions.
13 changes: 8 additions & 5 deletions plugins/verdaccio-google-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"dependencies": {
"@google-cloud/datastore": "^1.4.1",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/datastore": "^2.0.0",
"@google-cloud/storage": "^2.3.4",
"@verdaccio/streams": "^1.0.0",
"fast-crc32c": "^1.0.4",
"http-errors": "1.6.3"
"http-errors": "1.7.1"
},
"devDependencies": {
"@commitlint/cli": "7.0.0",
Expand Down Expand Up @@ -60,10 +60,13 @@
"husky": "0.14.3",
"jest": "23.4.1",
"lint-staged": "7.2.0",
"standard-version": "4.3.0",
"memory-fs": "^0.4.1",
"prettier": "1.13.7",
"rmdir-sync": "1.0.1"
"rmdir-sync": "1.0.1",
"standard-version": "4.3.0"
},
"engines": {
"node": ">=6.12.0"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 811b706

Please sign in to comment.