Skip to content

Commit

Permalink
chore(deps): update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent c2434d2 commit 2887052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"version": "1.1.0",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.13.1 || ^18.0.0",
"react-dom": "^16.13.1 || ^18.0.0"
},
"scripts": {
"test": "yarn type-check && yarn lint",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@storybook/addon-essentials": "6.0.21",
"@storybook/addons": "6.0.21",
"@storybook/react": "6.0.21",
"@types/react-dom": "16.9.8",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "4.1.1",
"babel-loader": "8.1.0",
"eslint": "7.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2684,10 +2684,10 @@
"@types/react" "*"
"@types/reactcss" "*"

"@types/react-dom@16.9.8":
version "16.9.8"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
"@types/react-dom@18.2.6":
version "18.2.6"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.6.tgz#ad621fa71a8db29af7c31b41b2ea3d8a6f4144d1"
integrity sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 2887052

Please sign in to comment.