Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 1, 2024
1 parent 0d7182e commit 44ddf11
Showing 3 changed files with 603 additions and 100 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.4",
@@ -73,6 +73,6 @@
"@types/debug": "^4.1.12",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "^20.15.0",
"vite": "^5.4.1"
"vite": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -22,6 +22,6 @@
"@dcloudio/uni-cli-shared": "3.0.0-4020420240722002",
"@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002",
"@uni-helper/vite-plugin-uni-pages": "workspace:*",
"vite": "^5.4.1"
"vite": "^6.0.0"
}
}
697 changes: 600 additions & 97 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 44ddf11

Please sign in to comment.