Skip to content

Commit

Permalink
fix: pin react version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Sep 12, 2024
1 parent 00fcf2a commit e71e872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 0 additions & 3 deletions cli/src/commands/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 0 additions & 3 deletions shell/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ root.render(
<App />
</>
)

// ToDo: remove before merging
console.log(' ::: using react@18 :::')

0 comments on commit e71e872

Please sign in to comment.