Skip to content

Commit 0bad4e9

Browse files
committed
Include missing cached-iterable dev dependency in package.json
This dependency got introduced during the move to Fluent for localization (bug 1858715), but it wasn't added to `package.json` at the time. This worked because other dependencies already installed it, but we shouldn't rely on that, so this commit explicitly includes it in `package.json` instead. Fixes 66982a2.
1 parent ec71e4e commit 0bad4e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@types/node": "^24.10.0",
1515
"autoprefixer": "^10.4.21",
1616
"babel-loader": "^10.0.0",
17+
"cached-iterable": "^0.3.0",
1718
"caniuse-lite": "^1.0.30001754",
1819
"core-js": "^3.46.0",
1920
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)