Skip to content

Commit ec2af0d

Browse files
authored
fix: mark database drivers as optional peer dependencies (#12484)
1 parent 96f4166 commit ec2af0d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@
9090
"tedious": "8.3.0",
9191
"typescript": "^3.9.3"
9292
},
93+
"peerDependenciesMeta": {
94+
"pg": {
95+
"optional": true
96+
},
97+
"pg-hstore": {
98+
"optional": true
99+
},
100+
"mysql2": {
101+
"optional": true
102+
},
103+
"mariadb": {
104+
"optional": true
105+
},
106+
"sqlite3": {
107+
"optional": true
108+
},
109+
"tedious": {
110+
"optional": true
111+
}
112+
},
93113
"keywords": [
94114
"mysql",
95115
"mariadb",

0 commit comments

Comments
 (0)