Skip to content

Commit 7aec0cf

Browse files
committed
Declare minimatch dependency in kolibri-format
kolibri-format/cli.js requires minimatch directly but never declared it, relying on it being hoisted into a parent node_modules. Declare it explicitly and bump the package version.
1 parent 1414135 commit 7aec0cf

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

packages/kolibri-format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kolibri-format",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "A module for formatting frontend code to Kolibri standards",
55
"repository": {
66
"type": "git",
@@ -31,6 +31,7 @@
3131
"globals": "^16.0.0",
3232
"kolibri-glob": "workspace:*",
3333
"kolibri-logging": "workspace:*",
34+
"minimatch": "^9.0.5",
3435
"postcss-html": "^1.8.0",
3536
"postcss-less": "^6.0.0",
3637
"postcss-sass": "^0.5.0",

pnpm-lock.yaml

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)