Skip to content

Commit

Permalink
CHORE(NPM) - 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.0 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 4, 2024
1 parent bb5886d commit 99b2907
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/parsley/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"lossless-json": "4.0.1",
"pluralize": "8.0.0",
"query-string": "9.0.0",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-router-dom": "6.11.2",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@types/node": "^20.12.7",
"@types/pluralize": "0.0.31",
"@types/prompts": "2.4.4",
"@types/react": "18.0.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@vitejs/plugin-react": "4.2.1",
"babel-plugin-import-graphql": "2.8.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"lodash.throttle": "4.1.1",
"pluralize": "8.0.0",
"query-string": "9.0.0",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-router-dom": "6.16.0",
"react-string-replace": "1.1.1",
Expand Down Expand Up @@ -148,7 +148,7 @@
"@types/node": "^20.12.7",
"@types/pluralize": "0.0.33",
"@types/prompts": "2.4.9",
"@types/react": "18.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.0",
"@vitejs/plugin-react": "4.2.1",
"babel-plugin-import-graphql": "^2.8.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6395,7 +6395,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.0.15", "@types/react@18.2.0", "@types/react@>=16", "@types/react@^16.14.34":
"@types/react@*", "@types/react@18.2.0", "@types/react@18.3.3", "@types/react@>=16", "@types/react@^16.14.34":
version "18.2.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
Expand Down Expand Up @@ -13678,10 +13678,10 @@ [email protected], react-virtuoso@^4.7.10:
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.7.10.tgz#6d4e951d4a62b57f012e411fbb8a16ff84d3732b"
integrity sha512-l+fnBf/G1Fp6pHCnhFq2Ra4lkZtT6c5XrS9rCS0OA6de7WGLZviCo0y61CUZZG79TeAw3L7O4czeNPiqh9CIrg==

react@18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
react@18.3.1:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
dependencies:
loose-envify "^1.1.0"

Expand Down

0 comments on commit 99b2907

Please sign in to comment.