Skip to content

Commit

Permalink
fix: peer dependencies range
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 9, 2024
1 parent 9599024 commit f3c7818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -74,10 +74,10 @@
"helmet-csp": "^3.4.0"
},
"peerDependencies": {
"@adonisjs/core": "^6.1.5-36",
"@adonisjs/session": "^7.0.0-15",
"@adonisjs/core": "^6.2.0",
"@adonisjs/session": "^7.0.0",
"@japa/api-client": "^2.0.2",
"edge.js": "^6.0.0"
"edge.js": "^6.0.1"
},
"peerDependenciesMeta": {
"@japa/api-client": {
Expand Down

0 comments on commit f3c7818

Please sign in to comment.