Skip to content

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 committed Jan 15, 2024
1 parent 9adc1a4 commit 5e13319
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- *BREAKING CHANGE*: Removed `getBountyItems` api
- Added `getPlayerQueueStatsBatch` api
- Added `getLeaderboard` api
- Updated dependencies internally

# v3.6.1
- Added support for `Omen`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A strongly typed fork of [paladins.js](https://www.npmjs.com/package/paladins.js
- *BREAKING CHANGE*: Removed `getBountyItems` api
- Added `getPlayerQueueStatsBatch` api
- Added `getLeaderboard` api
- Updated dependencies internally

>__Reason__: Paladins bounty store has been closed, this changes removes the api from being used in the future
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@
"README.md"
],
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.5",
"cache-driver": "^1.0.1",
"dayjs": "^1.11.2",
"dayjs": "^1.11.10",
"md5": "^2.3.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/jest": "^27.5.1",
"@types/md5": "^2.3.2",
"@types/node": "^17.0.35",
"@types/promise-fs": "^2.1.2",
"chai": "^4.3.6",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.11",
"@types/md5": "^2.3.5",
"@types/node": "^20.11.2",
"@types/promise-fs": "^2.1.5",
"chai": "^5.0.0",
"cross-env": "^7.0.3",
"eledoc": "^0.2.1",
"husky": "^8.0.1",
"jest": "^28.1.0",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.2",
"ts-node": "^10.8.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.4"
"husky": "^8.0.3",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
}
}

0 comments on commit 5e13319

Please sign in to comment.