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 1e78977 commit 0e24473
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/knex/package.json
Expand Up @@ -64,13 +64,21 @@
},
"peerDependencies": {
"@mikro-orm/core": "^4.0.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 0e24473

Please sign in to comment.