Skip to content

Commit

Permalink
Chore: Remove unused dependencies (#517)
Browse files Browse the repository at this point in the history
* Chore: Remove unused dependencies

* add @types/jest

* revert golden files update

* bringing back pkg, we need to find a replacement for it
  • Loading branch information
evictorero authored May 6, 2024
1 parent 847449b commit 578d492
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 194 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dompurify": "^2.4.0",
"express": "^4.19.2",
"express-prom-bundle": "^6.5.0",
"google-protobuf": "3.21.0",
"jimp": "^0.22.10",
"jsdom": "20.0.0",
"lodash": "^4.17.21",
Expand All @@ -51,7 +50,7 @@
"@grafana/eslint-config": "^6.0.0",
"@types/dompurify": "2.3.4",
"@types/express": "^4.17.14",
"@types/jest": "^29.5.7",
"@types/jest": "^29.5.12",
"@types/jsdom": "20.0.0",
"@types/multer": "1.4.7",
"@types/node": "^18.7.18",
Expand All @@ -62,20 +61,13 @@
"axios": "1.6.7",
"cross-env": "7.0.3",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "^46.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"fast-png": "^6.2.0",
"husky": "8.0.1",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"lint-staged": "13.0.3",
"pkg": "5.8.1",
"pkg": "^5.8.1",
"prettier": "2.7.1",
"superagent": "^8.1.2",
"supertest": "^6.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"tsc-watch": "5.0.3",
Expand Down
Loading

0 comments on commit 578d492

Please sign in to comment.