Skip to content

Commit

Permalink
fix: updates optionalDeps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Figedi committed Sep 7, 2023
1 parent cd066f9 commit c9033b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
19 changes: 1 addition & 18 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"devDependencies": {
"@google-cloud/kms": "^4.0.1",
"@types/chai": "^4.3.6",
"@types/google-cloud__kms": "^1.5.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
Expand All @@ -56,6 +55,6 @@
"lodash": "^4.17.21"
},
"optionalDependencies": {
"@google-cloud/kms": "^3.6.0"
"@google-cloud/kms": "^4.0.1"
}
}

0 comments on commit c9033b8

Please sign in to comment.