Skip to content

Commit

Permalink
deps: remove unused dependencies
Browse files Browse the repository at this point in the history
deps: added unlisted dependencies
  • Loading branch information
UnderKoen committed Jan 25, 2024
1 parent 83cfaaa commit 659a90d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,35 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.6",
"debug": "^4.3.4"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/debug": "^4.1.10",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@under_koen/bsm": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@under_koen/bsm": "^1.3.2",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"keywords": [
Expand Down

0 comments on commit 659a90d

Please sign in to comment.