Skip to content

Commit cde3462

Browse files
author
Richard Evans
committed
fix(deps): Update core-server to allow for * in state subscriptions
1 parent d9ca3d6 commit cde3462

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"react-modal": "^3.4.4",
159159
"react-tap-event-plugin": "^3.0.2",
160160
"react-tooltip": "^3.5.1",
161-
"reactotron-core-server": "^2.1.3",
161+
"reactotron-core-server": "^2.1.4",
162162
"source-map-support": "^0.5.5",
163163
"stringify-object": "^3.2.2",
164164
"update-electron-app": "^1.3.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7607,10 +7607,10 @@ react@^16.3.2:
76077607
object-assign "^4.1.1"
76087608
prop-types "^15.6.0"
76097609

7610-
reactotron-core-server@^2.1.3:
7611-
version "2.1.3"
7612-
resolved "https://registry.yarnpkg.com/reactotron-core-server/-/reactotron-core-server-2.1.3.tgz#c1f44c0393fcffb4724713dee7825d94d4fd9fea"
7613-
integrity sha512-9i2rHKP8vYkLvk6Xqv+UHZ2EWenPzfi9toNlyHGE2xIM1O2/3R2s7QvSQOarMg6W793AZvtsAUFl9Mm7hjCODw==
7610+
reactotron-core-server@^2.1.4:
7611+
version "2.1.4"
7612+
resolved "https://registry.yarnpkg.com/reactotron-core-server/-/reactotron-core-server-2.1.4.tgz#b455c1b3d23c3864f44dc97d0e7b65480011b1ec"
7613+
integrity sha512-7NR6441WKDVFJRJ39ZTZvfxDwGYAEYrdF2Je2FVaeE6s8yXctqvEOJtpkH1oJ+2PZ2JHsQ//KI2XWLMa29cIuA==
76147614
dependencies:
76157615
mitt "^1.1.2"
76167616
ramda "^0.25.0"

0 commit comments

Comments
 (0)