Browse Source

chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 in the prettier group

Bumps the prettier group with 1 update: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.2.5 to 3.3.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.2.5...3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/5593/head
dependabot[bot] 6 months ago committed by GitHub
parent
commit
a07ca85efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -34,7 +34,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.2.5", "prettier": "^3.3.0",
"prettier-plugin-astro": "^0.14.0", "prettier-plugin-astro": "^0.14.0",
"rollup": "^4.18.0", "rollup": "^4.18.0",
"rtlcss": "^4.1.1", "rtlcss": "^4.1.1",
@ -10300,9 +10300,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.2.5", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"

2
package.json

@ -82,7 +82,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.2.5", "prettier": "^3.3.0",
"prettier-plugin-astro": "^0.14.0", "prettier-plugin-astro": "^0.14.0",
"rollup": "^4.18.0", "rollup": "^4.18.0",
"rtlcss": "^4.1.1", "rtlcss": "^4.1.1",

Loading…
Cancel
Save