Browse Source

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/2577/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
2dd47c485d
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

@ -67,7 +67,7 @@
"esbuild": "^0.28.0", "esbuild": "^0.28.0",
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1", "prettier": "^3.8.2",
"prettier-plugin-tailwindcss": "^0.7.2", "prettier-plugin-tailwindcss": "^0.7.2",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "^6.0.2", "typescript": "^6.0.2",

16
src/pnpm-lock.yaml

@ -145,11 +145,11 @@ importers:
specifier: ^10.1.8 specifier: ^10.1.8
version: 10.1.8([email protected]([email protected])) version: 10.1.8([email protected]([email protected]))
prettier: prettier:
specifier: ^3.8.1 specifier: ^3.8.2
version: 3.8.1 version: 3.8.2
prettier-plugin-tailwindcss: prettier-plugin-tailwindcss:
specifier: ^0.7.2 specifier: ^0.7.2
version: 0.7.2([email protected].1) version: 0.7.2([email protected].2)
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0
@ -5299,8 +5299,8 @@ packages:
prettier-plugin-svelte: prettier-plugin-svelte:
optional: true optional: true
[email protected].1: [email protected].2:
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -11542,11 +11542,11 @@ snapshots:
[email protected]: {} [email protected]: {}
[email protected]([email protected].1): [email protected]([email protected].2):
dependencies: dependencies:
prettier: 3.8.1 prettier: 3.8.2
[email protected].1: {} [email protected].2: {}
[email protected]: {} [email protected]: {}

Loading…
Cancel
Save