Skip to content

Commit

Permalink
rm unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 25, 2024
1 parent 4862b75 commit 4d12c6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 83 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "",
"before-test": "node tests/fixtures/link.js",
"test": "npm run before-test && mocha \"tests/*.js\"",
"test": "mocha \"tests/*.js\"",
"cover": "npm -s test",
"change": "beachball change",
"check": "beachball check",
Expand All @@ -37,8 +37,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "~6.19.1",
"@typescript-eslint/parser": "~6.19.1",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jam3": "^0.2.3",
Expand All @@ -50,14 +48,11 @@
"workspace-tools": "^0.36.4"
},
"peerDependencies": {
"eslint": "^8.36.0",
"eslint": "^8.56.0",
"typescript": "^3.7.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@types/eslint": "~8.56.2",
"@types/estree": "~1.0.5",
"@types/node": "^20.11.6",
"@typescript-eslint/typescript-estree": "~6.19.1",
"beachball": "^2.39.0",
"eslint": "^8.56.0",
"husky": "^9.0.5",
Expand Down
86 changes: 10 additions & 76 deletions pnpm-lock.yaml

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

0 comments on commit 4d12c6c

Please sign in to comment.