Skip to content

Commit 908ee85

Browse files
authored
Modules updated (#11)
1 parent 28704b5 commit 908ee85

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ update_modules:
3131
npm run check-updates
3232
npm update
3333
npm outdated
34-
npm run prepare
34+
npm install --package-lock-only
3535

3636
.PHONY: check_git
3737
check_git:

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@types/uuid": "^8.3.0",
45-
"npm-check-updates": "^9.2.3",
45+
"npm-check-updates": "^10.0.0",
4646
"tsdx": "^0.14.1",
4747
"tslib": "^2.0.3",
4848
"typescript": "^4.0.5",

0 commit comments

Comments
 (0)