Skip to content

Commit

Permalink
Merge branch 'master' into nodejs-chc-v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
noerog authored Jun 18, 2019
2 parents 2ff7a9e + cb0d852 commit 4a7c04f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appengine/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"eslint": "^5.4.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-prettier": "^3.0.0",
"mocha": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.11.0",
"@google-cloud/logging-winston": "^1.0.0",
"body-parser": "1.19.0",
"express": "^4.17.1",
"promise-mysql": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "repo-tools test run --cmd npm -- run all-test"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.11.0",
"@google-cloud/logging-winston": "^1.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.2",
"knex": "^0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/dialogflow/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"firebase-admin": "^8.0.0",
"firebase-functions": "^2.2.0"
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"@google-cloud/functions-emulator": "^1.0.0-beta.5",
Expand Down
2 changes: 1 addition & 1 deletion functions/speech-to-speech/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@google-cloud/translate": "^3.0.0",
"uuid": "^3.3.2",
"firebase-admin": "^8.0.0",
"firebase-functions": "^2.1.0"
"firebase-functions": "^3.0.0"
},
"devDependencies": {
"@google-cloud/functions-emulator": "^1.0.0-beta.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
Expand Down

0 comments on commit 4a7c04f

Please sign in to comment.