js/react-flipper-example Switch to React 18.2.0 & bump deps (#4901)
Summary: This diff refactors `js/react-flipper-example` to React & ReactDOM `18.2.0` and bumps all deps to the `latest`. - Also, specifies the `js-flipper` dep version as `*` which is taken care of by the `relative-deps` script. - Deletes `logo.svg` from `src/` ### Scope: `js/react-flipper-example` ## Changelog [General][Changed] - [Refactor] `js/react-flipper-example` Switch to React `18.2.0` & bump deps. Pull Request resolved: https://github.com/facebook/flipper/pull/4901 Test Plan: - Should pass `js-flipper / build-react-example (pull_request)` workflow. Reviewed By: antonk52 Differential Revision: D47868448 Pulled By: passy fbshipit-source-id: edc67ebe3f205d32ec6198b7130ded287997fe50
This commit is contained in:
committed by
Facebook GitHub Bot
parent
143fe0e719
commit
cb4352abea
@@ -24,7 +24,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>React Flipper WebSocket Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "Flipper Tic-Tac-Toe",
|
||||
"name": "React Flipper WebSocket Example",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
||||
Reference in New Issue
Block a user