Skip to content

Commit 35c5026

Browse files
João LeiteJoão Leite
authored andcommitted
updated react peerDependency
1 parent faea925 commit 35c5026

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"author": "João Moura <[email protected]>",
3030
"license": "MIT",
3131
"peerDependencies": {
32-
"react": "^16.1.0"
32+
"react": "^18.0.25"
3333
},
3434
"devDependencies": {
3535
"@types/hoist-non-react-statics": "^3.3.1",
36-
"@types/react": "^16.8.20",
37-
"react": "^16.8.6",
36+
"@types/react": "^18.0.25",
37+
"react": "^18.0.25",
3838
"rimraf": "^2.6.3",
3939
"tslint": "^6.1.0",
40-
"typescript": "^3.5.2",
40+
"typescript": "^4.9.3",
4141
"utility-types": "^3.7.0"
4242
},
4343
"dependencies": {
44-
"hoist-non-react-statics": "^2.3.1"
44+
"hoist-non-react-statics": "^3.3.2"
4545
}
4646
}

0 commit comments

Comments
 (0)