Skip to content

Commit 0bf415f

Browse files
committed
feat(dev): add npm-check-updates and update scripts
Added `npm-check-updates` as a dev dependency to help manage and update package dependencies. Introduced an `update` script for running ncu with peer and enginesNode options.
1 parent 4e5cf2a commit 0bf415f

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"lint": "eslint && prettier --check .",
3838
"prepare": "npm-run-all clean build",
3939
"release": "np --no-tests",
40+
"update": "ncu --peer --enginesNode",
4041
"update-gradle-classpath": "./utils/update-gradle-classpath",
4142
"watch": "webpack --watch"
4243
},
@@ -59,6 +60,7 @@
5960
"find-up": "^7.0.0",
6061
"glob": "^10.4.5",
6162
"np": "10.2.0",
63+
"npm-check-updates": "^18.0.1",
6264
"npm-run-all": "^4.1.5",
6365
"path-exists": "^5.0.0",
6466
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)