Skip to content

Commit 228563c

Browse files
authored
Merge pull request #6 from flycode-org/renovate/react-17.x
Update dependency @types/react to v17.0.39
2 parents 869b3a0 + f740b3f commit 228563c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/esquery": "1.0.2",
1313
"@types/jest": "26.0.24",
1414
"@types/node": "12.20.46",
15-
"@types/react": "17.0.37",
15+
"@types/react": "17.0.39",
1616
"@types/react-dom": "17.0.11",
1717
"classnames": "2.3.1",
1818
"esquery": "1.4.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@
19461946
dependencies:
19471947
"@types/react" "*"
19481948

1949-
"@types/react@*", "@types/react@17.0.37":
1949+
"@types/react@*":
19501950
version "17.0.37"
19511951
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.37.tgz#6884d0aa402605935c397ae689deed115caad959"
19521952
integrity sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==
@@ -1955,6 +1955,15 @@
19551955
"@types/scheduler" "*"
19561956
csstype "^3.0.2"
19571957

1958+
"@types/react@17.0.39":
1959+
version "17.0.39"
1960+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
1961+
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
1962+
dependencies:
1963+
"@types/prop-types" "*"
1964+
"@types/scheduler" "*"
1965+
csstype "^3.0.2"
1966+
19581967
"@types/resolve@0.0.8":
19591968
version "0.0.8"
19601969
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"

0 commit comments

Comments
 (0)