Skip to content

Commit 012d4f1

Browse files
fix: Correct typo in @types/react peerDependencyMeta entry (#14306)
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
1 parent 190c70b commit 012d4f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

npm/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@
133133
"@babel/preset-env": {
134134
"optional": true
135135
},
136-
"babel-loader": {
136+
"@types/react": {
137137
"optional": true
138138
},
139-
"next": {
139+
"babel-loader": {
140140
"optional": true
141141
},
142-
"types/react": {
142+
"next": {
143143
"optional": true
144144
},
145145
"webpack": {

0 commit comments

Comments
 (0)