Skip to content

Commit e671cfa

Browse files
committed
chore(deps): remove unused
1 parent 4da83ab commit e671cfa

File tree

2 files changed

+151
-2760
lines changed

2 files changed

+151
-2760
lines changed

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,19 @@
3535
"lib"
3636
],
3737
"scripts": {
38-
"clean": "shx rm -rf .nyc_output coverage",
38+
"clean": "rimraf .nyc_output coverage",
3939
"lint": "eslint lib test",
4040
"lint:fix": "eslint --fix lib test",
4141
"test": "npm run test:node && npm run test:typescript",
4242
"test:node": "mocha",
4343
"test:typescript": "tsc --noEmit --strict --lib esnext,dom test/specs/typescript-definition.spec.ts",
4444
"coverage": "npm run coverage:node",
45-
"coverage:node": "cross-env QUICK_TEST=true nyc mocha",
46-
"upgrade": "npm-check -u && npm audit fix",
47-
"bump": "bump --tag --push --all",
48-
"--release--cannot upgrade or everything breaks": "npm run upgrade && npm run clean && npm test && npm run bump",
49-
"release": "npm run clean && npm test && npm run bump"
45+
"coverage:node": "cross-env QUICK_TEST=true nyc mocha"
5046
},
5147
"devDependencies": {
5248
"@eslint/compat": "^1.2.9",
5349
"@eslint/js": "^9.28.0",
5450
"@jsdevtools/host-environment": "^2.1.2",
55-
"@jsdevtools/version-bump-prompt": "^6.1.0",
5651
"@types/node": "^22.15.29",
5752
"chai": "^5",
5853
"cross-env": "^7.0.3",
@@ -66,14 +61,10 @@
6661
"globals": "^16.2.0",
6762
"js-yaml": "^4.1.0",
6863
"mocha": "^11.5.0",
69-
"node-fetch": "^3",
70-
"npm-check": "^6.0.1",
7164
"nyc": "^17.1.0",
7265
"openapi-types": "^12.1.3",
7366
"prettier": "^3.5.3",
74-
"sass": "^1.89.1",
75-
"shx": "^0.4.0",
76-
"sinon": "^20.0.0",
67+
"rimraf": "^6.0.1",
7768
"typescript": "^5.8.3",
7869
"typescript-eslint": "^8.33.1"
7970
},

0 commit comments

Comments
 (0)