Skip to content

Commit 0262b61

Browse files
committed
chore: remove unused deps
1 parent 795dc45 commit 0262b61

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '22.x'
2222
- name: 'Run depcheck'
2323
run: |
24-
npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,mocha,ts-mocha,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,jsonschema,history,@types/domutils"
24+
npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,mocha,ts-mocha,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,@types/sinon,quicktype,history,@types/domutils"
2525
echo $?
2626
if [[ $? == 1 ]]; then
2727
echo "Unused dependencies or devDependencies found"

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"express-session": "^1.17.1",
6060
"history": "5.3.0",
6161
"isomorphic-git": "^1.27.1",
62-
"jsonschema": "^1.4.1",
6362
"jsonwebtoken": "^9.0.2",
6463
"jwk-to-pem": "^2.0.7",
6564
"load-plugin": "^6.0.0",

0 commit comments

Comments
 (0)