From ea3a7f77ad10f8c46af455f4cbe5e8d37e30ad71 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 13 Jun 2024 10:11:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20vaadin.version=20?= =?UTF-8?q?to=20v24.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- package.json | 52 ++++++++++++++++++++++++++++++++-------------------- pom.xml | 2 +- 2 files changed, 33 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 13fce37..503c35c 100644 --- a/package.json +++ b/package.json @@ -69,26 +69,32 @@ "@vaadin/virtual-list": "24.3.10", "construct-style-sheets-polyfill": "3.1.0", "date-fns": "2.29.3", - "lit": "3.1.2" + "lit": "3.1.4", + "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", - "@vitejs/plugin-react": "4.2.1", + "@vitejs/plugin-react": "4.3.1", "@vitejs/plugin-react-swc": "3.5.0", "all-contributors-cli": "^6.26.1", - "async": "3.2.4", - "glob": "10.3.3", + "async": "3.2.5", + "glob": "10.4.1", "rollup-plugin-brotli": "3.1.0", "rollup-plugin-visualizer": "5.12.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", + "@babel/preset-react": "7.24.7", + "@types/react-dom": "18.3.0", + "@types/react": "18.3.3" }, "overrides": { "@vaadin/bundles": "$@vaadin/bundles", @@ -227,25 +233,31 @@ "@vaadin/virtual-list": "24.3.10", "construct-style-sheets-polyfill": "3.1.0", "date-fns": "2.29.3", - "lit": "3.1.2" + "lit": "3.1.4", + "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", - "@vitejs/plugin-react": "4.2.1", + "@vitejs/plugin-react": "4.3.1", "@vitejs/plugin-react-swc": "3.5.0", - "async": "3.2.4", - "glob": "10.3.3", + "async": "3.2.5", + "glob": "10.4.1", "rollup-plugin-brotli": "3.1.0", "rollup-plugin-visualizer": "5.12.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", + "@babel/preset-react": "7.24.7", + "@types/react-dom": "18.3.0", + "@types/react": "18.3.3" }, "hash": "1d21881e8ebfe05d70574f3d5e5566c7c252fa9ae84068b3f09d53fd47ed661a" } diff --git a/pom.xml b/pom.xml index 9fc9e78..1605554 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 21 3.9.6 - 24.3.13 + 24.4.1