Skip to content

Commit f3b4d47

Browse files
authored
Merge pull request #9 from navikt/react-17
fix: 🐛 add react@17 to peerDependency list
2 parents 1740b94 + 81cc83f commit f3b4d47

File tree

2 files changed

+16
-29
lines changed

2 files changed

+16
-29
lines changed

package-lock.json

+13-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@types/react-dom": ">=16.0.0",
2525
"git-cz": "^4.7.0",
2626
"jest": "^26.1.0",
27-
"react": "^15.4.2 || ^16.0.0",
28-
"react-dom": "^15.4.2 || ^16.0.0",
27+
"react": "^17.0.2",
28+
"react-dom": "^17.0.2",
2929
"ts-jest": "^26.1.3",
3030
"typescript": "^3.7.3"
3131
},
3232
"peerDependencies": {
33-
"react": "^15.4.2 || ^16.0.0"
33+
"react": "^15.4.2 || ^16.0.0 || ^17.0.0"
3434
},
3535
"jest": {
3636
"transform": {

0 commit comments

Comments
 (0)