diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-26 12:46:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-26 12:46:18 +0100 |
| commit | 2f61cfd18ae3bc2cc03ba56285eb87eb31db82eb (patch) | |
| tree | 232a587221a8c8afdaf096ba82e37489bdbbc7cc | |
| parent | 45b5bb6212f1ed3de9325e33468b27a7ea3facd1 (diff) | |
| download | faker-2f61cfd18ae3bc2cc03ba56285eb87eb31db82eb.tar.xz faker-2f61cfd18ae3bc2cc03ba56285eb87eb31db82eb.zip | |
chore(deps): update dependency prettier to v2.6.1 (#674)
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 535fea58..76c4e3ab 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "lint-staged": "~12.3.7", "npm-run-all": "~4.1.5", "picocolors": "~1.0.0", - "prettier": "2.6.0", + "prettier": "2.6.1", "prettier-plugin-organize-imports": "~2.3.4", "rimraf": "~3.0.2", "sanitize-html": "~2.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba581417..bbd88fa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ specifiers: lint-staged: ~12.3.7 npm-run-all: ~4.1.5 picocolors: ~1.0.0 - prettier: 2.6.0 + prettier: 2.6.1 prettier-plugin-organize-imports: ~2.3.4 rimraf: ~3.0.2 sanitize-html: ~2.7.0 @@ -55,13 +55,13 @@ devDependencies: eslint-define-config: 1.3.0 eslint-gitignore: [email protected] eslint-plugin-jsdoc: [email protected] - eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d + eslint-plugin-prettier: 4.0.0_e2923b5169e23c4db59b86a638c599a3 esno: 0.14.1 lint-staged: 12.3.7 npm-run-all: 4.1.5 picocolors: 1.0.0 - prettier: 2.6.0 - prettier-plugin-organize-imports: [email protected][email protected] + prettier: 2.6.1 + prettier-plugin-organize-imports: [email protected][email protected] rimraf: 3.0.2 sanitize-html: 2.7.0 simple-git-hooks: 2.7.0 @@ -1968,7 +1968,7 @@ packages: - supports-color dev: true - /eslint-plugin-prettier/4.0.0_68edcf5670f37721baf5d2cac6124e4d: + /eslint-plugin-prettier/4.0.0_e2923b5169e23c4db59b86a638c599a3: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -1981,7 +1981,7 @@ packages: dependencies: eslint: 8.11.0 eslint-config-prettier: [email protected] - prettier: 2.6.0 + prettier: 2.6.1 prettier-linter-helpers: 1.0.0 dev: true @@ -3557,18 +3557,18 @@ packages: fast-diff: 1.2.0 dev: true - /prettier-plugin-organize-imports/[email protected][email protected]: + /prettier-plugin-organize-imports/[email protected][email protected]: resolution: {integrity: sha512-R8o23sf5iVL/U71h9SFUdhdOEPsi3nm42FD/oDYIZ2PQa4TNWWuWecxln6jlIQzpZTDMUeO1NicJP6lLn2TtRw==} peerDependencies: prettier: '>=2.0' typescript: '>=2.9' dependencies: - prettier: 2.6.0 + prettier: 2.6.1 typescript: 4.6.3 dev: true - /prettier/2.6.0: - resolution: {integrity: sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==} + /prettier/2.6.1: + resolution: {integrity: sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==} engines: {node: '>=10.13.0'} hasBin: true dev: true |
