Skip to content

Commit

Permalink
chore(desk): upgrade react-json-inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 11, 2022
1 parent a855017 commit 11f20c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 119 deletions.
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@portabletext/react": "^1.0.6",
"@portabletext/types": "^1.0.3",
"@reach/auto-id": "^0.13.2",
"@rexxars/react-json-inspector": "^7.1.1",
"@rexxars/react-json-inspector": "^8.0.1",
"@sanity/asset-utils": "^1.2.3",
"@sanity/bifur-client": "^0.0.8",
"@sanity/block-tools": "3.0.0-dev-preview.12",
Expand Down

This file was deleted.

17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2902,16 +2902,14 @@
dependencies:
ini "^1.3.2"

"@rexxars/react-json-inspector@^7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@rexxars/react-json-inspector/-/react-json-inspector-7.1.1.tgz#f4e39c3bff53a992056af1798bece918c8337291"
integrity sha512-DH1SS7NkBWa844cRm3VY3r8mV7QW5LMoxPLSTeHxFgJP13zyNpeqyAuptSJNPA29gS6bRlaF64WmJPcm9XxMiw==
"@rexxars/react-json-inspector@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@rexxars/react-json-inspector/-/react-json-inspector-8.0.1.tgz#cd903eaf7bec40d4e870e1085619af5067196c59"
integrity sha512-XAsgQwqG8fbDGpWnsvOesRMgPfvwuU7Cx3/cUf/fNIRmGP8lj2YYIf5La/4ayvZLWlSw4tTb4BPCKdmK9D8RuQ==
dependencies:
create-react-class "^15.6.0"
debounce "1.0.0"
md5-o-matic "^0.1.1"
object-assign "2.0.0"
prop-types "^15.5.10"

"@rollup/plugin-babel@^5.2.0", "@rollup/plugin-babel@^5.3.0":
version "5.3.1"
Expand Down Expand Up @@ -12921,11 +12919,6 @@ oauth-sign@~0.9.0:
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==

object-assign@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-2.0.0.tgz#f8309b09083b01261ece3ef7373f2b57b8dd7042"
integrity sha512-TTVfbeUpQoCNyoOddbCTlMYnK8LsIpLD72jtE6SjwYL2JRr7lskqbMghqdTFp9wHWrZAlDWYUJ1unzPnWWPWQA==

object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
Expand Down Expand Up @@ -14434,7 +14427,7 @@ promzard@^0.3.0:
dependencies:
read "1"

prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.7, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
prop-types@^15.5.4, prop-types@^15.5.7, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
Expand Down

0 comments on commit 11f20c9

Please sign in to comment.