Skip to content

Commit

Permalink
Add + run dependency updating (bash) script (#401)
Browse files Browse the repository at this point in the history
* Add + run dependency updating script

* Address comments

Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e

* Run dependency script again

Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5

* Update license

Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2

* Update (more) dependencies

Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
  • Loading branch information
Ace Nassri authored and NimJay committed Nov 10, 2022
1 parent 6a37022 commit 73530f0
Show file tree
Hide file tree
Showing 4 changed files with 1,931 additions and 1,229 deletions.
12 changes: 6 additions & 6 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/language": "0.10.3",
"@google-cloud/storage": "1.1.0",
"yargs": "7.1.0"
"@google-cloud/language": "0.10.5",
"@google-cloud/storage": "1.1.1",
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.14",
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
"proxyquire": "1.8.0",
"sinon": "2.3.4"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
10 changes: 5 additions & 5 deletions cloud-language/snippets/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"test": "npm run system-test"
},
"dependencies": {
"botkit": "0.0.5",
"@google-cloud/language": "0.10.2",
"@google-cloud/language": "0.10.5",
"botkit": "0.5.4",
"sqlite3": "3.1.8"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.4",
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
"proxyquire": "1.8.0",
"sinon": "2.3.4"
}
}
Loading

0 comments on commit 73530f0

Please sign in to comment.