Skip to content

Commit

Permalink
⬆️ Update vaadin.version to v24.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Jun 13, 2024
1 parent 5dd8f17 commit ea3a7f7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 21 deletions.
52 changes: 32 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,32 @@
"@vaadin/virtual-list": "24.3.10",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"lit": "3.1.2"
"lit": "3.1.4",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"react": "18.3.1"
},
"devDependencies": {
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-replace": "5.0.7",
"@rollup/pluginutils": "5.1.0",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.5.0",
"all-contributors-cli": "^6.26.1",
"async": "3.2.4",
"glob": "10.3.3",
"async": "3.2.5",
"glob": "10.4.1",
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "5.12.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.3.3",
"vite": "5.1.7",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite-plugin-checker": "0.6.4",
"workbox-build": "7.0.0",
"workbox-core": "7.0.0",
"workbox-precaching": "7.0.0"
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0",
"@babel/preset-react": "7.24.7",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down Expand Up @@ -227,25 +233,31 @@
"@vaadin/virtual-list": "24.3.10",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"lit": "3.1.2"
"lit": "3.1.4",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"react": "18.3.1"
},
"devDependencies": {
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-replace": "5.0.7",
"@rollup/pluginutils": "5.1.0",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.5.0",
"async": "3.2.4",
"glob": "10.3.3",
"async": "3.2.5",
"glob": "10.4.1",
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "5.12.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.3.3",
"vite": "5.1.7",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite-plugin-checker": "0.6.4",
"workbox-build": "7.0.0",
"workbox-core": "7.0.0",
"workbox-precaching": "7.0.0"
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0",
"@babel/preset-react": "7.24.7",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3"
},
"hash": "1d21881e8ebfe05d70574f3d5e5566c7c252fa9ae84068b3f09d53fd47ed661a"
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<properties>
<java.version>21</java.version>
<maven.version>3.9.6</maven.version>
<vaadin.version>24.3.13</vaadin.version>
<vaadin.version>24.4.1</vaadin.version>
</properties>

<parent>
Expand Down

0 comments on commit ea3a7f7

Please sign in to comment.