Skip to content

Commit 319e2d4

Browse files
allisonkarlitskayamartinpitt
authored andcommitted
package.json: add missing dependencies
We make direct use of both 'glob' and 'lodash' from our build system, but we don't declare a dependency on them. We haven't noticed this problem because we've been getting them "for free" from other packages that depend on them. Make the dependency explicit. With this change, it's now possible to run deno run --allow-all build.js Changed by Martin Pitt: Also explicitly pin down the stylelint-config-recommended-scss version. Newer versions don't work together with our current stylelint version.
1 parent cf1cca4 commit 319e2d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@
4646
"eslint-plugin-react": "7.34.3",
4747
"eslint-plugin-react-hooks": "4.6.2",
4848
"gettext-parser": "8.0.0",
49+
"glob": "7.2.3",
4950
"htmlparser": "1.7.7",
5051
"jed": "1.1.1",
52+
"lodash": "4.17.21",
5153
"qunit": "2.21.0",
5254
"qunit-tap": "1.5.1",
5355
"sass": "1.77.6",
5456
"sizzle": "2.3.10",
5557
"stylelint": "16.6.1",
58+
"stylelint-config-recommended-scss": "14.0.0",
5659
"stylelint-config-standard": "36.0.0",
5760
"stylelint-config-standard-scss": "13.1.0",
5861
"stylelint-formatter-pretty": "4.0.0",

0 commit comments

Comments
 (0)