Skip to content

Commit d1eaeb8

Browse files
Bump @types/react from 18.3.2 to 18.3.3 in /graph-tutorial
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.2 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: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d777257 commit d1eaeb8

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.11",
53-
"@types/react": "^18.3.2",
53+
"@types/react": "^18.3.3",
5454
"@types/react-dom": "^18.3.0",
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.3.2":
2292-
version "18.3.2"
2293-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd"
2294-
integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==
2291+
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^18.3.3":
2292+
version "18.3.3"
2293+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
2294+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
22952295
dependencies:
22962296
"@types/prop-types" "*"
22972297
csstype "^3.0.2"

0 commit comments

Comments
 (0)