From d89b4a8473b7178651103724e3ca16dcdae90c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:11:46 +0000 Subject: [PATCH] fix(deps): update npm dependencies --- ui/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package.json b/ui/package.json index 9f4833398d..17bfc77ef5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,10 +28,10 @@ "@radix-ui/react-tooltip": "^1.1.3", "@tremor/react": "^3.18.3", "@types/node": "^22.7.4", - "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "classnames": "^2.5.1", - "lucide-react": "^0.462.0", + "lucide-react": "^0.468.0", "material-symbols": "^0.27.0", "moment": "^2.30.1", "moment-timezone": "^0.5.46", @@ -39,10 +39,10 @@ "next-auth": "^4.24.8", "prop-types": "^15.8.1", "protobufjs": "^7.4.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-select": "^5.8.1", - "react-spinners": "^0.14.1", + "react-spinners": "^0.15.0", "react-toastify": "^10.0.5", "styled-components": "^6.1.13", "swr": "^2.2.5", @@ -57,12 +57,12 @@ "eslint-config-prettier": "9.1.0", "less": "4.2.1", "postcss": "8.4.49", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-organize-imports": "4.1.0", "string-width": "7.2.0", - "tailwindcss": "3.4.15", + "tailwindcss": "3.4.16", "tailwindcss-animate": "1.0.7", "typescript": "5.7.2", - "webpack": "5.96.1" + "webpack": "5.97.1" } }