Browse Source

build(deps-dev): bump prettier from 3.7.3 to 3.7.4

Bumps [prettier](https://github.com/prettier/prettier) from 3.7.3 to 3.7.4.
- [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.7.3...3.7.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/2328/head
dependabot[bot] 7 months ago
committed by GitHub
parent
commit
f0c045d6a8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      package.json
  2. 10
      pnpm-lock.yaml

2
package.json

@ -11,7 +11,7 @@
"format:check:docs": "prettier --check docs"
},
"devDependencies": {
"prettier": "^3.7.3"
"prettier": "^3.7.4"
},
"packageManager": "[email protected]"
}

10
pnpm-lock.yaml

@ -9,16 +9,16 @@ importers:
.:
devDependencies:
prettier:
specifier: ^3.7.3
version: 3.7.3
specifier: ^3.7.4
version: 3.7.4
packages:
[email protected].3:
resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==}
[email protected].4:
resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
engines: {node: '>=14'}
hasBin: true
snapshots:
[email protected].3: {}
[email protected].4: {}

Loading…
Cancel
Save