Skip to content

Commit

Permalink
Bump Prettier dependency to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 17, 2024
1 parent 38c0d21 commit 4985be5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 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.3",
"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.2",
"prettier": "3.2.3",
"pretty-bytes": "6.1.1",
"rollup-plugin-license": "3.2.0",
"semver": "7.5.4",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@
"noImplicitAny": false,
"strictNullChecks": false,

"typeRoots": ["./types", "./node_modules/@types"]
"typeRoots": ["./types", "./node_modules/@types"],
},
"exclude": [
"coverage/",
Expand Down Expand Up @@ -53,6 53,6 @@
"scripts/",
"tests/",
"website/",
"types/"
]
"types/",
],
}
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.2":
version: 3.2.2
resolution: "prettier@npm:3.2.2"
bin:
prettier: bin/prettier.cjs
checksum: ab9470ff6cfd19f28bc424f22e58f2fc4a488d148b9384f6c3739235017c8350cae82b3697392c23d9b098b9d8dfaa1cc9ff4ef25fd45f54c97b95f9cc7a1f7d
languageName: node
linkType: hard

"prettier@workspace:.":
"prettier@npm:3.2.3, 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.2"
prettier: "npm:3.2.3"
pretty-bytes: "npm:6.1.1"
regexp-util: "npm:2.0.0"
remark-footnotes: "npm:2.0.0"
Expand Down

0 comments on commit 4985be5

Please sign in to comment.