Skip to content

Commit

Permalink
chore: revert babel plugin overrides (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot committed Dec 23, 2022
1 parent 477814f commit 3056db1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
8 changes: 1 addition & 7 deletions canary/apps/react/cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,5 @@
"path": "build/static/js/main.*.js",
"limit": "281 kB"
}
],
"resolutions": {
"@babel/plugin-transform-block-scoping": "7.20.5"
},
"overrides": {
"@babel/plugin-transform-block-scoping": "7.20.5"
}
]
}
8 changes: 1 addition & 7 deletions canary/apps/react/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,5 @@
"path": "build/static/js/main.*.js",
"limit": "281 kB"
}
],
"resolutions": {
"@babel/plugin-transform-block-scoping": "7.20.5"
},
"overrides": {
"@babel/plugin-transform-block-scoping": "7.20.5"
}
]
}
6 changes: 0 additions & 6 deletions guides/react/protected-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,5 @@
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1",
"serve": "^13.0.2"
},
"resolutions": {
"@babel/plugin-transform-block-scoping": "7.20.5"
},
"overrides": {
"@babel/plugin-transform-block-scoping": "7.20.5"
}
}

0 comments on commit 3056db1

Please sign in to comment.