Skip to content

Commit

Permalink
Restore webpack dependency
Browse files Browse the repository at this point in the history
This isn't in the blueprint, but without it we get pnpm warnings that
are ugly.
  • Loading branch information
jrjohnson committed Dec 23, 2024
1 parent 4c17ea1 commit 81e0126
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ember-simple-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.22.5",
"rollup-plugin-copy": "^3.5.0"
"rollup-plugin-copy": "^3.5.0",
"webpack": "^5.95.0"
},
"peerDependencies": {
"ember-source": ">= 4.12.0"
Expand Down
19 changes: 11 additions & 8 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 81e0126

Please sign in to comment.