Skip to content

Commit

Permalink
fix: update mongoose and mikroorm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Mar 8, 2024
1 parent 18ba1e1 commit c1e4b5b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@adminjs/mikroorm": "^3.0.0",
"@mikro-orm/core": "^5.9.4"
"@adminjs/mikroorm": "^4.0.0",
"@mikro-orm/core": "^6.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@adminjs/mongoose": "^4.0.0",
"mongoose": "^7.6.6"
"@adminjs/mongoose": "^4.1.0",
"mongoose": "^8.0.0"
}
2 changes: 1 addition & 1 deletion src/commands/create/templates/base/_content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "dotenv -c '.env' -- node dist/app"
},
"dependencies": {
"adminjs": "^7.4.1"
"adminjs": "^7.7.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"adminjs": "^7.4.0",
"adminjs": "^7.7.2",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit c1e4b5b

Please sign in to comment.