Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Oct 9, 2024
1 parent b52d799 commit 27e884a
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 528 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.8",
"version": "2.8.9",
"description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!",
"main": "src/index.js",
"typings": "typings/index.d.ts",
Expand All @@ -26,18 +26,18 @@
],
"license": "MIT",
"dependencies": {
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"axios": "^1.7.4"
"@twurple/api": "^7.2.0",
"@twurple/auth": "^7.2.0",
"axios": "^1.7.7"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"docdash": "^2.0.2",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint-plugin-jsdoc": "^50.2.2",
"globals": "^15.9.0",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-plugin-jsdoc": "^50.3.1",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3"
},
Expand All @@ -64,5 +64,5 @@
"node": ">=16.0.0",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.8.0"
"packageManager": "pnpm@9.12.1"
}
Loading

0 comments on commit 27e884a

Please sign in to comment.