Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0e9a3d

Browse filesBrowse files
authored
fix(pkg): fix peerDependency constraints for vue and vue-loader
1 parent d34dcbb commit b0e9a3d
Copy full SHA for b0e9a3d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
"stylus-loader": "^7.0.0",
129129
"ts-loader": "^9.0.0",
130130
"typescript": "^4.2.2",
131-
"vue": "^2.6|^3.2.14",
132-
"vue-loader": "^15.0.11|^17.0.0",
131+
"vue": "^2.6 || ^3.2.14",
132+
"vue-loader": "^15.0.11 || ^17.0.0",
133133
"vue-template-compiler": "^2.5",
134134
"webpack": "^5.72",
135135
"webpack-cli": "^4.9.1",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.