Skip to content

Commit

Permalink
deps(react): update react to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 9f5e03c commit 1332067
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"jest-styled-components": "^7.1.1",
"react": "~17.0.2",
"react": "~18.3.0",
"react-docgen-typescript-plugin": "1.0.8",
"react-dom": "~17.0.2",
"react-dom": "~18.3.0",
"react-router-dom": "~6.27.0",
"sass": "~1.77.0",
"sass-loader": "~16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@equisoft/design-elements-react": "workspace:*",
"core-js": "^3.37.0",
"i18next": "^23.0.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"react-is": "~17.0.2",
"react-router-dom": "~6.27.0",
"styled-components": "^5.3.10"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1732,10 +1732,10 @@ __metadata:
jest-junit: "npm:^16.0.0"
jest-styled-components: "npm:^7.1.1"
prop-types: "npm:^15.8.1"
react: "npm:~17.0.2"
react: "npm:~18.3.0"
react-datepicker: "npm:^7.3.0"
react-docgen-typescript-plugin: "npm:1.0.8"
react-dom: "npm:~17.0.2"
react-dom: "npm:~18.3.0"
react-is: "npm:~17.0.2"
react-modal: "npm:^3.16.1"
react-popper-tooltip: "npm:^4.4.2"
Expand Down Expand Up @@ -1811,8 +1811,8 @@ __metadata:
eslint-plugin-react-hooks: "npm:4.6.2"
eslint-plugin-storybook: "npm:0.8.0"
i18next: "npm:^23.0.0"
react: "npm:~17.0.2"
react-dom: "npm:~17.0.2"
react: "npm:~18.3.0"
react-dom: "npm:~18.3.0"
react-is: "npm:~17.0.2"
react-router-dom: "npm:~6.27.0"
sass: "npm:^1.71.1"
Expand Down Expand Up @@ -12106,7 +12106,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:18.3.1, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"react-dom@npm:18.3.1, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0, react-dom@npm:~18.3.0":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
dependencies:
Expand All @@ -12118,7 +12118,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^17, react-dom@npm:~17.0.2":
"react-dom@npm:^17":
version: 17.0.2
resolution: "react-dom@npm:17.0.2"
dependencies:
Expand Down Expand Up @@ -12331,7 +12331,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"react@npm:18.3.1, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, react@npm:~18.3.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand All @@ -12340,7 +12340,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^17, react@npm:~17.0.2":
"react@npm:^17":
version: 17.0.2
resolution: "react@npm:17.0.2"
dependencies:
Expand Down

0 comments on commit 1332067

Please sign in to comment.