Skip to content

Commit

Permalink
chore: Update Vaadin 24.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Nov 18, 2024
1 parent 957e087 commit f68d099
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"lit": "3.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@babel/preset-react": "7.25.7",
"@babel/preset-react": "7.25.9",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.2",
"@types/react": "18.3.11",
"@rollup/pluginutils": "5.1.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"async": "3.2.6",
Expand All @@ -35,9 +35,9 @@
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.11",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.1.1",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
Expand All @@ -59,14 +59,14 @@
"lit": "3.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@babel/preset-react": "7.25.7",
"@babel/preset-react": "7.25.9",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.2",
"@types/react": "18.3.11",
"@rollup/pluginutils": "5.1.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"async": "3.2.6",
Expand All @@ -76,13 +76,13 @@
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.11",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.1.1",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "985a8ea1993ab721e29ae4163888d4d1c2d4d0d8eccb910a9c96e86a05833097"
"hash": "1e103e5bdf8d11b2e870ceb92f05728c527a3a77298d7c40c960de7301ed0360"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.target>17</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>

<vaadin.version>24.5.4</vaadin.version>
<vaadin.version>24.5.5</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit f68d099

Please sign in to comment.