Skip to content

Commit 1896ccf

Browse files
dependabot[bot]florianduros
authored andcommitted
Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.1.6 to 7.1.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17a7089 commit 1896ccf

File tree

5 files changed

+11
-186
lines changed

5 files changed

+11
-186
lines changed

modules/banner/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^19",
2020
"rollup-plugin-external-globals": "^0.13.0",
2121
"typescript": "^5.7.3",
22-
"vite": "^7.0.0",
22+
"vite": "^7.1.11",
2323
"vite-plugin-node-polyfills": "^0.23.0",
2424
"vite-plugin-svgr": "^4.3.0"
2525
},

modules/opendesk/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": "^19",
2727
"rollup-plugin-external-globals": "^0.13.0",
2828
"typescript": "^5.7.3",
29-
"vite": "^7.0.0",
29+
"vite": "^7.1.11",
3030
"vite-plugin-node-polyfills": "^0.23.0"
3131
}
3232
}

modules/restricted-guests/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^19",
2020
"rollup-plugin-external-globals": "^0.13.0",
2121
"typescript": "^5.7.3",
22-
"vite": "^7.0.0",
22+
"vite": "^7.1.11",
2323
"vite-plugin-node-polyfills": "^0.23.0"
2424
},
2525
"dependencies": {

packages/element-web-module-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"rollup-plugin-external-globals": "^0.13.0",
4343
"semver": "^7.6.3",
4444
"typescript": "^5.7.3",
45-
"vite": "^7.0.0",
45+
"vite": "^7.1.11",
4646
"vite-plugin-dts": "^4.5.0",
4747
"vitest": "^3.2.4",
4848
"vitest-sonar-reporter": "^2.0.0"

0 commit comments

Comments
 (0)