Skip to content

Commit e15998a

Browse files
authored
chore(healthcare): update dicom dependencies (#4431)
* chore(healthcare): update dicom dependencies * chore(dicom): bump CI node-version to 20 in ci-setup.json
1 parent f8b599c commit e15998a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

healthcare/dicom/ci-setup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"node-version": 16
2+
"node-version": 20
33
}

healthcare/dicom/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"author": "Google LLC",
77
"repository": "GoogleCloudPlatform/nodejs-docs-samples",
88
"engines": {
9-
"node": ">=12.0.0"
9+
"node": ">=20.0.0"
1010
},
1111
"scripts": {
1212
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"
1313
},
1414
"devDependencies": {
15-
"@google-cloud/pubsub": "^4.0.0",
16-
"@google-cloud/storage": "^7.0.0",
17-
"c8": "^10.0.0",
15+
"@google-cloud/pubsub": "^5.0.0",
16+
"@google-cloud/storage": "^8.0.0",
17+
"c8": "^12.0.0",
1818
"mocha": "^10.0.0",
1919
"uuid": "^11.1.1"
2020
},
2121
"dependencies": {
22-
"@googleapis/healthcare": "^23.0.0"
22+
"@googleapis/healthcare": "^26.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)