Skip to content

Commit

Permalink
build(deps): bump prettier from 3.1.0 to 3.2.5
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.0...3.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent a5c1858 commit 29bc415
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 41 deletions.
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"commander": "^11.1.0",
"esbuild": "^0.19.11",
"node-fetch": "^3.3.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prompts": "^2.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cli/tools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"esbuild": "^0.19.11",
"fast-glob": "^3.3.2",
"module-from-string": "^3.3.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
"tsx": "^4.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"commander": "^11.1.0"
},
"dependencies": {
"prettier": "^3.1.1"
"prettier": "^3.2.5"
},
"devDependencies": {
"@types/node": "^20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion integrations/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/withfig/autocomplete-tools/issues",
"dependencies": {
"@oclif/core": "^2.8.11",
"prettier": "^3.1.1"
"prettier": "^3.2.5"
},
"devDependencies": {
"@types/node": "^20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-morph": "^12.2.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.1.0",
"prettier": "3.2.5",
"turbo": "^1.11.3"
},
"scripts": {
Expand Down
56 changes: 25 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion types/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"commander": "^11.1.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^20.10.6",
"cspell": "^8.3.2",
"picocolors": "^1.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 29bc415

Please sign in to comment.