Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Update dependencies (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Oct 26, 2022
1 parent 7b26614 commit a955388
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"*.{js,jsx,ts,tsx,md,html,css}": "npm run format"
},
"dependencies": {
"blizzapi": "^2.3.1"
"blizzapi": "^2.3.2"
},
"devDependencies": {
"@types/jest": "^29.0.2",
"@types/node": "^18.7.18",
"esbuild": "^0.15.7",
"eslint": "^8.19.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.6",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"eslint-config-lukemnet": "^1.0.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest": "^29.2.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand All @@ -69,8 +69,8 @@
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-external-globals": "^0.6.1",
"sort-package-json": "^2.0.0",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"licenses": [
{
Expand Down

0 comments on commit a955388

Please sign in to comment.