Skip to content

Commit

Permalink
chore: remove unused deps (#11320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Nov 8, 2023
1 parent f22a33b commit b73dec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format:expectations": "node tools/sort-test-expectations.js",
"format:prettier": "prettier --write .",
"lint": "run-s lint:*",
"lint:eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
"lint:eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet . || eslint --ext js --ext ts .)",
"lint:prettier": "prettier --check .",
"postinstall": "npm run postinstall --workspaces --if-present",
"prepare": "npm run prepare --workspaces --if-present",
Expand Down Expand Up @@ -126,20 +126,19 @@
"@typescript-eslint/parser": "6.10.0",
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-codeframe": "7.32.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-mocha": "10.2.0",
"execa": "8.0.1",
"hereby": "1.8.8",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-rulesdir": "0.2.2",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unused-imports": "3.0.0",
"eslint": "8.53.0",
"execa": "8.0.1",
"expect": "29.7.0",
"gts": "5.2.0",
"hereby": "1.8.8",
"license-checker": "25.0.1",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
Expand Down

0 comments on commit b73dec0

Please sign in to comment.