Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 13, 2024
1 parent 9e084bc commit cae6f80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"tar": "^6.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"eslint": "^8.54.0",
"esno": "^0.16.3"
},
Expand Down
3 changes: 3 additions & 0 deletions bin/patch-all.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ await writeFile('.release-plan.json', JSON.stringify(file, null, 2));
// This is temporary just fix the VM release, since it's a bit pressing.
// Loneger term fix for this is happening
// https://github.com/embroider-build/release-plan/pull/79
/**
* @param {any} solution
*/
function updateVersions(solution) {
for (const entry of Object.values(solution)) {
if (entry.impact) {
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit cae6f80

Please sign in to comment.