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 faea925 commit 35c5026Copy full SHA for 35c5026
package.json
@@ -29,18 +29,18 @@
29
"author": "João Moura <[email protected]>",
30
"license": "MIT",
31
"peerDependencies": {
32
- "react": "^16.1.0"
+ "react": "^18.0.25"
33
},
34
"devDependencies": {
35
"@types/hoist-non-react-statics": "^3.3.1",
36
- "@types/react": "^16.8.20",
37
- "react": "^16.8.6",
+ "@types/react": "^18.0.25",
+ "react": "^18.0.25",
38
"rimraf": "^2.6.3",
39
"tslint": "^6.1.0",
40
- "typescript": "^3.5.2",
+ "typescript": "^4.9.3",
41
"utility-types": "^3.7.0"
42
43
"dependencies": {
44
- "hoist-non-react-statics": "^2.3.1"
+ "hoist-non-react-statics": "^3.3.2"
45
}
46
0 commit comments