Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 15, 2023
1 parent 3ed925c commit 576dc49
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 42 deletions.
62 changes: 25 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"enigma.js": "^2.0.0",
"picasso-plugin-q": ">=0.14.0 || 0.37.1",
"picasso.js": ">=0.14.0 || 0.37.1",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "7.22.9",
Expand All @@ -54,10 +54,10 @@
"picasso-plugin-q": "0.37.2",
"picasso.js": "0.37.2",
"puppeteer": "13.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hooks-testing-library": "0.6.0",
"react-test-renderer": "17.0.2",
"react-test-renderer": "18.2.0",
"react-testing-library": "8.0.1"
},
"jest": {
Expand Down

0 comments on commit 576dc49

Please sign in to comment.