Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 87e0790

Browse files
committed
fix: Update deps
1 parent b840af6 commit 87e0790

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"semantic-release": "semantic-release"
3434
},
3535
"peerDependencies": {
36-
"reactotron-core-client": "^2.5.0-beta.2",
36+
"reactotron-core-client": "^2.5.0",
3737
"redux": "^4.0.1"
3838
},
3939
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"jest": "^24.1.0",
5757
"npm-run-all": "^4.1.5",
5858
"prettier": "^1.16.4",
59-
"reactotron-core-client": "^2.5.0-beta.2",
59+
"reactotron-core-client": "^2.5.0",
6060
"redux": "^4.0.1",
6161
"rollup": "^1.1.2",
6262
"rollup-plugin-babel": "^4.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6679,10 +6679,10 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8:
66796679
minimist "^1.2.0"
66806680
strip-json-comments "~2.0.1"
66816681

6682-
reactotron-core-client@^2.5.0-beta.2:
6683-
version "2.5.0-beta.2"
6684-
resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.5.0-beta.2.tgz#afd5379ed8c8771947a05aeaa1e75f15b2e19b57"
6685-
integrity sha512-OAqMnEfM7CMU64+hhqFCgP3N4wIDI4F04xZexqVawjwCS94uRYztovE14GsXDWzlIx4mLL5B/1S080oV0mACiA==
6682+
reactotron-core-client@^2.5.0:
6683+
version "2.5.0"
6684+
resolved "https://registry.yarnpkg.com/reactotron-core-client/-/reactotron-core-client-2.5.0.tgz#f32c60d10122a6f0d7b82e823f065c5ca40da301"
6685+
integrity sha512-7XgB0wJfBwQDdb358GXwGU/qvX6/t/G2+EGDK1sseMffY5LZBR5/S2zyF+p3u7OJ/LoCGjRjXhgVuXfac6C9fg==
66866686

66876687
read-all-stream@^3.0.0:
66886688
version "3.1.0"

0 commit comments

Comments
 (0)