Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Feb 21, 2024
1 parent 43fa37d commit c7b9098
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 468 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# github: mkody
github: mkody
ko_fi: kody
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.5</h3>
<h3>@mkody/twitch-emoticons 2.8.6</h3>
</section>


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.5",
"version": "2.8.6",
"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,14 +26,14 @@
],
"license": "MIT",
"dependencies": {
"@twurple/api": "^7.0.6",
"@twurple/auth": "^7.0.6",
"axios": "^1.6.3"
"@twurple/api": "^7.0.10",
"@twurple/auth": "^7.0.10",
"axios": "^1.6.7"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"docdash": "^2.0.2",
"esbuild": "^0.19.11",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2"
Expand Down
Loading

0 comments on commit c7b9098

Please sign in to comment.