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

Commit

Permalink
Update dependencies (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Mar 6, 2023
1 parent bb3610f commit 596aec5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"*.{js,jsx,ts,tsx,md,html,css}": "npm run format"
},
"dependencies": {
"blizzapi": "^2.4.0"
"blizzapi": "^2.5.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"esbuild": "^0.17.10",
"eslint": "^8.34.0",
"@types/node": "^18.14.6",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"eslint-config-lukemnet": "^1.0.2",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest": "^29.5.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"rollup": "^3.17.2",
"rimraf": "^4.3.1",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-esbuild": "^5.0.0",
"sort-package-json": "^2.4.1",
Expand Down

0 comments on commit 596aec5

Please sign in to comment.