Skip to content

Commit

Permalink
fix(core): mark entity generator and migrations as peer deps of knex
Browse files Browse the repository at this point in the history
Closes #1879
  • Loading branch information
B4nan committed May 29, 2021
1 parent 903d484 commit 4ad80af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,21 @@
},
"peerDependencies": {
"@mikro-orm/core": "^4.0.0",
"mssql": "^6.2.0",
"@mikro-orm/entity-generator": "^4.0.0",
"@mikro-orm/migrations": "^4.0.0",
"mssql": "^7.0.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"pg": "^8.0.3",
"sqlite3": "^5.0.0"
},
"peerDependenciesMeta": {
"@mikro-orm/entity-generator": {
"optional": true
},
"@mikro-orm/migrations": {
"optional": true
},
"mssql": {
"optional": true
},
Expand Down

0 comments on commit 4ad80af

Please sign in to comment.