Skip to content

Commit

Permalink
Update dependencies (#468)
Browse files Browse the repository at this point in the history
* Fix docs-samples tests, round 1

* Fix circle.yml

* Add RUN_ALL_BUILDS flag

* More container builder bugfixes

* Tweak env vars + remove manual proxy install

* Env vars in bashrc don't evaluate dynamically, so avoid them

* Add semicolons for command ordering

* Add appengine/static-files test to circle.yaml

* Fix failing container builder tests

* Address comments
  • Loading branch information
Ace Nassri committed Nov 11, 2022
1 parent e889acb commit a376783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"@google-cloud/error-reporting": "0.2.1",
"express": "4.15.3",
"express": "4.15.4",
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.16",
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.21.0",
"proxyquire": "1.8.0",
"sinon": "3.0.0"
"sinon": "3.2.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down

0 comments on commit a376783

Please sign in to comment.