mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 05:50:47 -05:00
fix: Correct typo in @types/react peerDependencyMeta entry (#14306)
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user