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 15, 2024
1 parent fb6289f commit fd7987f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@adonisjs/assembler": "^7.4.0",
"@adonisjs/core": "^6.6.0",
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/i18n": "^2.0.1",
"@adonisjs/i18n": "^2.1.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/redis": "^8.0.1",
"@adonisjs/tsconfig": "^1.3.0",
Expand Down Expand Up @@ -84,11 +84,11 @@
"@poppinss/utils": "^6.7.3"
},
"peerDependencies": {
"@adonisjs/core": "^6.2.0",
"@adonisjs/redis": "^8.0.0",
"@japa/api-client": "^2.0.2",
"@japa/browser-client": "^2.0.2",
"edge.js": "^6.0.1"
"@adonisjs/core": "^6.6.0",
"@adonisjs/redis": "^8.0.1",
"@japa/api-client": "^2.0.3",
"@japa/browser-client": "^2.0.3",
"edge.js": "^6.0.2"
},
"peerDependenciesMeta": {
"@adonisjs/redis": {
Expand Down

0 comments on commit fd7987f

Please sign in to comment.