Skip to content

Commit

Permalink
fix: fork quicktype-core temporarily due to Node21 dep bug (#57)
Browse files Browse the repository at this point in the history
Apparently package.json overrides are not respected by npx, so having to
fork quicktype until that is resolved.
  • Loading branch information
jeff-mccoy authored Oct 27, 2023
1 parent 38bc6b2 commit 116512c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fast-json-patch": "3.1.1",
"http-status-codes": "2.3.0",
"node-fetch": "2.7.0",
"quicktype-core": "23.0.76",
"quicktype-core": "github:defenseunicorns/temp-quicktype-fork#main",
"type-fest": "4.5.0",
"yargs": "17.7.2"
},
Expand Down

0 comments on commit 116512c

Please sign in to comment.