Skip to content

Commit 9f1fb21

Browse files
jmdobryNimJay
authored andcommitted
Update storage samples. (#263)
* Update storage samples. * Update dependencies.
1 parent 29ec6d5 commit 9f1fb21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cloud-language/snippets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test": "cd ..; npm run st -- language/system-test/*.test.js"
99
},
1010
"dependencies": {
11-
"@google-cloud/language": "^0.6.0",
12-
"@google-cloud/storage": "^0.4.0",
13-
"yargs": "^6.4.0"
11+
"@google-cloud/language": "0.7.0",
12+
"@google-cloud/storage": "0.6.0",
13+
"yargs": "6.5.0"
1414
},
1515
"engines": {
1616
"node": ">=4.3.2"

cloud-language/snippets/slackbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "demo_bot.js",
99
"dependencies": {
1010
"botkit": "^0.0.5",
11-
"@google-cloud/language": "^0.6.3",
11+
"@google-cloud/language": "0.7.0",
1212
"sqlite3": "^3.1.8"
1313
},
1414
"scripts": {

cloud-language/snippets/system-test/analyze.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
'use strict';
1717

18-
const uuid = require(`node-uuid`);
18+
const uuid = require(`uuid`);
1919
const path = require(`path`);
2020
const storage = require(`@google-cloud/storage`)();
2121
const run = require(`../../utils`).run;

0 commit comments

Comments
 (0)