Skip to content

Commit 6f14ab1

Browse files
authored
fix: update dependencies (#60)
1 parent 1b6e55c commit 6f14ab1

File tree

4 files changed

+22764
-4571
lines changed

4 files changed

+22764
-4571
lines changed

Makefile

+10-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,13 @@ semantic-release:
3535
.PHONY: semantic-release-dry-run
3636
semantic-release-dry-run:
3737
npm ci
38-
npx semantic-release -d
38+
npx semantic-release -d
39+
40+
.PHONY: install-npm-check-updates
41+
install-npm-check-updates:
42+
npm install npm-check-updates
43+
44+
.PHONY: update-denendencies
45+
update-denendencies: install-npm-check-updates
46+
ncu -u
47+
npm install

0 commit comments

Comments
 (0)