From 1613169630bcecbeec7d42263f2d13351cbd5d78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:52:18 +0000 Subject: [PATCH] chore(deps): update dependency react to v19 --- Azure SaaS/FrontEnd/package.json | 4 ++-- Musical Instruments shop/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Azure SaaS/FrontEnd/package.json b/Azure SaaS/FrontEnd/package.json index 09b46c0..5663f1f 100644 --- a/Azure SaaS/FrontEnd/package.json +++ b/Azure SaaS/FrontEnd/package.json @@ -16,7 +16,7 @@ "bootstrap-icons": "^1.10.5", "chart.js": "^4.3.0", "material-table": "^2.0.3", - "react": "^18.2.0", + "react": "^19.0.0", "react-dom": "^18.2.0", "react-form-stepper": "^2.0.3", "react-router-dom": "^7.0.0", @@ -27,7 +27,7 @@ "xterm-addon-web-links": "^0.9.0" }, "devDependencies": { - "@types/react": "^18.0.28", + "@types/react": "^19.0.0", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "eslint": "^9.0.0", diff --git a/Musical Instruments shop/package.json b/Musical Instruments shop/package.json index 23560ca..96c8b71 100644 --- a/Musical Instruments shop/package.json +++ b/Musical Instruments shop/package.json @@ -18,7 +18,7 @@ "axios": "^1.0.0", "material-ui-search-bar": "^1.0.0", "react-dom": "^18.0.0", - "react": "^18.0.0", + "react": "^19.0.0", "react-redux": "^9.0.0", "react-router-dom": "^7.0.0", "react-scripts": "5.0.1",