Skip to content

Commit

Permalink
Bump Prettier dependency to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jan 14, 2024
1 parent 5f2c6df commit afc0a6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.2.2",
"version": "3.3.0-dev",
"description": "Prettier is an opinionated code formatter",
"bin": "./bin/prettier.cjs",
"repository": "prettier/prettier",
Expand Down Expand Up @@ -147,7 +147,7 @@
"jest-watch-typeahead": "2.2.2",
"magic-string": "0.30.5",
"npm-run-all2": "6.1.1",
"prettier": "3.2.1",
"prettier": "3.2.2",
"pretty-bytes": "6.1.1",
"rollup-plugin-license": "3.2.0",
"semver": "7.5.4",
Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7317,16 +7317,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.1":
version: 3.2.1
resolution: "prettier@npm:3.2.1"
bin:
prettier: bin/prettier.cjs
checksum: a26d26a74ba5cbf23a9741074ceef4f53a08ced03c42449dc9615ecd08ada9d19d5247ad2b0dfb15b2c8e57ec9f516074627b85b9f03270b08c184c64e7d8f64
languageName: node
linkType: hard

"prettier@workspace:.":
"prettier@npm:3.2.2, prettier@workspace:.":
version: 0.0.0-use.local
resolution: "prettier@workspace:."
dependencies:
Expand Down Expand Up @@ -7431,7 +7422,7 @@ __metadata:
postcss-scss: "npm:4.0.9"
postcss-selector-parser: "npm:2.2.3"
postcss-values-parser: "npm:2.0.1"
prettier: "npm:3.2.1"
prettier: "npm:3.2.2"
pretty-bytes: "npm:6.1.1"
regexp-util: "npm:2.0.0"
remark-footnotes: "npm:2.0.0"
Expand Down

0 comments on commit afc0a6b

Please sign in to comment.