Skip to content

Commit

Permalink
chore: Update Vaadin 24.5.8 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Dec 10, 2024
1 parent 5ef7291 commit 1622292
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,14 +3,14 @@
"license": "UNLICENSED",
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.5.4",
"@vaadin/bundles": "24.5.5",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.5.4",
"@vaadin/react-components": "24.5.4",
"@vaadin/polymer-legacy-adapter": "24.5.5",
"@vaadin/react-components": "24.5.5",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.5.4",
"@vaadin/vaadin-material-styles": "24.5.4",
"@vaadin/vaadin-themable-mixin": "24.5.4",
"@vaadin/vaadin-lumo-styles": "24.5.5",
"@vaadin/vaadin-material-styles": "24.5.5",
"@vaadin/vaadin-themable-mixin": "24.5.5",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -20,11 +20,11 @@
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.3",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"async": "3.2.6",
Expand All @@ -43,14 +43,14 @@
"vaadin": {
"dependencies": {
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.5.4",
"@vaadin/bundles": "24.5.5",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/polymer-legacy-adapter": "24.5.4",
"@vaadin/react-components": "24.5.4",
"@vaadin/polymer-legacy-adapter": "24.5.5",
"@vaadin/react-components": "24.5.5",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.5.4",
"@vaadin/vaadin-material-styles": "24.5.4",
"@vaadin/vaadin-themable-mixin": "24.5.4",
"@vaadin/vaadin-lumo-styles": "24.5.5",
"@vaadin/vaadin-material-styles": "24.5.5",
"@vaadin/vaadin-themable-mixin": "24.5.5",
"@vaadin/vaadin-usage-statistics": "2.1.3",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
Expand All @@ -60,11 +60,11 @@
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.3",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"async": "3.2.6",
Expand All @@ -80,7 +80,7 @@
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0"
},
"hash": "641f1be1158cd64e989ab8adcc4435f05e374e35f7cdd81eb2fe33dab81aaf44"
"hash": "7ce08a661da9b43a919f0f3d267d808d23877e34de174787e75718540956ae68"
},
"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.7</vaadin.version>
<vaadin.version>24.5.8</vaadin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 1622292

Please sign in to comment.