From 33bd764bed129d7e5f77a60c3bca69ba1fcb037d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:43:09 -0600 Subject: [PATCH] chore(deps): bump @globus/static-search-portal from 1.3.0 to 1.5.0 (#16) Bumps [@globus/static-search-portal](https://github.com/globus/static-search-portal) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/globus/static-search-portal/releases) - [Changelog](https://github.com/globus/static-search-portal/blob/main/CHANGELOG.md) - [Commits](https://github.com/globus/static-search-portal/compare/1.3.0...1.5.0) --- updated-dependencies: - dependency-name: "@globus/static-search-portal" 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> --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad1835a..7b5e944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@globus/static-search-portal": "1.3.0" + "@globus/static-search-portal": "1.5.0" } }, "node_modules/@babel/code-frame": { @@ -372,9 +372,9 @@ } }, "node_modules/@globus/static-search-portal": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@globus/static-search-portal/-/static-search-portal-1.3.0.tgz", - "integrity": "sha512-9CAtZ5UM07uPgYHVPBerxLYJW5GLnan0YjfvU+xAI3+SElYPmx1m1SaC5OaqbTAeuOrZeQaxfiTFFF6XfbwZKw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@globus/static-search-portal/-/static-search-portal-1.5.0.tgz", + "integrity": "sha512-Vd1k+iJMx9ksNbh6iavkpPyhpAmN9Pe8ukxfRb4KkHVXJqxmVHlVPGoHIbn0UTixYIwlC1iq+ANO6EHBGMd0sA==", "dependencies": { "@chakra-ui/icons": "^2.2.4", "@chakra-ui/next-js": "^2.4.2", @@ -391,6 +391,7 @@ "@tanstack/react-query": "^5.59.20", "@types/d3-fetch": "^3.0.7", "@types/mdx": "^2.0.13", + "@uiw/react-json-view": "^2.0.0-alpha.30", "d3-fetch": "^3.0.1", "framer-motion": "^11.11.11", "lodash": "^4.17.21", @@ -811,6 +812,19 @@ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" }, + "node_modules/@uiw/react-json-view": { + "version": "2.0.0-alpha.30", + "resolved": "https://registry.npmjs.org/@uiw/react-json-view/-/react-json-view-2.0.0-alpha.30.tgz", + "integrity": "sha512-ufvvirUQcITU9s4R12b7hn/t7ngLCYp1KbBxE+eAD35o3Ey+uxfKvgWmIwGFhV3hFXXxMJ8SHQKwl/ywNCHsDA==", + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@babel/runtime": ">=7.10.0", + "react": ">=18.0.0", + "react-dom": ">=18.0.0" + } + }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", diff --git a/package.json b/package.json index edc1c1f..9fb9e48 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@globus/static-search-portal": "1.3.0" + "@globus/static-search-portal": "1.5.0" } } \ No newline at end of file