Skip to content

Commit

Permalink
fix: don't bump prettier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Nov 16, 2023
1 parent dc47a5c commit cf2a549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
labels: ["dependencies"],
rangeStrategy: "bump",
packageRules: [{ depTypeList: ["peerDependencies"], enabled: false }],
ignoreDeps: ["generouted"]
ignoreDeps: ["generouted", "prettier"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"esbuild": "^0.19.5",
"fs-extra": "^11.1.1",
"picocolors": "^1.0.0",
"prettier": "^3.1.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit cf2a549

Please sign in to comment.