Skip to content

Commit

Permalink
Merge pull request #11968 from owncloud/renovate/vite-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency vite to v6
  • Loading branch information
JammingBen authored Nov 27, 2024
2 parents 1d071ce + d85bc24 commit 8f77960
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 233 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-static-copy": "^2.0.0",
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
"vite": "5.4.11",
"vite": "6.0.1",
"vitest-mock-extended": "2.0.2",
"vitest": "2.1.5",
"vitest": "^2.1.6",
"vue-demi": "0.14.10",
"vue-tsc": "2.1.10",
"vue": "3.5.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"url": "^0.11.3",
"vite-plugin-dts": "^4.2.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite": "^5.4.8",
"vite": "^6.0.0",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-styleguidist": "^4.72.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rollup-plugin-serve": "^3.0.0"
},
"peerDependencies": {
"vite": "^5",
"vite": "^5 || ^6.0.0",
"sass": "^1.79.5"
}
}
2 changes: 1 addition & 1 deletion packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0",
"vite": "5.4.11"
"vite": "6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/web-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitejs/plugin-vue": "5.2.0",
"clean-publish": "^5.0.0",
"vite-plugin-dts": "^4.2.3",
"vite": "^5.4.8"
"vite": "^6.0.0"
},
"dependencies": {
"@casl/ability": "^6.7.1",
Expand Down
Loading

0 comments on commit 8f77960

Please sign in to comment.