Skip to content

Commit 4a0f104

Browse files
Bump @types/react from 18.2.78 to 18.2.79 in /graph-tutorial
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.78 to 18.2.79. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 059c003 commit 4a0f104

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

graph-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@testing-library/user-event": "^14.5.2",
5151
"@types/jest": "^29.5.11",
5252
"@types/node": "^20.12.7",
53-
"@types/react": "^18.2.78",
53+
"@types/react": "^18.2.79",
5454
"@types/react-dom": "^18.2.25",
5555
"@types/react-router-dom": "^5.3.3",
5656
"typescript": "^5.4.5"

graph-tutorial/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,10 +2288,10 @@
22882288
dependencies:
22892289
"@types/react" "*"
22902290

2291-
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.2.78":
2292-
version "18.2.78"
2293-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.78.tgz#94aec453d0ccca909998a2b4b2fd78af15a7d2fe"
2294-
integrity sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==
2291+
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.2.79":
2292+
version "18.2.79"
2293+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865"
2294+
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==
22952295
dependencies:
22962296
"@types/prop-types" "*"
22972297
csstype "^3.0.2"

0 commit comments

Comments
 (0)