Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Apr 2, 2022
1 parent 5d7b7fb commit 4007e63
Show file tree
Hide file tree
Showing 4 changed files with 2,268 additions and 1,668 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Via [arbennett/jupyterlab-themes](https://github.com/arbennett/jupyterlab-themes
> to update the versioning consistently. This is the command I use (mostly for my own sake):
```sh
CURRENT_VERSION="v0.0.0"
NEW_VERSION="v0.0.0"
CURRENT_VERSION="v0.2.8"
NEW_VERSION="v0.2.9"
# add blank '' for mac sed
sed -i '' "s/\"version\": \"${CURRENT_VERSION}\"/\"version\": \"${NEW_VERSION}\"/g" ./**/package.json
sed -i '' "s/\"version\": \"${CURRENT_VERSION}\"/\"version\": \"${NEW_VERSION}\"/g" ./**/package-lock.json
Expand Down
Loading

0 comments on commit 4007e63

Please sign in to comment.