Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Aug 23, 2024
1 parent c0073b7 commit 1ca7b7f
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 592 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote


<section class="package">
<h3>@mkody/twitch-emoticons 2.8.7</h3>
<h3>@mkody/twitch-emoticons 2.8.8</h3>
</section>


Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.7",
"version": "2.8.8",
"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 Down Expand Up @@ -28,16 +28,16 @@
"dependencies": {
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"axios": "^1.7.2"
"axios": "^1.7.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"docdash": "^2.0.2",
"esbuild": "^0.21.4",
"eslint": "^9.3.0",
"eslint-plugin-jsdoc": "^48.2.6",
"globals": "^15.3.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint-plugin-jsdoc": "^50.2.2",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3"
},
Expand All @@ -64,5 +64,5 @@
"node": ">=16.0.0",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.1.3"
"packageManager": "pnpm@9.8.0"
}
Loading

0 comments on commit 1ca7b7f

Please sign in to comment.