Skip to content

Commit ed8ce2d

Browse files
committed
Update dependency @types/react to v17.0.32
1 parent 07b4d8e commit ed8ce2d

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.15.8",
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.15.0",
23-
"@types/react": "17.0.27",
23+
"@types/react": "17.0.32",
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.15.8",
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.15.0",
23-
"@types/react": "17.0.27",
23+
"@types/react": "17.0.32",
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
@@ -1278,10 +1278,10 @@
12781278
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
12791279
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
12801280

1281-
"@types/react@17.0.27":
1282-
version "17.0.27"
1283-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
1284-
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
1281+
"@types/react@17.0.32":
1282+
version "17.0.32"
1283+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.32.tgz#89a161286bbe2325d4d516420a27364a324909f4"
1284+
integrity sha512-hAm1pmwA3oZWbkB985RFwNvBRMG0F3KWSiC4/hNmanigKZMiKQoH5Q6etNw8HIDztTGfvXyOjPvdNnvBUCuaPg==
12851285
dependencies:
12861286
"@types/prop-types" "*"
12871287
"@types/scheduler" "*"

0 commit comments

Comments
 (0)