Skip to content

Commit

Permalink
chore: remove support for VineJS 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Mar 30, 2024
1 parent 0c9216d commit b49f28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/test-console": "^2.0.3",
"@vinejs/vine": "^2.0.0",
"@vinejs/vine": "^1.7.0",
"argon2": "^0.40.1",
"bcrypt": "^5.1.1",
"c8": "^9.1.0",
Expand Down Expand Up @@ -144,7 +144,7 @@
},
"peerDependencies": {
"@adonisjs/assembler": "^7.1.0",
"@vinejs/vine": "^1.7.0 || ^2.0.0",
"@vinejs/vine": "^1.7.0",
"argon2": "^0.31.2 || ^0.40.0",
"bcrypt": "^5.1.1",
"edge.js": "^6.0.1"
Expand Down

2 comments on commit b49f28f

@avenikolay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for downgrading to an older version of the vinejs library?

@RomainLanz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VineJS 2.0 added a breaking change that we cannot handle right away in the core. So VineJS 2.0 does not work yet with AdonisJS.

Please sign in to comment.