We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f591ed3 commit d7416f6Copy full SHA for d7416f6
2 files changed
package.json
@@ -15,7 +15,7 @@
15
"check:all": "yarn lint && yarn build && yarn test"
16
},
17
"peerDependencies": {
18
- "adminjs": "^5.3.3"
+ "adminjs": ">=6.0.0"
19
20
"devDependencies": {
21
"@semantic-release/git": "^9.0.0",
@@ -25,7 +25,7 @@
25
"@types/node": "^15.12.2",
26
"@typescript-eslint/eslint-plugin": "^4.6.0",
27
"@typescript-eslint/parser": "^4.6.0",
28
- "adminjs": "^5.3.3",
+ "adminjs": "^6.0.0",
29
"eslint": "^7.12.1",
30
"eslint-config-prettier": "^6.15.0",
31
"eslint-plugin-import": "^2.22.1",
0 commit comments