Skip to content

Commit c9815c6

Browse files
authored
Add missing devDependencies for website (#2767)
1 parent 4f90945 commit c9815c6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pnpm-lock.yaml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
"broccoli-funnel": "^3.0.8",
5959
"broccoli-merge-trees": "^4.2.0",
6060
"broccoli-multifilter": "git://github.com/broccolijs/broccoli-multifilter#3ae609df0cfb1dae0da04ae041eb75c7115c9838",
61+
"broccoli-persistent-filter": "^3.1.3",
62+
"broccoli-plugin": "^4.0.7",
63+
"broccoli-stew": "^3.0.0",
6164
"chalk": "^5.4.0",
6265
"concurrently": "^9.1.0",
6366
"cspell": "^8.17.1",
@@ -138,6 +141,7 @@
138141
"unist-util-remove": "^4.0.0",
139142
"unist-util-select": "^5.1.0",
140143
"unist-util-visit": "^5.0.0",
144+
"walk-sync": "^3.0.0",
141145
"webpack": "^5.97.1",
142146
"yaml-front-matter": "^4.1.1"
143147
},

0 commit comments

Comments
 (0)