Skip to content

Commit

Permalink
fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^15.0.11, c…
Browse files Browse the repository at this point in the history
…lose #1156
  • Loading branch information
Kocal committed Oct 14, 2022
1 parent f26aa6d commit 36458e4
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 @@ -128,8 +128,8 @@
"stylus-loader": "^7.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.2",
"vue": "^3.2.14",
"vue-loader": "^17.0.0",
"vue": "^2.6|^3.2.14",
"vue-loader": "^15.0.11|^17.0.0",
"vue-template-compiler": "^2.5",
"webpack": "^5.72",
"webpack-cli": "^4.9.1",
Expand Down

0 comments on commit 36458e4

Please sign in to comment.