diff options
| author | ST-DDT <[email protected]> | 2024-05-12 06:43:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-12 06:43:11 +0200 |
| commit | 428f4e9e62ed7aaaa975c767446f4f6f11167687 (patch) | |
| tree | 2a646bfafbca5b9ed7acae82c63da8d6a125efec | |
| parent | bbdd998787e40a96630d436f82aa86c67f76fb64 (diff) | |
| download | faker-428f4e9e62ed7aaaa975c767446f4f6f11167687.tar.xz faker-428f4e9e62ed7aaaa975c767446f4f6f11167687.zip | |
infra(deps): remove unused glob (#2891)
| -rw-r--r-- | package.json | 1 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/package.json b/package.json index d9cbc7c5..4da1ec93 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,6 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-unicorn": "52.0.0", "eslint-plugin-vitest": "0.4.1", - "glob": "10.3.12", "npm-run-all2": "6.1.2", "prettier": "3.2.5", "prettier-plugin-organize-imports": "3.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e9cb649..87132472 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,9 +89,6 @@ importers: eslint-plugin-vitest: specifier: 0.4.1 version: 0.4.1(@typescript-eslint/[email protected](@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected]))([email protected])([email protected])([email protected](@types/[email protected])(@vitest/[email protected])([email protected])) - glob: - specifier: 10.3.12 - version: 10.3.12 npm-run-all2: specifier: 6.1.2 version: 6.1.2 |
