Skip to content

Commit

Permalink
feat: ⬆️ widen range to support prettier v3 (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfernandez committed Mar 14, 2024
1 parent acc0e27 commit cf4da96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Expand Up @@ -42,7 +42,7 @@
"husky": "^9.0.0",
"nx": "^17.0.0 || ^18.0.0",
"radash": "^12.0.0",
"prettier": "^2.8.0",
"prettier": "^2.8.0 || ^3.0.0",
"typescript": "^5.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Expand Up @@ -46,7 +46,7 @@
"lint-staged": "^15.0.0",
"nx": "^17.0.0 || ^18.0.0",
"radash": "^12.0.0",
"prettier": "^2.8.0"
"prettier": "^2.8.0 || ^3.0.0"
},
"devDependencies": {
"@schemastore/eslintrc": "^0.0.8",
Expand Down

0 comments on commit cf4da96

Please sign in to comment.