Skip to content

Commit

Permalink
chore: update AdminJS peer dependency to v6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This package version should be used with AdminJS v6
  • Loading branch information
dziraf committed Jul 13, 2022
1 parent 7d908d0 commit 47c2c79
Show file tree
Hide file tree
Showing 2 changed files with 1,669 additions and 695 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/SoftwareBrothers/adminjs-expressjs#readme",
"peerDependencies": {
"adminjs": ">=5.0.0",
"adminjs": ">=6.0.0",
"express": ">=4.16.4",
"express-formidable": "^1.2.0",
"express-session": ">=1.15.6",
Expand All @@ -53,7 +53,7 @@
"@types/mongoose": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"adminjs": "^5.0.0",
"adminjs": "^6.0.0",
"chai": "^4.2.0",
"commitlint": "^11.0.0",
"eslint": "^7.13.0",
Expand Down
Loading

0 comments on commit 47c2c79

Please sign in to comment.