fix: Correct typo in @types/react peerDependencyMeta entry (#14306)

Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
This commit is contained in:
Phoenix Eliot
2020-12-24 02:15:01 -07:00
committed by GitHub
parent 190c70bef7
commit 012d4f1764
+3 -3
View File
@@ -133,15 +133,15 @@
"@babel/preset-env": {
"optional": true
},
"@types/react": {
"optional": true
},
"babel-loader": {
"optional": true
},
"next": {
"optional": true
},
"types/react": {
"optional": true
},
"webpack": {
"optional": true
}