Skip to content

Commit

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

---
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 Jan 7, 2025
1 parent 104377c commit f939a74
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 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.24.2",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"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 @@ -32,7 +32,7 @@
"esbuild": "^0.24.2",
"fast-glob": "^3.3.2",
"module-from-string": "^3.3.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"semver": "^7.6.3",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^22.5.2",
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4",
"vitest": "^2.1.4"
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.3.3"
"prettier": "^3.4.2"
},
"devDependencies": {
"@types/node": "^22.5.2",
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.16.0",
"prettier": "^3.3.3"
"prettier": "^3.4.2"
},
"devDependencies": {
"@types/node": "^22.5.2",
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.3.3",
"prettier": "^3.4.2",
"ts-morph": "^23.0.0",
"typescript": "^5.5.4"
},
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.2.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "3.3.3",
"prettier": "3.4.2",
"turbo": "^2.3.1"
},
"scripts": {
Expand Down
52 changes: 26 additions & 26 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 @@ -26,7 +26,7 @@
"@types/node": "^22.5.2",
"@types/semver": "^7.5.8",
"@withfig/autocomplete-types": "workspace:^",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "^5.5.4",
"vitest": "^2.1.4"
},
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.15.0",
"commander": "^11.1.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "^5.5.4"
}
}
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": "^22.5.2",
"cspell": "^8.15.2",
"picocolors": "^1.1.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
},
Expand Down

0 comments on commit f939a74

Please sign in to comment.