dreaction-react-native 1.8.3 → 1.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dreaction-react-native",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "private": false,
5
5
  "description": "DReaction client for React Native applications with draggable debug ball and powerful debugging tools",
6
6
  "main": "lib/index.js",
@@ -32,8 +32,8 @@
32
32
  "homepage": "https://github.com/moonrailgun/dreaction#readme",
33
33
  "dependencies": {
34
34
  "mitt": "^3.0.1",
35
- "dreaction-client-core": "1.2.2",
36
- "dreaction-protocol": "1.0.9"
35
+ "dreaction-client-core": "1.3.0",
36
+ "dreaction-protocol": "1.0.10"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@react-native-async-storage/async-storage": "^2.1.0",