Skip to content

Commit

Permalink
Update dependencies + fix a few tests (#448)
Browse files Browse the repository at this point in the history
* Add semistandard as a devDependency

* Fix storage tests

* Fix language tests

* Update (some) dependencies

* Fix language slackbot tests
  • Loading branch information
Ace Nassri authored Aug 5, 2017
1 parent 8ab8083 commit 3ec2c50
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,6 @@
"system-test": "ava -T 1m --verbose system-test/*.test.js",
"test": "npm run system-test"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"dependencies": {
"@google-cloud/dlp": "^0.1.0",
"google-auth-library": "0.10.0",
"google-auto-auth": "0.7.0",
"google-proto-files": "0.12.0",
"mime": "1.3.6",
"request": "2.81.0",
"request-promise": "4.2.1",
"safe-buffer": "5.1.0",
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true,
Expand Down Expand Up @@ -64,5 +45,20 @@
"usage": "node metadata.js --help"
}
]
},
"dependencies": {
"@google-cloud/dlp": "^0.1.0",
"google-auth-library": "0.10.0",
"google-auto-auth": "0.7.1",
"google-proto-files": "0.12.1",
"mime": "1.3.6",
"request": "2.81.0",
"request-promise": "4.2.1",
"safe-buffer": "5.1.1",
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.16",
"ava": "0.21.0"
}
}

0 comments on commit 3ec2c50

Please sign in to comment.