Skip to content

Commit 44ddf11

Browse files
chore(deps): update dependency vite to v6
1 parent 0d7182e commit 44ddf11

File tree

3 files changed

+603
-100
lines changed

3 files changed

+603
-100
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prepublishOnly": "pnpm build"
5353
},
5454
"peerDependencies": {
55-
"vite": "^5.0.0"
55+
"vite": "^6.0.0"
5656
},
5757
"dependencies": {
5858
"@uni-helper/uni-env": "^0.1.4",
@@ -73,6 +73,6 @@
7373
"@types/debug": "^4.1.12",
7474
"@types/lodash.groupby": "^4.6.9",
7575
"@types/node": "^20.15.0",
76-
"vite": "^5.4.1"
76+
"vite": "^6.0.0"
7777
}
7878
}

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@dcloudio/uni-cli-shared": "3.0.0-4020420240722002",
2323
"@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002",
2424
"@uni-helper/vite-plugin-uni-pages": "workspace:*",
25-
"vite": "^5.4.1"
25+
"vite": "^6.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)