Browse Source

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

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/2330/head
dependabot[bot] 7 months ago
committed by GitHub
parent
commit
27713ca0f2
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

@ -63,7 +63,7 @@
"esbuild": "^0.27.0", "esbuild": "^0.27.0",
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"prettier": "^3.7.3", "prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.1", "prettier-plugin-tailwindcss": "^0.7.1",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",

17
src/pnpm-lock.yaml

@ -133,11 +133,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.7.3 specifier: ^3.7.4
version: 3.7.3 version: 3.7.4
prettier-plugin-tailwindcss: prettier-plugin-tailwindcss:
specifier: ^0.7.1 specifier: ^0.7.1
version: 0.7.1([email protected].3) version: 0.7.1([email protected].4)
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0
@ -986,6 +986,7 @@ packages:
'@koa/[email protected]': '@koa/[email protected]':
resolution: {integrity: sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==} resolution: {integrity: sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
deprecated: Please upgrade to v15 or higher. All reported bugs in this version are fixed in newer releases, dependencies have been updated, and security has been improved.
'@kwsites/[email protected]': '@kwsites/[email protected]':
resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==}
@ -4663,8 +4664,8 @@ packages:
prettier-plugin-svelte: prettier-plugin-svelte:
optional: true optional: true
[email protected].3: [email protected].4:
resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==} resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -10325,11 +10326,11 @@ snapshots:
[email protected]: {} [email protected]: {}
[email protected]([email protected].3): [email protected]([email protected].4):
dependencies: dependencies:
prettier: 3.7.3 prettier: 3.7.4
[email protected].3: {} [email protected].4: {}
[email protected]: {} [email protected]: {}

Loading…
Cancel
Save