Skip to content

Commit

Permalink
bug #1160 fix(pkg): fix peerDependency constraints for vue and vue-lo…
Browse files Browse the repository at this point in the history
…ader (Kocal)

This PR was merged into the main branch.

Discussion
----------

fix(pkg): fix peerDependency constraints for vue and vue-loader

Fix #1158

My bad, I should have checked the syntax to allow both versions.
Friendly ping `@weaverryan`

Commits
-------

b0e9a3d fix(pkg): fix peerDependency constraints for vue and vue-loader
  • Loading branch information
weaverryan committed Oct 19, 2022
2 parents d34dcbb + b0e9a3d commit 1d54c54
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": "^2.6|^3.2.14",
"vue-loader": "^15.0.11|^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 1d54c54

Please sign in to comment.