mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
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:
parent
8a3e92b441
commit
a1b9936e66
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue