From 80d57c754271757e52151d352e9e3c33e8924c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:33:37 +0200 Subject: [PATCH] build(deps): bump react-hook-form from 7.51.4 to 7.52.0 in /coral (#2494) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.4 to 7.52.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.51.4...v7.52.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Khatib Tamal --- coral/package.json | 2 +- coral/pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/coral/package.json b/coral/package.json index c0ae6c6b6b..9e69e64e7c 100644 --- a/coral/package.json +++ b/coral/package.json @@ -48,7 +48,7 @@ "monaco-editor": "^0.49.0", "react": "^18.3.1", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.52.0", "react-markdown": "^9.0.1", "react-router-dom": "^6.23.1", "react-syntax-highlighter": "^15.5.0", diff --git a/coral/pnpm-lock.yaml b/coral/pnpm-lock.yaml index 9eb45ed4dd..37505edb88 100644 --- a/coral/pnpm-lock.yaml +++ b/coral/pnpm-lock.yaml @@ -10,7 +10,7 @@ dependencies: version: 1.66.0(@types/react-dom@18.2.21)(@types/react@18.3.3)(less@4.2.0)(lodash@4.17.21)(postcss@8.4.31)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.3.1)(typescript@5.4.5)(webpack@5.89.0) '@hookform/resolvers': specifier: ^3.3.4 - version: 3.3.4(react-hook-form@7.51.4) + version: 3.3.4(react-hook-form@7.52.0) '@monaco-editor/react': specifier: ^4.6.0 version: 4.6.0(monaco-editor@0.49.0)(react-dom@18.2.0)(react@18.3.1) @@ -33,8 +33,8 @@ dependencies: specifier: ^18.2.0 version: 18.2.0(react@18.3.1) react-hook-form: - specifier: ^7.51.4 - version: 7.51.4(react@18.3.1) + specifier: ^7.52.0 + version: 7.52.0(react@18.3.1) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.3.3)(react@18.3.1) @@ -1118,12 +1118,12 @@ packages: dependencies: tslib: 2.6.2 - /@hookform/resolvers@3.3.4(react-hook-form@7.51.4): + /@hookform/resolvers@3.3.4(react-hook-form@7.52.0): resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.51.4(react@18.3.1) + react-hook-form: 7.52.0(react@18.3.1) dev: false /@humanwhocodes/config-array@0.11.14: @@ -9484,11 +9484,11 @@ packages: react: 18.3.1 dev: true - /react-hook-form@7.51.4(react@18.3.1): - resolution: {integrity: sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==} + /react-hook-form@7.52.0(react@18.3.1): + resolution: {integrity: sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==} engines: {node: '>=12.22.0'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 + react: ^16.8.0 || ^17 || ^18 || ^19 dependencies: react: 18.3.1 dev: false