Skip to content

Commit

Permalink
update upgrade examples script
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 10, 2023
1 parent 31db62b commit f1c0920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for file in *; do
cd sandbox

## Update dependency versions
npx npm-check-updates -u mantine-react-table
npx npm-check-updates -u mantine-react-table -t greatest

# Run npm install
npm install --package-lock-only --force
Expand Down

0 comments on commit f1c0920

Please sign in to comment.