Skip to content

Commit

Permalink
fix(pkg): fix peerDependency constraints for vue and vue-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Oct 17, 2022
1 parent d34dcbb commit b0e9a3d
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 b0e9a3d

Please sign in to comment.