Skip to content

Commit

Permalink
fix(deps): update dependency prettier to ^3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 45c4d90 commit 2957c0a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 280 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"husky": "^9.1.5",
"jest": "^29.7.0",
"open": "^10.1.0",
"prettier": "^2.8.8",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"graphql": "^16.9.0",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.7",
"prettier": "^2.8.8"
"prettier": "^3.3.3"
},
"devDependencies": {
"@pnpm/types": "^11.1.0",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.14.15",
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"prettier": "^3.0.1"
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/node": "^20.14.15",
Expand Down
Loading

0 comments on commit 2957c0a

Please sign in to comment.