diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9fa0c53..9fe615f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,8 +123,8 @@ importers: specifier: ^18.2.0 version: 18.3.1(react@18.3.1) react-json-tree: - specifier: ^0.19.0 - version: 0.19.0(@types/react@18.3.12)(react@18.3.1) + specifier: ^0.20.0 + version: 0.20.0(@types/react@18.3.12)(react@18.3.1) react-router: specifier: ^6.16.0 version: 6.27.0(react@18.3.1) @@ -1183,6 +1183,9 @@ packages: '@types/lodash@4.17.12': resolution: {integrity: sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==} + '@types/lodash@4.17.16': + resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==} + '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} @@ -2169,11 +2172,11 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react-json-tree@0.19.0: - resolution: {integrity: sha512-PqT1WRVcWP+RROsZPQfNEKIC1iM/ZMfY4g5jN6oDnXp5593PPRAYgoHcgYCDjflAHQMtxl8XGdlTwIBdEGUXvw==} + react-json-tree@0.20.0: + resolution: {integrity: sha512-h+f9fUNAxzBx1rbrgUF7+zSWKGHDtt2VPYLErIuB0JyKGnWgFMM21ksqQyb3EXwXNnoMW2rdE5kuAaubgGOx2Q==} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-refresh@0.14.2: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} @@ -3404,6 +3407,8 @@ snapshots: '@types/lodash@4.17.12': {} + '@types/lodash@4.17.16': {} + '@types/mime@1.3.5': {} '@types/node-forge@1.3.11': @@ -4374,7 +4379,7 @@ snapshots: react-base16-styling@0.10.0: dependencies: - '@types/lodash': 4.17.12 + '@types/lodash': 4.17.16 color: 4.2.3 csstype: 3.1.3 lodash-es: 4.17.21 @@ -4395,9 +4400,9 @@ snapshots: react-is@18.3.1: {} - react-json-tree@0.19.0(@types/react@18.3.12)(react@18.3.1): + react-json-tree@0.20.0(@types/react@18.3.12)(react@18.3.1): dependencies: - '@types/lodash': 4.17.12 + '@types/lodash': 4.17.16 '@types/react': 18.3.12 react: 18.3.1 react-base16-styling: 0.10.0 diff --git a/sdk-playground/packages/client/package.json b/sdk-playground/packages/client/package.json index 39d1591..463a353 100644 --- a/sdk-playground/packages/client/package.json +++ b/sdk-playground/packages/client/package.json @@ -21,7 +21,7 @@ "react": "^18.2.0", "react-device-detect": "^2.2.2", "react-dom": "^18.2.0", - "react-json-tree": "^0.19.0", + "react-json-tree": "^0.20.0", "react-router": "^6.16.0", "react-router-dom": "^6.16.0", "react-use": "^17.2.4",