Skip to content

Commit

Permalink
chore: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2020
1 parent ab89c4c commit f3b68cb
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 154 deletions.
255 changes: 105 additions & 150 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@
"csp"
],
"peerDependencies": {
"@adonisjs/session": "^2.0.0",
"@adonisjs/core": ">=5.0.0-preview"
"@adonisjs/session": "^3.0.0",
"@adonisjs/core": "^5.0.0-preview-rc",
"@adonisjs/view": "^2.0.0"
},
"peerDependenciesMeta": {
"@adonisjs/view": {
"optional": true
}
},
"author": "virk",
"license": "MIT",
Expand All @@ -48,18 +54,17 @@
"@poppinss/dev-utils": "^1.0.6",
"@types/csrf": "^1.3.2",
"@types/node": "^13.13.0",
"@types/supertest": "^2.0.8",
"commitizen": "^4.0.4",
"copyfiles": "^2.2.0",
"cz-conventional-changelog": "^3.1.0",
"del-cli": "^3.0.0",
"edge.js": "^1.1.4",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.9",
"husky": "^4.2.5",
"japa": "^3.0.1",
"mrm": "^2.2.1",
"np": "^5.2.1",
"supertest": "^4.0.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
Expand Down

0 comments on commit f3b68cb

Please sign in to comment.