Skip to content

Commit f529219

Browse files
Update vite
1 parent e2c9f17 commit f529219

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

modules/banner/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "^5.7.3",
2323
"vite": "^7.1.11",
2424
"vite-plugin-node-polyfills": "^0.25.0",
25-
"vite-plugin-svgr": "^4.3.0"
25+
"vite-plugin-svgr": "^5.0.0"
2626
},
2727
"dependencies": {
2828
"@radix-ui/react-dialog": "^1.1.6",

modules/widget-lifecycle/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "^5.7.3",
1919
"vite": "^7.1.11",
2020
"vitest": "^4.0.0",
21-
"vitest-sonar-reporter": "^2.0.0"
21+
"vitest-sonar-reporter": "^3.0.0"
2222
},
2323
"dependencies": {
2424
"zod": "^4.0.0"

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@
19031903
estree-walker "^2.0.2"
19041904
picomatch "^4.0.2"
19051905

1906-
"@rollup/pluginutils@^5.2.0":
1906+
"@rollup/pluginutils@^5.3.0":
19071907
version "5.3.0"
19081908
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
19091909
integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
@@ -7862,12 +7862,12 @@ vite-plugin-node-polyfills@^0.25.0:
78627862
"@rollup/plugin-inject" "^5.0.5"
78637863
node-stdlib-browser "^1.3.1"
78647864

7865-
vite-plugin-svgr@^4.3.0:
7866-
version "4.5.0"
7867-
resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-4.5.0.tgz#253e4c703d1f0b30935c285ca8621f4857952338"
7868-
integrity sha512-W+uoSpmVkSmNOGPSsDCWVW/DDAyv+9fap9AZXBvWiQqrboJ08j2vh0tFxTD/LjwqwAd3yYSVJgm54S/1GhbdnA==
7865+
vite-plugin-svgr@^5.0.0:
7866+
version "5.2.0"
7867+
resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-5.2.0.tgz#6502d7988394e167822baa91e6d6369383815006"
7868+
integrity sha512-qj2eAKF8C6PZWemVTvQA0xgQIcP1hHU6Buh7fl6BhvayWwnuxE+z417miKxeDvRWbDrupQ1oK99hfxElopJ3sQ==
78697869
dependencies:
7870-
"@rollup/pluginutils" "^5.2.0"
7870+
"@rollup/pluginutils" "^5.3.0"
78717871
"@svgr/core" "^8.1.0"
78727872
"@svgr/plugin-jsx" "^8.1.0"
78737873

@@ -7899,11 +7899,6 @@ vite@^7.1.11:
78997899
optionalDependencies:
79007900
fsevents "~2.3.3"
79017901

7902-
vitest-sonar-reporter@^2.0.0:
7903-
version "2.0.4"
7904-
resolved "https://registry.yarnpkg.com/vitest-sonar-reporter/-/vitest-sonar-reporter-2.0.4.tgz#e81ae089364bea257f4da89b38599ae52535e41f"
7905-
integrity sha512-6mKFLXYzaHsuR+qnmuXXVhcjhostuicZ9iL3I325uf6sUKSZ2ZOpDWUBcgQwEmGs2xE05SPF6F72eoHmfOWX7A==
7906-
79077902
vitest-sonar-reporter@^3.0.0:
79087903
version "3.0.0"
79097904
resolved "https://registry.yarnpkg.com/vitest-sonar-reporter/-/vitest-sonar-reporter-3.0.0.tgz#3bb34a9a46390dce83a50de16135fc325c73359d"

0 commit comments

Comments
 (0)