Skip to content

Commit

Permalink
Pinned babel-loader@v9 to 9.1.3 (skip 9.2.0) (#56)
Browse files Browse the repository at this point in the history
* bugfix: Pinned babel-loader@v9 to 9.1.3 (skip 9.2.0)

* chore: Added changeset

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 16, 2024
1 parent a7358b5 commit c18c6ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-moons-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-v2-addon-repo": patch
---

Pinned babel-loader@v9 to 9.1.3 (skip 9.2.0)
5 changes: 5 additions & 0 deletions packages/create-v2-addon-repo/src/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
},
"pnpm": {
"overrides": {
"@embroider/babel-loader-9>babel-loader": "9.1.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
},
"pnpm": {
"overrides": {
"@embroider/babel-loader-9>babel-loader": "9.1.3"
}
}
}

0 comments on commit c18c6ba

Please sign in to comment.