diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-14 19:07:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-14 19:07:46 +0200 |
| commit | fa0a3d1dc41a6f385141af13354a7f182a62385f (patch) | |
| tree | 79da3bda6d319efb79019d5b8da9af836bfcbd9a | |
| parent | a67940e889a923f41542f0860475206197f9a6d7 (diff) | |
| download | faker-fa0a3d1dc41a6f385141af13354a7f182a62385f.tar.xz faker-fa0a3d1dc41a6f385141af13354a7f182a62385f.zip | |
chore(deps): update dependency @types/prettier to ~2.6.1 (#950)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 1cf115c1..017be59d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@algolia/client-search": "~4.13.0", "@types/markdown-it": "~12.2.3", "@types/node": "~17.0.31", - "@types/prettier": "~2.6.0", + "@types/prettier": "~2.6.1", "@types/react": "~17.0.45", "@types/sanitize-html": "~2.6.2", "@types/validator": "~13.7.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e711a58..87f6a64b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,7 +4,7 @@ specifiers: '@algolia/client-search': ~4.13.0 '@types/markdown-it': ~12.2.3 '@types/node': ~17.0.31 - '@types/prettier': ~2.6.0 + '@types/prettier': ~2.6.1 '@types/react': ~17.0.45 '@types/sanitize-html': ~2.6.2 '@types/validator': ~13.7.2 @@ -47,7 +47,7 @@ devDependencies: '@algolia/client-search': 4.13.0 '@types/markdown-it': 12.2.3 '@types/node': 17.0.31 - '@types/prettier': 2.6.0 + '@types/prettier': 2.6.1 '@types/react': 17.0.45 '@types/sanitize-html': 2.6.2 '@types/validator': 13.7.2 @@ -443,8 +443,8 @@ packages: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@types/prettier/2.6.0: - resolution: {integrity: sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==} + /@types/prettier/2.6.1: + resolution: {integrity: sha512-XFjFHmaLVifrAKaZ+EKghFHtHSUonyw8P2Qmy2/+osBnrKbH9UYtlK10zg8/kCt47MFilll/DEDKy3DHfJ0URw==} dev: true /@types/prop-types/15.7.5: |
