Skip to content

Commit 8065a30

Browse files
committed
package.json: support react and react types v18
1 parent 2b29211 commit 8065a30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@
6363
"rimraf": "^3.0.2",
6464
"sass": "^1.35.2",
6565
"ts-jest": "^27.1.2",
66-
"typescript": "^4.5.4"
66+
"typescript": "^4.5.4",
67+
"eslint-config-react-app":"^7.0.1"
6768
},
6869
"peerDependencies": {
69-
"react": "^17.0.2",
70-
"react-dom": "^17.0.2"
70+
"react": "^17.0.2 || 18",
71+
"react-dom": "^17.0.2 || 18",
72+
"@types/react": "^17.0.15 || 18"
7173
}
7274
}

0 commit comments

Comments
 (0)