There was an error while loading. Please reload this page.
1 parent 0807b43 commit f8b599cCopy full SHA for f8b599c
1 file changed
cloud-language/package.json
@@ -3,7 +3,7 @@
3
"license": "Apache-2.0",
4
"author": "Google Inc.",
5
"engines": {
6
- "node": ">=16.0.0"
+ "node": ">=20.0.0"
7
},
8
"repository": "googleapis/nodejs-language",
9
"private": true,
@@ -15,14 +15,14 @@
15
"test": "c8 mocha -p -j 2 --timeout 60000"
16
17
"dependencies": {
18
- "@google-cloud/language": "^6.1.0",
19
- "@google-cloud/storage": "^7.0.0",
+ "@google-cloud/language": "^7.0.0",
+ "@google-cloud/storage": "^8.0.0",
20
"mathjs": "^13.0.0",
21
"yargs": "^17.0.0"
22
23
"devDependencies": {
24
- "c8": "^10.0.0",
25
- "chai": "^4.5.0",
+ "c8": "^12.0.0",
+ "chai": "^6.0.0",
26
"mocha": "^10.0.0",
27
"uuid": "^11.1.1"
28
}
0 commit comments