Skip to content

Commit

Permalink
fix: update dependencies, which should not be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cusspvz committed Oct 31, 2023
1 parent ce00413 commit 7cfc851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test": "jest"
},
"peerDependencies": {
"@abmt/core": "0.0.1",
"@abmt/orm-mongoose": "0.0.1",
"@abmt/orm-sequelize": "0.0.1",
"@abmt/core": "^0.0.3",
"@abmt/orm-mongoose": "^0.0.3",
"@abmt/orm-sequelize": "^0.0.3",
"mongoose": "^7.6.3",
"sequelize": "^6.33.0"
},
Expand Down

0 comments on commit 7cfc851

Please sign in to comment.