Browse Source

build(deps-dev): bump prettier from 3.5.3 to 3.6.0

Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.0.
- [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.5.3...3.6.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1980/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
20cf17cf61
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

@ -10,7 +10,7 @@
"format:check:docs": "prettier --check docs"
},
"devDependencies": {
"prettier": "^3.5.3"
"prettier": "^3.6.0"
},
"packageManager": "pnpm@10.12.1"
}

10
pnpm-lock.yaml

@ -9,16 +9,16 @@ importers:
.:
devDependencies:
prettier:
specifier: ^3.5.3
version: 3.5.3
specifier: ^3.6.0
version: 3.6.0
packages:
prettier@3.5.3:
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==}
prettier@3.6.0:
resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==}
engines: {node: '>=14'}
hasBin: true
snapshots:
prettier@3.5.3: {}
prettier@3.6.0: {}

Loading…
Cancel
Save