We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ece29 commit ea70f20Copy full SHA for ea70f20
2 files changed
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
@@ -1,6 +1,6 @@
1
{
2
"name": "react-node-insim",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "React Node InSim",
5
"author": "Martin Kapal <flamecze@gmail.com>",
6
"license": "MIT",
@@ -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