From 1fca8db2cea21faedea7af1e6ccb8175bb949038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:26:16 +0000 Subject: [PATCH] chore(ui): pin dependencies --- pnpm-lock.yaml | 4 ++-- ui/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae11290b..15a26bfe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -245,10 +245,10 @@ importers: specifier: ^18.19.20 version: 18.19.28 '@types/react': - specifier: ^18.2.11 + specifier: 18.2.74 version: 18.2.74 '@types/react-dom': - specifier: ^18.2.4 + specifier: 18.2.23 version: 18.2.23 '@typescript-eslint/eslint-plugin': specifier: ^6.5.0 diff --git a/ui/package.json b/ui/package.json index 8f4c7893..fb78ab43 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,8 +15,8 @@ "@tanstack/router-vite-plugin": "^1.18.1", "@types/big.js": "^6.2.2", "@types/node": "^18.19.20", - "@types/react": "^18.2.11", - "@types/react-dom": "^18.2.4", + "@types/react": "18.2.74", + "@types/react-dom": "18.2.23", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "@vitejs/plugin-react": "^4.2.1",