Skip to content

Commit

Permalink
chore: pin babel plugin to working version in cra-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot committed Dec 22, 2022
1 parent 4802c65 commit a234f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions canary/apps/react/cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"aws-amplify": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
Expand Down Expand Up @@ -56,5 +56,8 @@
"path": "build/static/js/main.*.js",
"limit": "281 kB"
}
]
],
"resolutions": {
"@babel/plugin-transform-block-scoping": "7.20.5"
}
}
2 changes: 1 addition & 1 deletion canary/apps/react/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"aws-amplify": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down

0 comments on commit a234f8f

Please sign in to comment.