Skip to content

Commit

Permalink
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 18.2.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 18.2.37 to 18.3.3
- [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-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent bf4fb27 commit 8b8630b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nanoid": "^5.0.7",
"notistack": "^3.0.1",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react": "^18.3.1",
"react-confetti-explosion": "^2.1.2",
"react-cookie": "^7.1.4",
"react-dnd": "^16.0.1",
Expand Down Expand Up @@ -98,7 +98,7 @@
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.5",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18.2.37",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.22",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.0.0"
},
"devDependencies": {
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/smart-forms-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/jest": "^29.5.12",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.7",
"@types/react": ">=17.0.0",
"@types/react": ">=18.3.3",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": ">=18.2.22",
"chokidar": "^3.5.3",
Expand Down

0 comments on commit 8b8630b

Please sign in to comment.