Skip to content

Commit

Permalink
Vaadin Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Oct 7, 2024
1 parent 4a5f062 commit 9fc0fab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"license": "UNLICENSED",
"dependencies": {
"@polymer/polymer": "3.5.1",
"@vaadin/bundles": "24.4.9",
"@vaadin/bundles": "24.4.10",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.4.9",
"@vaadin/react-components": "24.4.9",
"@vaadin/react-components-pro": "24.4.9",
"@vaadin/polymer-legacy-adapter": "24.4.10",
"@vaadin/react-components": "24.4.10",
"@vaadin/react-components-pro": "24.4.10",
"@vaadin/router": "1.7.5",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.4.9",
"@vaadin/vaadin-material-styles": "24.4.9",
"@vaadin/vaadin-themable-mixin": "24.4.9",
"@vaadin/vaadin-lumo-styles": "24.4.10",
"@vaadin/vaadin-material-styles": "24.4.10",
"@vaadin/vaadin-themable-mixin": "24.4.10",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -36,7 +36,7 @@
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.4.5",
"vite": "5.4.2",
"vite": "5.4.6",
"vite-plugin-checker": "0.6.4",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
Expand All @@ -45,16 +45,16 @@
"vaadin": {
"dependencies": {
"@polymer/polymer": "3.5.1",
"@vaadin/bundles": "24.4.9",
"@vaadin/bundles": "24.4.10",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.4.9",
"@vaadin/react-components": "24.4.9",
"@vaadin/react-components-pro": "24.4.9",
"@vaadin/polymer-legacy-adapter": "24.4.10",
"@vaadin/react-components": "24.4.10",
"@vaadin/react-components-pro": "24.4.10",
"@vaadin/router": "1.7.5",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.4.9",
"@vaadin/vaadin-material-styles": "24.4.9",
"@vaadin/vaadin-themable-mixin": "24.4.9",
"@vaadin/vaadin-lumo-styles": "24.4.10",
"@vaadin/vaadin-material-styles": "24.4.10",
"@vaadin/vaadin-themable-mixin": "24.4.10",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -78,13 +78,13 @@
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.4.5",
"vite": "5.4.2",
"vite": "5.4.6",
"vite-plugin-checker": "0.6.4",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0"
},
"hash": "3a6a14992074db2b6c8214afab87f503fb709e7de3bd3097b64aa63e26d1162d"
"hash": "1ed6b2ff3a24791c1cc8ea8fbd0f87f223cc7c7ff9ca29e8995428d65daded8c"
},
"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 @@ -16,7 +16,7 @@
<properties>
<java.version>23</java.version>
<spring-ai.version>1.0.0.M2</spring-ai.version>
<vaadin.version>24.4.12</vaadin.version>
<vaadin.version>24.4.13</vaadin.version>
<maven.versions.plugin>2.17.1</maven.versions.plugin>
<rome.rss.version>2.1.0</rome.rss.version>
<browserstorage.version>1.0.0</browserstorage.version>
Expand Down

0 comments on commit 9fc0fab

Please sign in to comment.