Skip to content

Commit

Permalink
chore: Update Vaadin 24.6.2 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Jan 14, 2025
1 parent 7ab126e commit 280593e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"license": "UNLICENSED",
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.6.1",
"@vaadin/bundles": "24.6.2",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.6.1",
"@vaadin/react-components": "24.6.1",
"@vaadin/polymer-legacy-adapter": "24.6.2",
"@vaadin/react-components": "24.6.2",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.6.1",
"@vaadin/vaadin-material-styles": "24.6.1",
"@vaadin/vaadin-themable-mixin": "24.6.1",
"@vaadin/vaadin-lumo-styles": "24.6.2",
"@vaadin/vaadin-material-styles": "24.6.2",
"@vaadin/vaadin-themable-mixin": "24.6.2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -33,7 +33,7 @@
"rollup-plugin-visualizer": "5.13.1",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.6",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.3.0",
Expand All @@ -43,14 +43,14 @@
"vaadin": {
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.6.1",
"@vaadin/bundles": "24.6.2",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.6.1",
"@vaadin/react-components": "24.6.1",
"@vaadin/polymer-legacy-adapter": "24.6.2",
"@vaadin/react-components": "24.6.2",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.6.1",
"@vaadin/vaadin-material-styles": "24.6.1",
"@vaadin/vaadin-themable-mixin": "24.6.1",
"@vaadin/vaadin-lumo-styles": "24.6.2",
"@vaadin/vaadin-material-styles": "24.6.2",
"@vaadin/vaadin-themable-mixin": "24.6.2",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -73,14 +73,14 @@
"rollup-plugin-visualizer": "5.13.1",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.6",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "cc445c247aa8e5de96106c3987f69259092fc1f3f3e3fa8960f2cc3b8a755301"
"hash": "8e03b293b155ac154b471c2320d3c9199d2d6f714548763d1d880cc2ff5dd755"
},
"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.6.1</vaadin.version>
<vaadin.version>24.6.2</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 280593e

Please sign in to comment.