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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent d8c9b6c commit 285d7d2
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 73 deletions.
187 changes: 120 additions & 67 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 @@ -59,7 +59,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
Loading

0 comments on commit 285d7d2

Please sign in to comment.