Skip to content

Commit 8d17279

Browse files
Merge pull request #128 from raduwen/dependabot/npm_and_yarn/types/react-17.0.30
2 parents 7ca9885 + e74be00 commit 8d17279

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/node": "^16.11.0",
28-
"@types/react": "^17.0.27",
28+
"@types/react": "^17.0.30",
2929
"@types/react-dom": "^17.0.9",
3030
"eslint": "7.32.0",
3131
"eslint-config-next": "11.1.2",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,12 +1165,7 @@
11651165
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
11661166
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
11671167

1168-
"@types/prop-types@*":
1169-
version "15.7.3"
1170-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
1171-
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
1172-
1173-
"@types/prop-types@^15.7.4":
1168+
"@types/prop-types@*", "@types/prop-types@^15.7.4":
11741169
version "15.7.4"
11751170
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
11761171
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
@@ -1196,10 +1191,10 @@
11961191
dependencies:
11971192
"@types/react" "*"
11981193

1199-
"@types/react@*", "@types/react@^17.0.27":
1200-
version "17.0.27"
1201-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
1202-
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
1194+
"@types/react@*", "@types/react@^17.0.30":
1195+
version "17.0.30"
1196+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.30.tgz#2f8e6f5ab6415c091cc5e571942ee9064b17609e"
1197+
integrity sha512-3Dt/A8gd3TCXi2aRe84y7cK1K8G+N9CZRDG8kDGguOKa0kf/ZkSwTmVIDPsm/KbQOVMaDJXwhBtuOXxqwdpWVg==
12031198
dependencies:
12041199
"@types/prop-types" "*"
12051200
"@types/scheduler" "*"

0 commit comments

Comments
 (0)