Skip to content

Commit 2aa3d2a

Browse files
committed
⬆️ Upgrade Vaadin to v24.9.6
1 parent c706846 commit 2aa3d2a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"devDependencies": {
2424
"@babel/preset-react": "7.27.1",
2525
"@preact/signals-react-transform": "0.6.0",
26-
"@rollup/plugin-replace": "6.0.2",
26+
"@rollup/plugin-replace": "6.0.3",
2727
"@rollup/pluginutils": "5.3.0",
28-
"@types/react": "18.3.26",
28+
"@types/react": "18.3.27",
2929
"@types/react-dom": "18.3.7",
3030
"@vitejs/plugin-react": "4.7.0",
3131
"all-contributors-cli": "^6.26.1",
3232
"async": "3.2.6",
33-
"glob": "11.0.3",
34-
"magic-string": "0.30.19",
33+
"glob": "12.0.0",
34+
"magic-string": "0.30.21",
3535
"rollup-plugin-brotli": "3.1.0",
3636
"rollup-plugin-visualizer": "5.14.0",
3737
"strip-css-comments": "5.0.0",
@@ -83,14 +83,14 @@
8383
"devDependencies": {
8484
"@babel/preset-react": "7.27.1",
8585
"@preact/signals-react-transform": "0.6.0",
86-
"@rollup/plugin-replace": "6.0.2",
86+
"@rollup/plugin-replace": "6.0.3",
8787
"@rollup/pluginutils": "5.3.0",
88-
"@types/react": "18.3.26",
88+
"@types/react": "18.3.27",
8989
"@types/react-dom": "18.3.7",
9090
"@vitejs/plugin-react": "4.7.0",
9191
"async": "3.2.6",
92-
"glob": "11.0.3",
93-
"magic-string": "0.30.19",
92+
"glob": "12.0.0",
93+
"magic-string": "0.30.21",
9494
"rollup-plugin-brotli": "3.1.0",
9595
"rollup-plugin-visualizer": "5.14.0",
9696
"strip-css-comments": "5.0.0",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<properties>
5454
<java.version>25</java.version>
5555
<maven.version>3.9.9</maven.version>
56-
<vaadin.version>24.9.5</vaadin.version>
56+
<vaadin.version>24.9.6</vaadin.version>
5757
</properties>
5858

5959
<parent>

0 commit comments

Comments
 (0)