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 <marcus@fihlon.swiss>
  • Loading branch information
McPringle committed Jun 13, 2024
1 parent 7bf1916 commit 10fbfac
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
63 changes: 38 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,28 +75,34 @@
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"line-awesome": "1.3.0",
"lit": "3.1.2",
"lit": "3.1.4",
"lumo-css-framework": "^4.0.10",
"proj4": "2.8.1"
"proj4": "2.8.1",
"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",
"async": "3.2.4",
"glob": "10.3.3",
"async": "3.2.5",
"glob": "10.4.1",
"mkdirp": "1.0.4",
"rollup-plugin-brotli": "3.1.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",
"rollup-plugin-visualizer": "5.12.0",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react-swc": "3.5.0"
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.5.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 @@ -251,29 +257,36 @@
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"line-awesome": "1.3.0",
"lit": "3.1.2",
"lit": "3.1.4",
"lumo-css-framework": "^4.0.10",
"proj4": "2.8.1"
"proj4": "2.8.1",
"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",
"async": "3.2.4",
"glob": "10.3.3",
"async": "3.2.5",
"glob": "10.4.1",
"mkdirp": "1.0.4",
"rollup-plugin-brotli": "3.1.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",
"rollup-plugin-visualizer": "5.12.0",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react-swc": "3.5.0"
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.5.0",
"@babel/preset-react": "7.24.7",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3"
},
"hash": "489a7380b845b80443a267bfc7c3642ffbc753599bd47fc15ec068cfa3f7b93c"
}
},
"type": "module"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<java.version>17</java.version>
<jooq.version>3.19.9</jooq.version>
<maven.version>3.8.7</maven.version>
<vaadin.version>24.3.13</vaadin.version>
<vaadin.version>24.4.1</vaadin.version>
</properties>

<parent>
Expand Down

0 comments on commit 10fbfac

Please sign in to comment.