Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ember-element-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.3",
"@embroider/util": "^1.0.0"
"@embroider/addon-shim": "^1.8.7",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in particular, addon-shim did not have a dependency declared on broccoli-funnel, but because broccoli-funnel is required/imported, it must be declared.

"@embroider/util": "^1.12.1"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -132,4 +132,4 @@
"publish": false
}
}
}
}
Loading