Skip to content

Commit c7b433f

Browse files
committed
fix: only support node-insim@^6.0.0 as a peer dependency
1 parent b8ece29 commit c7b433f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ root.render(
171171
## Requirements
172172

173173
- [Node.js](https://nodejs.org/) 14 or higher
174-
- [Node InSim](https://github.com/simbroadcasts/node-insim)
174+
- [Node InSim](https://github.com/simbroadcasts/node-insim) 6
175175
- [React](https://github.com/facebook/react) 18
176176

177177
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepack": "run-s build"
3939
},
4040
"peerDependencies": {
41-
"node-insim": "^0.9.1 || 1 || 2 || 3 || 4 || 5 || 6",
41+
"node-insim": "^6.0.0",
4242
"react": ">=18",
4343
"react-devtools-core": "^6.1.5"
4444
},

0 commit comments

Comments
 (0)