Skip to content

Commit

Permalink
chore: temporarily use beta packages for adminjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Mar 20, 2023
1 parent 3bb5d20 commit 74d0e47
Show file tree
Hide file tree
Showing 2 changed files with 1,603 additions and 1,442 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/SoftwareBrothers/adminjs-expressjs#readme",
"peerDependencies": {
"adminjs": "^6.0.0",
"adminjs": ">=6.0.0",
"express": ">=4.18.2",
"express-formidable": "^1.2.0",
"express-session": ">=1.17.3",
Expand All @@ -49,17 +49,18 @@
}
},
"devDependencies": {
"@adminjs/mongoose": "^3.0.1",
"@adminjs/mongoose": "^4.0.0-beta.1",
"@commitlint/config-conventional": "^17.4.4",
"@jest/globals": "^29.5.0",
"@semantic-release/git": "^9.0.0",
"@types/express": "^4.17.17",
"@types/express-formidable": "^1.2.0",
"@types/express-session": "^1.17.6",
"@types/jest": "^26.0.15",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"adminjs": "^6.0.0",
"adminjs": "^7.0.0-beta-v7.1",
"commitlint": "^17.4.4",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
Loading

0 comments on commit 74d0e47

Please sign in to comment.