Skip to content

Commit

Permalink
Merge pull request #657 from ruscon/master
Browse files Browse the repository at this point in the history
chore(deps): allow google-auth-library@^9.0.0
  • Loading branch information
theoephraim authored and Theo Ephraim committed Nov 6, 2023
2 parents a60104b + 2652f0c commit 93711cf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 72 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-no-floating-promise": "^1.0.2",
"google-auth-library": "^8.8.0",
"google-auth-library": "^9.2.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"release-it": "^15.11.0",
Expand All @@ -91,7 +91,7 @@
"unbuild": "^1.2.1"
},
"peerDependencies": {
"google-auth-library": "^8.8.0"
"google-auth-library": "^8.8.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"google-auth-library": {
Expand All @@ -101,4 +101,4 @@
"volta": {
"node": "18.16.0"
}
}
}
97 changes: 28 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93711cf

Please sign in to comment.