Skip to content

Commit

Permalink
chore: Update Vaadin 24.5.3 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Nov 5, 2024
1 parent 54c22bd commit e82d39d
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,15 +3,15 @@
"license": "UNLICENSED",
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.5.1",
"@vaadin/bundles": "24.5.2",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.5.1",
"@vaadin/react-components": "24.5.1",
"@vaadin/polymer-legacy-adapter": "24.5.2",
"@vaadin/react-components": "24.5.2",
"@vaadin/router": "2.0.0",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.5.1",
"@vaadin/vaadin-material-styles": "24.5.1",
"@vaadin/vaadin-themable-mixin": "24.5.1",
"@vaadin/vaadin-lumo-styles": "24.5.2",
"@vaadin/vaadin-material-styles": "24.5.2",
"@vaadin/vaadin-themable-mixin": "24.5.2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -38,21 +38,21 @@
"vite": "5.4.9",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0"
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"vaadin": {
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.5.1",
"@vaadin/bundles": "24.5.2",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.5.1",
"@vaadin/react-components": "24.5.1",
"@vaadin/polymer-legacy-adapter": "24.5.2",
"@vaadin/react-components": "24.5.2",
"@vaadin/router": "2.0.0",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.5.1",
"@vaadin/vaadin-material-styles": "24.5.1",
"@vaadin/vaadin-themable-mixin": "24.5.1",
"@vaadin/vaadin-lumo-styles": "24.5.2",
"@vaadin/vaadin-material-styles": "24.5.2",
"@vaadin/vaadin-themable-mixin": "24.5.2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -79,10 +79,10 @@
"vite": "5.4.9",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0"
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "b22db71df5a5872c7b62b2f2590e76be9fe6346e11732afe7da10dbb5dc3f128"
"hash": "ca87180ec46eefc882ddf6c4835ee3c49f79368b2caa9fd10b096ed1535855ee"
},
"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.2</vaadin.version>
<vaadin.version>24.5.3</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e82d39d

Please sign in to comment.