Skip to content

Commit

Permalink
fix: update npm deps to latest version (#28)
Browse files Browse the repository at this point in the history
* fix: update npm deps to latest version

* fix: add correct bramches for release
  • Loading branch information
givanov authored Apr 14, 2020
1 parent e16604f commit 1d2d988
Show file tree
Hide file tree
Showing 3 changed files with 2,878 additions and 2,178 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,13 @@ semantic-release-dry-run:
npx semantic-release -d

package-lock.json: package.json
npm install

.PHONY: install-npm-check-updates
install-npm-check-updates:
npm install npm-check-updates

.PHONY: update-npm-dependencies
update-npm-dependencies: install-npm-check-updates
ncu -u
npm install
Loading

0 comments on commit 1d2d988

Please sign in to comment.