We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ece29 commit c7b433fCopy full SHA for c7b433f
README.md
@@ -171,7 +171,7 @@ root.render(
171
## Requirements
172
173
- [Node.js](https://nodejs.org/) 14 or higher
174
-- [Node InSim](https://github.com/simbroadcasts/node-insim)
+- [Node InSim](https://github.com/simbroadcasts/node-insim) 6
175
- [React](https://github.com/facebook/react) 18
176
177
## Installation
package.json
@@ -38,7 +38,7 @@
38
"prepack": "run-s build"
39
},
40
"peerDependencies": {
41
- "node-insim": "^0.9.1 || 1 || 2 || 3 || 4 || 5 || 6",
+ "node-insim": "^6.0.0",
42
"react": ">=18",
43
"react-devtools-core": "^6.1.5"
44
0 commit comments