Skip to content

Commit ea70f20

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-node-insim",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "React Node InSim",
55
"author": "Martin Kapal <flamecze@gmail.com>",
66
"license": "MIT",
@@ -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)