Skip to content

Commit 09dea26

Browse files
committed
build: update globby to v14.x
1 parent 68551b3 commit 09dea26

File tree

4 files changed

+74
-54
lines changed

4 files changed

+74
-54
lines changed

build/change-version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import fs from 'node:fs/promises'
1111
import path from 'node:path'
12-
import globby from 'globby'
12+
import { globby } from 'globby'
1313

1414
const VERBOSE = process.argv.includes('--verbose')
1515
const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-run')

build/pug.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import fs from 'node:fs/promises'
44
import path from 'node:path'
55
import { fileURLToPath } from 'node:url'
6-
import globby from 'globby'
6+
import { globby } from 'globby'
77
import pug from 'pug'
88
import { mkdirp } from 'mkdirp'
99

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-import": "^2.29.1",
104104
"eslint-plugin-unicorn": "^51.0.1",
105105
"find-unused-sass-variables": "^5.0.0",
106-
"globby": "^11.1.0",
106+
"globby": "^14.0.2",
107107
"mkdirp": "^3.0.1",
108108
"nodemon": "^3.1.0",
109109
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)