fix: typo in @types/react peer dependency package name (#14261)

This commit is contained in:
Armand Abric
2021-01-05 06:46:19 +01:00
committed by GitHub
parent 3eb3bfa487
commit b87519d4f1
+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
}