Skip to content

Commit d30d121

Browse files
Bump react and @types/react
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.79 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]>
1 parent 7f7709d commit d30d121

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"final-form": "^4.20.10",
2828
"framer-motion": "^11.0.28",
2929
"next": "^14.1.4",
30-
"react": "^18.2.0",
30+
"react": "^18.3.1",
3131
"react-dom": "^18.2.0",
3232
"react-final-form": "^6.5.9",
3333
"react-icons": "^5.0.1",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@next/eslint-plugin-next": "^13.3.0",
3838
"@types/node": "^20.14.2",
39-
"@types/react": "^18.2.79",
39+
"@types/react": "^18.3.3",
4040
"@types/react-modal": "^3.13.1",
4141
"@types/react-signature-canvas": "^1.0.2",
4242
"@typescript-eslint/eslint-plugin": "^7.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,10 +2096,10 @@
20962096
"@types/react" "*"
20972097
"@types/signature_pad" "*"
20982098

2099-
"@types/react@*", "@types/react@^18.2.79":
2100-
version "18.2.79"
2101-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865"
2102-
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==
2099+
"@types/react@*", "@types/react@^18.3.3":
2100+
version "18.3.3"
2101+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
2102+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
21032103
dependencies:
21042104
"@types/prop-types" "*"
21052105
csstype "^3.0.2"
@@ -5142,10 +5142,10 @@ react-textarea-autosize@^8.5.2:
51425142
use-composed-ref "^1.3.0"
51435143
use-latest "^1.2.1"
51445144

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

0 commit comments

Comments
 (0)