Skip to content

Commit bc85d32

Browse files
author
jyoes
committed
Remove version from reactotron-core-client peerDependency
Fixes #1300
1 parent 3e9f1e8 commit bc85d32

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/reactotron-mst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"peerDependencies": {
3838
"mobx": "^3.4.1 || ^4.1.0 || >6.0.0",
3939
"mobx-state-tree": "^1.4.0 || ^2.0.2 || >3.0.0",
40-
"reactotron-core-client": "workspace:*"
40+
"reactotron-core-client": "*"
4141
},
4242
"dependencies": {
4343
"ramda": "^0.25.0"

lib/reactotron-react-native-mmkv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"react-native-mmkv": "*",
39-
"reactotron-core-client": "workspace:*"
39+
"reactotron-core-client": "*"
4040
},
4141
"dependencies": {
4242
"ramda": "^0.25.0"

lib/reactotron-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ci:test": "yarn test --runInBand"
3737
},
3838
"peerDependencies": {
39-
"reactotron-core-client": "workspace:*",
39+
"reactotron-core-client": "*",
4040
"redux": ">=4.0.0"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27450,7 +27450,7 @@ __metadata:
2745027450
peerDependencies:
2745127451
mobx: ^3.4.1 || ^4.1.0 || >6.0.0
2745227452
mobx-state-tree: ^1.4.0 || ^2.0.2 || >3.0.0
27453-
reactotron-core-client: "workspace:*"
27453+
reactotron-core-client: "*"
2745427454
languageName: unknown
2745527455
linkType: soft
2745627456

@@ -27533,7 +27533,7 @@ __metadata:
2753327533
typescript: 4.9.5
2753427534
peerDependencies:
2753527535
react-native-mmkv: "*"
27536-
reactotron-core-client: "workspace:*"
27536+
reactotron-core-client: "*"
2753727537
languageName: unknown
2753827538
linkType: soft
2753927539

@@ -27623,7 +27623,7 @@ __metadata:
2762327623
ts-jest: 29.0.5
2762427624
typescript: 4.9.5
2762527625
peerDependencies:
27626-
reactotron-core-client: "workspace:*"
27626+
reactotron-core-client: "*"
2762727627
redux: ">=4.0.0"
2762827628
languageName: unknown
2762927629
linkType: soft

0 commit comments

Comments
 (0)