Skip to content

Commit b87519d

Browse files
authored
fix: typo in @types/react peer dependency package name (#14261)
1 parent 3eb3bfa commit b87519d

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)