Skip to content

Commit

Permalink
chore: pin babel plugin to working version cra and cra-ts canaries (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot committed Dec 22, 2022
1 parent 0da7ad7 commit d18b87c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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"
}
}
7 changes: 5 additions & 2 deletions 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 Expand Up @@ -51,5 +51,8 @@
"path": "build/static/js/main.*.js",
"limit": "281 kB"
}
]
],
"overrides": {
"@babel/plugin-transform-block-scoping": "7.20.5"
}
}

0 comments on commit d18b87c

Please sign in to comment.