We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6996e8 commit 2e2023aCopy full SHA for 2e2023a
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"@bazel/labs": "^0.42.3",
6
"@bazel/rollup": "^3.0.0",
7
"@bazel/typescript": "^3.0.0",
8
- "@google-cloud/bigquery": "~7.1.1",
+ "@google-cloud/bigquery": "8.0.0",
9
"@google-cloud/storage": "^5.8.2",
10
"@rollup/plugin-node-resolve": "^7.1.3",
11
"@types/chai": "^4.1.7",
@@ -101,6 +101,8 @@
101
"**/node-fetch": "^2.6.7",
102
"**/markdown-it": "^12.3.2",
103
"**/wrap-ansi": "7.0.0",
104
- "**/string-width": "4.1.0"
+ "**/string-width": "4.1.0",
105
+ "**/teeny-request": "10.1.0",
106
+ "**/google-auth-library": "10.5.0"
107
}
108
0 commit comments