Skip to content

Commit 72631c9

Browse files
fix(deps): update dependency @types/react to v16.9.29 (#3756)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cd8d525 commit 72631c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/jest": "25.1.4",
5252
"@types/mkdirp": "1.0.0",
5353
"@types/node": "10.17.18",
54-
"@types/react": "16.9.27",
54+
"@types/react": "16.9.29",
5555
"@types/request": "2.48.4",
5656
"react": "16.13.1",
5757
"react-dom": "16.13.1",
@@ -102,6 +102,6 @@
102102
]
103103
},
104104
"resolutions": {
105-
"@types/react": "16.9.27"
105+
"@types/react": "16.9.29"
106106
}
107107
}

website/live-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@graphql-codegen/website": "1.13.1",
3535
"@material-ui/core": "4.9.8",
3636
"@types/codemirror": "0.0.88",
37-
"@types/react": "16.9.27",
37+
"@types/react": "16.9.29",
3838
"@types/react-dom": "16.9.5",
3939
"codemirror": "5.52.2",
4040
"codemirror-graphql": "0.11.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,10 +3458,10 @@
34583458
dependencies:
34593459
"@types/react" "*"
34603460

3461-
"@types/react@*", "@types/[email protected].27":
3462-
version "16.9.27"
3463-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.27.tgz#7fc5db99e3ec3f21735b44d3560cff684856814a"
3464-
integrity sha512-j+RvQb9w7a2kZFBOgTh+s/elCwtqWUMN6RJNdmz0ntmwpeoMHKnyhUcmYBu7Yw94Rtj9938D+TJSn6WGcq2+OA==
3461+
"@types/react@*", "@types/[email protected].29":
3462+
version "16.9.29"
3463+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.29.tgz#41c0353b5ea916cdb7a7e89b80b09b268c87a2f8"
3464+
integrity sha512-aE5sV9XVqKvIR8Lqa73hXvlqBzz5hBG0jtV9jZ1uuEWRmW8KN/mdQQmsYlPx6z/b2xa8zR3jtk7WoT+2/m4suA==
34653465
dependencies:
34663466
"@types/prop-types" "*"
34673467
csstype "^2.2.0"

0 commit comments

Comments
 (0)