Skip to content

Commit

Permalink
Merge branch 'master' into null-param
Browse files Browse the repository at this point in the history
  • Loading branch information
steffnay authored Jun 6, 2021
2 parents 81f7d52 + b703db8 commit fa57ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@types/mocha": "^8.0.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/node": "^14.0.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.0",
"@types/tmp": "0.2.0",
Expand All @@ -88,7 +89,7 @@
"mv": "^2.1.1",
"ncp": "^2.0.0",
"proxyquire": "^2.1.0",
"sinon": "^10.0.0",
"sinon": "^11.0.0",
"tmp": "0.2.1",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chai": "^4.2.0",
"mocha": "^8.0.0",
"proxyquire": "^2.1.3",
"sinon": "^10.0.0",
"sinon": "^11.0.0",
"uuid": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion system-test/fixtures/kitchen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/bigquery": "file:./google-cloud-bigquery.tgz"
},
"devDependencies": {
"@types/node": "^10.3.0",
"@types/node": "^14.0.0",
"typescript": "^3.0.0",
"gts": "^2.0.0"
}
Expand Down

0 comments on commit fa57ad3

Please sign in to comment.