Skip to content

Commit

Permalink
chore: fix lock json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Oct 23, 2024
1 parent 0372218 commit f5d9339
Show file tree
Hide file tree
Showing 3 changed files with 4,165 additions and 3,119 deletions.
6 changes: 6 additions & 0 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { defineConfig } from "bumpp";
import { globSync } from "tinyglobby";

export default defineConfig({
files: globSync(["./packages/*/package.json"], { expandDirectories: false }),
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@biomejs/biome": "1.7.3",
"simple-git-hooks": "^2.11.1",
"tinyglobby": "^0.2.9",
"vitest": "^1.5.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit f5d9339

Please sign in to comment.