Skip to content

Commit f711ad8

Browse files
angelcaamaliennae
andauthored
fix(deps): downgrade p-queue for CommonJS compatibility (#4348)
Co-authored-by: Jennifer Davis <sigje@google.com>
1 parent c1d67e5 commit f711ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@google-cloud/documentai": "^8.0.0",
1717
"@google-cloud/storage": "^7.0.0",
18-
"p-queue": "^8.0.0"
18+
"p-queue": "^6.6.2"
1919
},
2020
"devDependencies": {
2121
"c8": "^10.0.0",

0 commit comments

Comments
 (0)