There was an error while loading. Please reload this page.
1 parent b2feb4b commit da8a684Copy full SHA for da8a684
1 file changed
document-warehouse/package.json
@@ -3,16 +3,19 @@
3
"private": true,
4
"license": "Apache-2.0",
5
"author": "Google LLC",
6
+ "engines": {
7
+ "node": ">=20.0.0"
8
+ },
9
"scripts": {
10
"test": "c8 mocha test/*.test.js --timeout 600000"
11
},
12
"dependencies": {
- "@google-cloud/contentwarehouse": "^1.0.0",
- "@google-cloud/iam": "^1.0.0",
- "@google-cloud/resource-manager": "^5.0.0"
13
+ "@google-cloud/contentwarehouse": "^2.0.0",
14
+ "@google-cloud/iam": "^2.0.0",
15
+ "@google-cloud/resource-manager": "^6.0.0"
16
17
"devDependencies": {
18
"assert": "^2.0.0",
- "c8": "^10.0.0"
19
+ "c8": "^12.0.0"
20
}
-}
21
+}
0 commit comments