Skip to content

Commit

Permalink
feat: allow mysql2 v3 as peerDependency (#9747)
Browse files Browse the repository at this point in the history
Closes #9714
  • Loading branch information
aggarwaldev committed Feb 6, 2023
1 parent ca315f0 commit 6c9010e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"ioredis": "^5.0.4",
"mongodb": "^3.6.0",
"mssql": "^7.3.0",
"mysql2": "^2.2.5",
"mysql2": "^2.2.5 || ^3.0.1",
"oracledb": "^5.1.0",
"pg": "^8.5.1",
"pg-native": "^3.0.0",
Expand Down

0 comments on commit 6c9010e

Please sign in to comment.