Skip to content

Commit

Permalink
fix: fix craco version syntax (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Mar 12, 2024
1 parent 926f35b commit 14c3d80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-turtles-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'craco-esbuild': patch
---

Fix invalid craco version in package.json.
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": "^^7.0.0",
"@craco/craco": "^7.0.0",
"react-scripts": "^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 14c3d80

Please sign in to comment.