Skip to content

Commit d777257

Browse files
Merge pull request #300 from microsoftgraph/dependabot/npm_and_yarn/graph-tutorial/types/react-18.3.2
Bump @types/react from 18.3.1 to 18.3.2 in /graph-tutorial
2 parents ff448d3 + a740144 commit d777257

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.1",
53+
"@types/react": "^18.3.2",
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.1":
2292-
version "18.3.1"
2293-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
2294-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
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==
22952295
dependencies:
22962296
"@types/prop-types" "*"
22972297
csstype "^3.0.2"

0 commit comments

Comments
 (0)