Browse Source

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/2587/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
53424b8007
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/package.json
  2. 17
      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.2", "prettier": "^3.8.3",
"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",

17
src/pnpm-lock.yaml

@ -142,11 +142,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.2 specifier: ^3.8.3
version: 3.8.2 version: 3.8.3
prettier-plugin-tailwindcss: prettier-plugin-tailwindcss:
specifier: ^0.7.2 specifier: ^0.7.2
version: 0.7.2([email protected].2) version: 0.7.2([email protected].3)
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0
@ -2427,6 +2427,7 @@ packages:
'@simple-git/[email protected]': '@simple-git/[email protected]':
resolution: {integrity: sha512-sUKOu2lb5vGIWADNNLpscyj07DAeQZU3KLbnE2Tj53tW6BbDQKMly2CCfnR4oYzqtRELCPWfwaPg+Q0T8qfKBg==} resolution: {integrity: sha512-sUKOu2lb5vGIWADNNLpscyj07DAeQZU3KLbnE2Tj53tW6BbDQKMly2CCfnR4oYzqtRELCPWfwaPg+Q0T8qfKBg==}
deprecated: Contains a breaking change that should be a major version bump
'@sindresorhus/[email protected]': '@sindresorhus/[email protected]':
resolution: {integrity: sha512-TeheYy0ILzBEI/CO55CP6zJCSdSWeRtGnHy8U8dWSUH4I68iqTsy7HkMktR4xakThc9jotkPQUXT4ITdbV7cHA==} resolution: {integrity: sha512-TeheYy0ILzBEI/CO55CP6zJCSdSWeRtGnHy8U8dWSUH4I68iqTsy7HkMktR4xakThc9jotkPQUXT4ITdbV7cHA==}
@ -5291,8 +5292,8 @@ packages:
prettier-plugin-svelte: prettier-plugin-svelte:
optional: true optional: true
[email protected].2: [email protected].3:
resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==} resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -11515,11 +11516,11 @@ snapshots:
[email protected]: {} [email protected]: {}
[email protected]([email protected].2): [email protected]([email protected].3):
dependencies: dependencies:
prettier: 3.8.2 prettier: 3.8.3
[email protected].2: {} [email protected].3: {}
[email protected]: {} [email protected]: {}

Loading…
Cancel
Save