Skip to content

Commit

Permalink
bug #1157 fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^…
Browse files Browse the repository at this point in the history
…15.0.11, close #1156 (Kocal)

This PR was merged into the main branch.

Discussion
----------

fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^15.0.11, close #1156

Should close #1156, friendly ping `@weaverryan`

Commits
-------

36458e4 fix(peer-dependencies): re-allow Vue ^2.6 with Vue-loader ^15.0.11, close #1156
  • Loading branch information
weaverryan committed Oct 17, 2022
2 parents f26aa6d + 36458e4 commit 2d94715
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 2d94715

Please sign in to comment.