chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 (#15871)
* chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
59b3c131fd
commit
d24ba8512f
|
|
@ -172,7 +172,7 @@
|
|||
"lint-staged": "15.2.5",
|
||||
"mockdate": "3.0.5",
|
||||
"msw": "2.3.1",
|
||||
"prettier": "3.3.1",
|
||||
"prettier": "3.3.2",
|
||||
"remark-parse": "11.0.0",
|
||||
"supertest": "7.0.0",
|
||||
"typescript": "5.4.5",
|
||||
|
|
|
|||
|
|
@ -341,7 +341,7 @@ importers:
|
|||
version: 17.8.1(eslint@8.57.0)
|
||||
eslint-plugin-prettier:
|
||||
specifier: 5.1.3
|
||||
version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.1)
|
||||
version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
|
||||
eslint-plugin-unicorn:
|
||||
specifier: 53.0.0
|
||||
version: 53.0.0(eslint@8.57.0)
|
||||
|
|
@ -370,8 +370,8 @@ importers:
|
|||
specifier: 2.3.1
|
||||
version: 2.3.1(typescript@5.4.5)
|
||||
prettier:
|
||||
specifier: 3.3.1
|
||||
version: 3.3.1
|
||||
specifier: 3.3.2
|
||||
version: 3.3.2
|
||||
remark-parse:
|
||||
specifier: 11.0.0
|
||||
version: 11.0.0
|
||||
|
|
@ -4294,8 +4294,8 @@ packages:
|
|||
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
prettier@3.3.1:
|
||||
resolution: {integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==}
|
||||
prettier@3.3.2:
|
||||
resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -8114,10 +8114,10 @@ snapshots:
|
|||
minimatch: 9.0.4
|
||||
semver: 7.6.2
|
||||
|
||||
eslint-plugin-prettier@5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.1):
|
||||
eslint-plugin-prettier@5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2):
|
||||
dependencies:
|
||||
eslint: 8.57.0
|
||||
prettier: 3.3.1
|
||||
prettier: 3.3.2
|
||||
prettier-linter-helpers: 1.0.0
|
||||
synckit: 0.8.8
|
||||
optionalDependencies:
|
||||
|
|
@ -9983,7 +9983,7 @@ snapshots:
|
|||
dependencies:
|
||||
fast-diff: 1.3.0
|
||||
|
||||
prettier@3.3.1: {}
|
||||
prettier@3.3.2: {}
|
||||
|
||||
pretty-format@29.7.0:
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue