Skip to content

Commit 3f963a6

Browse files
authored
build(deps-dev): remove npm-check-updates (#321)
1 parent dfccab5 commit 3f963a6

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

package-lock.json

Lines changed: 1 addition & 17 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"main": "./lib/index.js",
3232
"scripts": {
3333
"build:packages-lib": "node ./scripts/generatePackagesLib.js",
34-
"build:deps": "bash ./scripts/dependencies.sh --doctor -u --doctorTest \"npm run test:deps\"",
3534
"build:docs": "npm run test:docs && npm run docs:md",
3635
"docs:md": "node ./scripts/readme.docs.js",
3736
"release": "changelog",
@@ -120,7 +119,6 @@
120119
"eslint": "^9.39.2",
121120
"jest": "^30.2.0",
122121
"jsdoc-to-markdown": "^9.1.3",
123-
"lodash": "^4.17.21",
124-
"npm-check-updates": "^19.3.2"
122+
"lodash": "^4.17.21"
125123
}
126124
}

scripts/dependencies.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)