Skip to content

Commit f53d491

Browse files
Bump react and @types/react (#47)
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.73 to 18.3.1 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d09df2 commit f53d491

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"next-themes": "^0.2.1",
2727
"pliny": "0.1.6",
2828
"postcss": "^8.4.33",
29-
"react": "18.2.0",
29+
"react": "18.3.1",
3030
"react-dom": "18.2.0",
3131
"reading-time": "1.5.0",
3232
"rehype-autolink-headings": "^6.1.0",
@@ -45,7 +45,7 @@
4545
"@svgr/webpack": "^8.0.1",
4646
"@types/mdx": "^2.0.5",
4747
"@types/node": "20.11.5",
48-
"@types/react": "^18.2.73",
48+
"@types/react": "^18.3.1",
4949
"@typescript-eslint/eslint-plugin": "^6.1.0",
5050
"@typescript-eslint/parser": "^6.19.0",
5151
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,13 +3332,13 @@ __metadata:
33323332
languageName: node
33333333
linkType: hard
33343334

3335-
"@types/react@npm:^18.2.73":
3336-
version: 18.2.73
3337-
resolution: "@types/react@npm:18.2.73"
3335+
"@types/react@npm:^18.3.1":
3336+
version: 18.3.1
3337+
resolution: "@types/react@npm:18.3.1"
33383338
dependencies:
33393339
"@types/prop-types": "*"
33403340
csstype: ^3.0.2
3341-
checksum: 0921d3e3286f11365e796f01eff4fb64de315c68f569e0bbfdaa7680dc4b774c7e8dc416d72d77f7f16a0c2075048429386a55bbfd43ac507d1dddc8d44142e7
3341+
checksum: 9224ef319a0c2b7f66e7e7f06012aa5eb638a6c76c9742843eab1a5d243f2bed5ff829ddbb41efd60d33a266420528adfcb84cb93f238b00e905f98c3a355768
33423342
languageName: node
33433343
linkType: hard
33443344

@@ -4994,7 +4994,7 @@ __metadata:
49944994
"@tailwindcss/typography": ^0.5.9
49954995
"@types/mdx": ^2.0.5
49964996
"@types/node": 20.11.5
4997-
"@types/react": ^18.2.73
4997+
"@types/react": ^18.3.1
49984998
"@typescript-eslint/eslint-plugin": ^6.1.0
49994999
"@typescript-eslint/parser": ^6.19.0
50005000
autoprefixer: ^10.4.19
@@ -5018,7 +5018,7 @@ __metadata:
50185018
postcss: ^8.4.33
50195019
prettier: ^3.0.0
50205020
prettier-plugin-tailwindcss: ^0.5.11
5021-
react: 18.2.0
5021+
react: 18.3.1
50225022
react-dom: 18.2.0
50235023
reading-time: 1.5.0
50245024
rehype-autolink-headings: ^6.1.0
@@ -10037,12 +10037,12 @@ __metadata:
1003710037
languageName: node
1003810038
linkType: hard
1003910039

10040-
"react@npm:18.2.0":
10041-
version: 18.2.0
10042-
resolution: "react@npm:18.2.0"
10040+
"react@npm:18.3.1":
10041+
version: 18.3.1
10042+
resolution: "react@npm:18.3.1"
1004310043
dependencies:
1004410044
loose-envify: ^1.1.0
10045-
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
10045+
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
1004610046
languageName: node
1004710047
linkType: hard
1004810048

0 commit comments

Comments
 (0)