diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-01 11:11:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-01 11:11:51 +0100 |
| commit | 176936cea509036afa6d70b2ff632cafa0ee1851 (patch) | |
| tree | 02a0b40c8fbb17d0198488fe38980896d8ef67ac | |
| parent | f85ef5f9f691dd99428c2e632a384cb6304dad40 (diff) | |
| download | faker-176936cea509036afa6d70b2ff632cafa0ee1851.tar.xz faker-176936cea509036afa6d70b2ff632cafa0ee1851.zip | |
chore(deps): remove obsolete dependency @types/eslint__js (#3425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
| -rw-r--r-- | package.json | 1 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/package.json b/package.json index a5f7e93b..f79b974b 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,6 @@ "@eslint/compat": "1.2.7", "@eslint/js": "9.21.0", "@stylistic/eslint-plugin": "3.1.0", - "@types/eslint__js": "8.42.3", "@types/node": "22.13.7", "@types/sanitize-html": "2.13.0", "@types/semver": "7.5.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5165467c..6861702a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,9 +17,6 @@ importers: '@stylistic/eslint-plugin': specifier: 3.1.0 - '@types/eslint__js': - specifier: 8.42.3 - version: 8.42.3 '@types/node': specifier: 22.13.7 version: 22.13.7 @@ -836,9 +833,6 @@ packages: '@types/[email protected]': resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/[email protected]': - resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==} - '@types/[email protected]': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -4224,10 +4218,7 @@ snapshots: dependencies: '@types/estree': 1.0.6 '@types/json-schema': 7.0.15 - - '@types/[email protected]': - dependencies: - '@types/eslint': 9.6.1 + optional: true '@types/[email protected]': {} |
