Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump prettier from 3.1.1 to 3.2.3 #1982

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"license-check-and-add": "^4.0.5",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"rimraf": "^5.0.5",
"simple-git": "^3.22.0",
"ts-jest": "^29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"js-yaml": "^4.1.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"rimraf": "^5.0.5",
"tfx-cli": "^0.16.0",
"ts-jest": "^29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-junit": "^16.0.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __metadata:
js-yaml: ^4.1.0
mockdate: ^3.0.5
npm-run-all: ^4.1.5
prettier: ^3.1.1
prettier: ^3.2.3
reflect-metadata: ^0.2.1
rimraf: ^5.0.5
tfx-cli: ^0.16.0
Expand Down Expand Up @@ -82,7 +82,7 @@ __metadata:
normalize-path: ^3.0.0
npm-run-all: ^4.1.5
pony-cause: ^2.1.10
prettier: ^3.1.1
prettier: ^3.2.3
reflect-metadata: ^0.2.1
rimraf: ^5.0.5
serialize-error: ^11.0.3
Expand Down Expand Up @@ -3284,7 +3284,7 @@ __metadata:
license-check-and-add: ^4.0.5
mockdate: ^3.0.5
npm-run-all: ^4.1.5
prettier: ^3.1.1
prettier: ^3.2.3
rimraf: ^5.0.5
simple-git: ^3.22.0
ts-jest: ^29.1.1
Expand Down Expand Up @@ -9686,12 +9686,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
"prettier@npm:^3.2.3":
version: 3.2.3
resolution: "prettier@npm:3.2.3"
bin:
prettier: bin/prettier.cjs
checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e
checksum: 24b7c0e32cbe5a9b2d6dfbb85f67255a1132977d82885fe0dd86e080567026c10e678aae40a99fd793e477b5544b91458b37bb6a08a35041321d7de502c8aed0
languageName: node
linkType: hard

Expand Down
Loading