Skip to content

Commit

Permalink
fix: Disable updates for changesets/cli because one of the latest ver…
Browse files Browse the repository at this point in the history
…sions is broken
  • Loading branch information
octet-stream committed Jul 3, 2024
1 parent 4cddb5f commit a2ac63b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@
"release": "pnpm run build && pnpm exec changeset publish",
"prepare": "npx is-in-ci || husky install"
},
"pnpm": {
"updateConfig": {
"ignoreDependencies": [
"@changesets/cli"
]
}
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
Expand Down

0 comments on commit a2ac63b

Please sign in to comment.