diff options
| author | DivisionByZero <[email protected]> | 2024-10-07 12:48:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-07 10:48:18 +0000 |
| commit | b6933dddcaaf82d7b196709855a266e9450e9b74 (patch) | |
| tree | 43137d326884a671ea7c15c361359a6dade178bf | |
| parent | d34fe025112c7658b25de0f3cce24e1570b9361b (diff) | |
| download | faker-b6933dddcaaf82d7b196709855a266e9450e9b74.tar.xz faker-b6933dddcaaf82d7b196709855a266e9450e9b74.zip | |
chore(deps): remove @algolia/client-search (#3157)
| -rw-r--r-- | .github/renovate.json5 | 2 | ||||
| -rw-r--r-- | package.json | 1 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 664a023e..bca8d323 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -57,7 +57,7 @@ }, { "groupName": "doc-dependencies", - "matchPackageNames": ["@algolia/client-search", "ts-morph", "vitepress"] + "matchPackageNames": ["ts-morph", "vitepress"] } ], "stopUpdatingLabel": "s: on hold", diff --git a/package.json b/package.json index c85c27e7..aa8cafaf 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,6 @@ ], "devDependencies": { "@actions/github": "6.0.0", - "@algolia/client-search": "5.5.3", "@eslint/compat": "1.1.1", "@eslint/js": "9.11.0", "@stylistic/eslint-plugin": "2.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6191e92d..966fe06f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ importers: '@actions/github': specifier: 6.0.0 version: 6.0.0 - '@algolia/client-search': - specifier: 5.5.3 - version: 5.5.3 '@eslint/compat': specifier: 1.1.1 version: 1.1.1 |
