Skip to content

Commit bd422b0

Browse files
committed
Update dependency
1 parent 5bc92e7 commit bd422b0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/redux-devtools-inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"prop-types": "^15.6.2",
7878
"react-base16-styling": "^0.4.1",
7979
"react-dragula": "^1.1.17",
80-
"react-json-tree": "^0.11.1",
80+
"react-json-tree": "^0.12.0",
8181
"react-pure-render": "^1.0.2",
8282
"redux-devtools-themes": "^1.0.0"
8383
}

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3819,7 +3819,7 @@ babel-preset-minify@^0.5.0:
38193819
babel-plugin-transform-undefined-to-void "^6.9.4"
38203820
lodash "^4.17.11"
38213821

3822-
[email protected], babel-runtime@^6.11.6, babel-runtime@^6.2.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.3.19, babel-runtime@^6.5.0:
3822+
[email protected], babel-runtime@^6.11.6, babel-runtime@^6.2.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.3.19, babel-runtime@^6.5.0, babel-runtime@^6.6.1:
38233823
version "6.26.0"
38243824
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
38253825
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -13583,6 +13583,15 @@ react-is@^16.12.0, react-is@^16.13.0, react-is@^16.6.0, react-is@^16.6.1, react-
1358313583
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1358413584
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1358513585

13586+
react-json-tree@^0.11.0:
13587+
version "0.11.2"
13588+
resolved "https://registry.yarnpkg.com/react-json-tree/-/react-json-tree-0.11.2.tgz#af70199fcbc265699ade2aec492465c51608f95e"
13589+
integrity sha512-aYhUPj1y5jR3ZQ+G3N7aL8FbTyO03iLwnVvvEikLcNFqNTyabdljo9xDftZndUBFyyyL0aK3qGO9+8EilILHUw==
13590+
dependencies:
13591+
babel-runtime "^6.6.1"
13592+
prop-types "^15.5.8"
13593+
react-base16-styling "^0.5.1"
13594+
1358613595
react-jsonschema-form@^1.0.0:
1358713596
version "1.8.1"
1358813597
resolved "https://registry.yarnpkg.com/react-jsonschema-form/-/react-jsonschema-form-1.8.1.tgz#9c962f29a55b3fe071d8edf2fc3430f05f1b7ed9"

0 commit comments

Comments
 (0)