Skip to content

Commit

Permalink
chore: update peer dependencies range
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 17, 2023
1 parent 03eb01c commit 0b99ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"index:commands": "node --loader=ts-node/esm toolkit/main.js index build/commands"
},
"devDependencies": {
"@adonisjs/assembler": "^6.1.3-22",
"@adonisjs/assembler": "^6.1.3-24",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/tsconfig": "^1.1.8",
Expand Down Expand Up @@ -141,11 +141,11 @@
"youch-terminal": "^2.2.3"
},
"peerDependencies": {
"@adonisjs/assembler": "^6.1.3-22",
"@adonisjs/assembler": "^6.1.3-24",
"@vinejs/vine": "^1.6.0",
"argon2": "^0.31.1",
"bcrypt": "^5.1.1",
"edge.js": "^6.0.0-8"
"edge.js": "^6.0.0-10"
},
"peerDependenciesMeta": {
"argon2": {
Expand Down

0 comments on commit 0b99ef9

Please sign in to comment.