Skip to content

Commit

Permalink
migrate from resolutions to pnpm.overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Dec 17, 2024
1 parent b1e4f50 commit d5a3230
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,11 @@
"@ember/string": ">= 3.0.0",
"ember-source": ">= 3.28.0"
},
"resolutions": {
"@babel/plugin-transform-modules-amd": "7.16.5",
"@ember/string": "^4.0.0"
"pnpm": {
"overrides": {
"@babel/plugin-transform-modules-amd": "7.16.5",
"@ember/string": "^4.0.0"
}
},
"engines": {
"node": "18.* || 20.* || >= 22"
Expand Down

0 comments on commit d5a3230

Please sign in to comment.