Browse Source

build(deps-dev): bump prettier from 3.8.0 to 3.8.1 in /src

Bumps [prettier](https://github.com/prettier/prettier) from 3.8.0 to 3.8.1.
- [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.8.0...3.8.1)

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

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

2
src/package.json

@ -63,7 +63,7 @@
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",

16
src/pnpm-lock.yaml

@ -133,11 +133,11 @@ importers:
specifier: ^10.1.8
version: 10.1.8([email protected]([email protected]))
prettier:
specifier: ^3.8.0
version: 3.8.0
specifier: ^3.8.1
version: 3.8.1
prettier-plugin-tailwindcss:
specifier: ^0.7.2
version: 0.7.2([email protected].0)
version: 0.7.2([email protected].1)
tsx:
specifier: ^4.21.0
version: 4.21.0
@ -4709,8 +4709,8 @@ packages:
prettier-plugin-svelte:
optional: true
[email protected].0:
resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==}
[email protected].1:
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
engines: {node: '>=14'}
hasBin: true
@ -10433,11 +10433,11 @@ snapshots:
[email protected]: {}
[email protected]([email protected].0):
[email protected]([email protected].1):
dependencies:
prettier: 3.8.0
prettier: 3.8.1
[email protected].0: {}
[email protected].1: {}
[email protected]: {}

Loading…
Cancel
Save