Skip to content

Commit

Permalink
build(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 16.14.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 16.14.62 to 18.3.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 60a573c commit b2b4ee1
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 65 deletions.
177 changes: 118 additions & 59 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/docs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest-transform-css": "^2.0.0",
"json-schema": "^0.2.3",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react": "^18.3.1",
"react-dom": "^16.12.0",
"react-json-view": "^1.19.1",
"react-markdown": "^4.0.6",
Expand All @@ -37,7 +37,7 @@
"@types/json-schema": "^7.0.3",
"@types/lodash": "^4.14.123",
"@types/node": "^12.0.2",
"@types/react": "^16.9.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^16.8.3",
"json-schema-ref-parser": "^7.0.1",
"react-scripts": "3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"acorn-dynamic-import": "^4.0.0",
"monaco-editor": "^0.30.0",
"qs": "^6.11.0",
"react": "^16.12.0",
"react": "^18.3.1",
"react-dom": "^16.12.0",
"react-json-view": "^1.19.1",
"react-split-pane": "^0.1.87",
Expand Down
2 changes: 1 addition & 1 deletion packages/logs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"moment": "^2.24.0",
"react": "^16.12.0",
"react": "^18.3.1",
"react-dom": "^16.12.0",
"react-i18next": "^10.13.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.21",
"open": "^6.4.0",
"qs": "^6.11.0",
"react": "^16.12.0",
"react": "^18.3.1",
"react-app-polyfill": "^1.0.1",
"react-dom": "^16.12.0",
"react-json-view": "^1.19.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/json-schema": "^7.0.3",
"@types/lodash": "^4.14.185",
"@types/qs": "^6.9.7",
"@types/react": "^16.9.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^16.9.4",
"@vitejs/plugin-react": "^4.2.1",
"css-mediaquery": "^0.1.2",
Expand Down

0 comments on commit b2b4ee1

Please sign in to comment.