Skip to content

Commit 5b5e54a

Browse files
committed
Update dependency @types/react to v17.0.39
1 parent 68d7416 commit 5b5e54a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "7.16.7",
2121
"@babel/preset-react": "7.16.7",
2222
"@babel/preset-typescript": "7.16.7",
23-
"@types/react": "17.0.38",
23+
"@types/react": "17.0.39",
2424
"copyfiles": "2.4.1",
2525
"react": "17.0.2",
2626
"rimraf": "3.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "7.16.7",
2121
"@babel/preset-react": "7.16.7",
2222
"@babel/preset-typescript": "7.16.7",
23-
"@types/react": "17.0.38",
23+
"@types/react": "17.0.39",
2424
"copyfiles": "2.4.1",
2525
"react": "17.0.2",
2626
"rimraf": "3.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,10 +1164,10 @@
11641164
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
11651165
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
11661166

1167-
"@types/react@17.0.38":
1168-
version "17.0.38"
1169-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
1170-
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
1167+
"@types/react@17.0.39":
1168+
version "17.0.39"
1169+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
1170+
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
11711171
dependencies:
11721172
"@types/prop-types" "*"
11731173
"@types/scheduler" "*"

0 commit comments

Comments
 (0)