Skip to content

Commit a3be5a9

Browse files
committed
Update dependency @types/react to v17.0.18
1 parent d34358d commit a3be5a9

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.0",
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.15.0",
23-
"@types/react": "17.0.17",
23+
"@types/react": "17.0.18",
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.0",
2121
"@babel/preset-react": "7.14.5",
2222
"@babel/preset-typescript": "7.15.0",
23-
"@types/react": "17.0.17",
23+
"@types/react": "17.0.18",
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
@@ -1083,10 +1083,10 @@
10831083
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
10841084
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
10851085

1086-
"@types/react@17.0.17":
1087-
version "17.0.17"
1088-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.17.tgz#1772d3d5425128e0635a716f49ef57c2955df055"
1089-
integrity sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==
1086+
"@types/react@17.0.18":
1087+
version "17.0.18"
1088+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.18.tgz#4109cbbd901be9582e5e39e3d77acd7b66bb7fbe"
1089+
integrity sha512-YTLgu7oS5zvSqq49X5Iue5oAbVGhgPc5Au29SJC4VeE17V6gASoOxVkUDy9pXFMRFxCWCD9fLeweNFizo3UzOg==
10901090
dependencies:
10911091
"@types/prop-types" "*"
10921092
"@types/scheduler" "*"

0 commit comments

Comments
 (0)