Skip to content

Commit 4f6c9ba

Browse files
alexlanzSimon Planinschek
authored andcommitted
Fixing missing React dependencies
1 parent 23bc9d5 commit 4f6c9ba

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
@@ -42,6 +42,8 @@
4242
"@types/react": "^16.9.50",
4343
"@typescript-eslint/parser": "^4.3.0",
4444
"@typescript-eslint/eslint-plugin": "^4.3.0",
45+
"react": "^16.13.1",
46+
"react-dom": "^16.13.1",
4547
"axios": "^0.20.0",
4648
"jest": "^26.4.2",
4749
"eslint": "^7.10.0",

0 commit comments

Comments
 (0)