Skip to content

Commit

Permalink
chore(create-remix): add missing peerDependency of esbuild-register (
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Jul 30, 2023
1 parent 45cf58d commit f1436ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/create-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
"@types/gunzip-maybe": "^1.4.0",
"@types/node-fetch": "^2.5.7",
"@types/tar-fs": "^2.0.1",
"esbuild": "0.17.6",
"esbuild-register": "^3.3.2",
"fs-extra": "^10.0.0",
"msw": "^0.39.2",
"tiny-invariant": "^1.2.0",
"esbuild-register": "^3.3.2"
"tiny-invariant": "^1.2.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit f1436ea

Please sign in to comment.