Skip to content

Commit

Permalink
chore: update AdminJS 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 5edbc95 commit 3dd846c
Show file tree
Hide file tree
Showing 2 changed files with 9,056 additions and 8,247 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@commitlint/config-conventional": "^13.2.0",
"@semantic-release/git": "^9.0.0",
"@types/koa": "^2.11.3",
"@types/koa__router": "^8.0.2",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-mount": "^4.0.0",
"@types/koa-session": "^5.10.4",
"@types/koa-static": "^4.0.1",
"@types/koa__router": "^8.0.2",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"adminjs": "^5.0.0",
"adminjs": "^6.0.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-cypress": "^2.11.1",
Expand All @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@koa/router": "^9.3.1",
"adminjs": ">=5.0.0",
"adminjs": ">=6.0.0",
"koa": "^2.13.0",
"koa2-formidable": "^1.0.2"
},
Expand Down
Loading

0 comments on commit 3dd846c

Please sign in to comment.