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 4288652

Browse filesBrowse files
authored
chore: add vite 6 peer dep (#481)
1 parent 599f813 commit 4288652
Copy full SHA for 4288652

File tree

Expand file treeCollapse file tree

5 files changed

+62
-87
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+62
-87
lines changed

‎packages/plugin-vue-jsx/package.json

Copy file name to clipboardExpand all lines: packages/plugin-vue-jsx/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"vite": "catalog:"
4444
},
4545
"peerDependencies": {
46-
"vite": "^5.0.0",
46+
"vite": "^5.0.0 || ^6.0.0",
4747
"vue": "^3.0.0"
4848
}
4949
}

‎packages/plugin-vue/package.json

Copy file name to clipboardExpand all lines: packages/plugin-vue/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
3737
"peerDependencies": {
38-
"vite": "^5.0.0",
38+
"vite": "^5.0.0 || ^6.0.0",
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {

‎playground/vue-legacy/package.json

Copy file name to clipboardExpand all lines: playground/vue-legacy/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
17-
"@vitejs/plugin-legacy": "^5.4.3"
17+
"@vitejs/plugin-legacy": "^6.0.0"
1818
}
1919
}

0 commit comments

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