feat: allow mysql2 v3 as peerDependency (#9747)

Closes #9714
This commit is contained in:
Dev Aggarwal 2023-02-06 16:23:50 +05:30 committed by GitHub
parent ca315f0ad2
commit 6c9010e466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -99,7 +99,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",

View File

@ -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",