[Dashboard] Specify @types/react resolution (#23794) (#23795)

A new @types/react release has broken the dashboard build. Make sure to specify the older version under package resolutions.

Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
This commit is contained in:
Archit Kulkarni 2022-04-08 10:35:52 -07:00 committed by GitHub
parent 8a3e92b441
commit a1b9936e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,9 @@
"eslint-plugin-prefer-arrow": "1.1.7",
"prettier": "2.3.0"
},
"resolutions": {
"@types/react": "16.9.26"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",