Skip to content

Commit 6635a6f

Browse files
committed
Fixing missing React dependencies
1 parent 12a188c commit 6635a6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"@types/jest": "^26.0.14",
4242
"@typescript-eslint/parser": "^4.3.0",
4343
"@typescript-eslint/eslint-plugin": "^4.3.0",
44+
"react": "^16.13.1",
45+
"react-dom": "^16.13.1",
4446
"axios": "^0.20.0",
4547
"jest": "^26.4.2",
4648
"eslint": "^7.10.0",

0 commit comments

Comments
 (0)