Skip to content

Commit

Permalink
version compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
RickoNoNo3 committed May 16, 2022
1 parent b394cee commit 930a4ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"winbox": "^0.2.1"
},
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.11",
"@types/react": ">=16.0.41",
"@types/react-dom": ">=16.0.11",
"@types/winbox": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
Expand Down

0 comments on commit 930a4ee

Please sign in to comment.