Skip to content

Commit

Permalink
chore(dev-deps): update @typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Nov 8, 2023
1 parent aaefacc commit 1c448f5
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 201 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ tools:
just dprint fmt 'tools/src/__generated__/*'

# update a specific dependency to latest
update package:
just ncu -u {{ package }}
update *packages:
just ncu -u {{ packages }}
npm install
npm update --include-workspace-root --workspaces {{ package }}
npm update --include-workspace-root --workspaces {{ packages }}

# CI verification
verify:
Expand Down
Loading

0 comments on commit 1c448f5

Please sign in to comment.