We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f591ed3 + d7416f6 commit c50415cCopy full SHA for c50415c
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