diff --git a/adapter/package.json b/adapter/package.json index 1c5bb9fb..217be101 100644 --- a/adapter/package.json +++ b/adapter/package.json @@ -43,8 +43,8 @@ "classnames": "^2", "moment": "^2", "prop-types": "^15", - "react": "^16.8 || ^18", - "react-dom": "^16.8", + "react": "^18", + "react-dom": "^18", "styled-jsx": "^4" }, "jest": { diff --git a/cli/src/commands/start.js b/cli/src/commands/start.js index 08c3e6b1..8853489f 100644 --- a/cli/src/commands/start.js +++ b/cli/src/commands/start.js @@ -24,9 +24,6 @@ const handler = async ({ proxyPort, host, }) => { - // ToDo: remove before merging - reporter.info(' ::: using react@18 :::') - const paths = makePaths(cwd) const mode = 'development' diff --git a/shell/src/index.jsx b/shell/src/index.jsx index 017b4e75..a2573cc2 100644 --- a/shell/src/index.jsx +++ b/shell/src/index.jsx @@ -13,6 +13,3 @@ root.render( ) - -// ToDo: remove before merging -console.log(' ::: using react@18 :::')