Skip to content

Commit

Permalink
allow craco 7 alpha for cra5 support (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Pradel <[email protected]>
  • Loading branch information
ottob and pradel authored May 9, 2022
1 parent 2734bad commit 615f523
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-tigers-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'craco-esbuild': patch
---

Add craco 7 to peerDependencies
2 changes: 1 addition & 1 deletion packages/craco-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src"
],
"peerDependencies": {
"@craco/craco": "^6.0.0",
"@craco/craco": "^6.0.0 || ^7.0.0",
"react-scripts": "^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 615f523

Please sign in to comment.