1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-01 14:43:02 +01:00

Switch to fast-glob

This commit is contained in:
AnthonyFuller 2023-04-25 05:40:45 +01:00
parent ae4a19a85c
commit 2cddcd67e7
4 changed files with 5 additions and 5 deletions

@ -83,7 +83,7 @@
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^9.3.4",
"fast-glob": "^3.2.12",
"json-keys-sort": "^2.1.0",
"ms": "^2.1.3",
"prettier": "^2.8.7",

@ -17,7 +17,7 @@
*/
import * as e from "esbuild"
import glob from "glob"
import glob from "fast-glob"
import packageJson from "../package.json" assert { type: "json" }
const plugins = glob.sync("plugins/*.plugin.ts", {

@ -24,7 +24,7 @@ import { createHash } from "crypto"
import { Packr } from "msgpackr"
import { brotliCompress } from "zlib"
import { promisify } from "util"
import glob from "glob"
import glob from "fast-glob"
import prettier from "prettier"
const packer = new Packr({

@ -494,7 +494,7 @@ __metadata:
eslint-plugin-promise: "npm:^6.1.1"
eslint-plugin-react-hooks: "npm:^4.6.0"
express: "patch:express@npm%3A4.18.2#~/.yarn/patches/express-npm-4.18.2-bb15ff679a.patch"
glob: "npm:^9.3.4"
fast-glob: "npm:^3.2.12"
jest-diff: "npm:^29.5.0"
js-ini: "npm:^1.6.0"
json-keys-sort: "npm:^2.1.0"
@ -2533,7 +2533,7 @@ __metadata:
languageName: node
linkType: hard
"glob@npm:^9.2.0, glob@npm:^9.3.4":
"glob@npm:^9.2.0":
version: 9.3.4
resolution: "glob@npm:9.3.4"
dependencies: