Skip to content

Commit

Permalink
fix: rollback react to known working version (argoproj#11703)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Eftimie <[email protected]>

Signed-off-by: Alex Eftimie <[email protected]>
  • Loading branch information
alexef authored Dec 14, 2022
1 parent 3dcab56 commit 358088a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 28,7 @@
"monaco-editor": "^0.33.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "17",
"react": "^16.9.3",
"react-autocomplete": "^1.8.1",
"react-diff-view": "^2.4.10",
"react-dom": "^16.9.3",
Expand Down
9 changes: 5 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7907,13 7907,14 @@ react-toastify@^9.0.8:
dependencies:
clsx "^1.1.1"

react@17:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P dck6Fu/jJeL6iVVK23fptSUZj8Vjf 7wXA8UNclGQcbA==
react@^16.9.3:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

readable-stream@^2.0.1:
version "2.3.6"
Expand Down

0 comments on commit 358088a

Please sign in to comment.