Skip to content

Commit 5454f25

Browse files
authored
fix: update npm deps to latest version (#80)
1 parent 9ccfe6b commit 5454f25

File tree

3 files changed

+2270
-1993
lines changed

3 files changed

+2270
-1993
lines changed

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ semantic-release:
4242
.PHONY: semantic-release-dry-run
4343
semantic-release-dry-run:
4444
npm ci
45-
npx semantic-release -d
45+
npx semantic-release -d
46+
47+
.PHONY: install-npm-check-updates
48+
install-npm-check-updates:
49+
npm install npm-check-updates
50+
51+
.PHONY: update-npm-dependencies
52+
update-npm-dependencies: install-npm-check-updates
53+
ncu -u
54+
npm install

0 commit comments

Comments
 (0)