Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Dec 31, 2023
1 parent ceba734 commit 72c1534
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 329 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
20
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.4</h3>
<h3>@mkody/twitch-emoticons 2.8.5</h3>
</section>


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.4",
"version": "2.8.5",
"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,20 +26,20 @@
],
"license": "MIT",
"dependencies": {
"@twurple/api": "^7.0.5",
"@twurple/auth": "^7.0.5",
"axios": "^1.6.2"
"@twurple/api": "^7.0.6",
"@twurple/auth": "^7.0.6",
"axios": "^1.6.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"docdash": "^2.0.2",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2"
},
"scripts": {
"all": "pnpm run docs && pnpm run lint && pnpm run build && pnpm run test",
"all": "pnpm run lint && pnpm run test && pnpm run build && pnpm run docs",
"build": "esbuild ./src/index.js --bundle --minify --keep-names --sourcemap --format=esm --outfile=./dist/TwitchEmoticons.min.js",
"docs": "jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint ./src ./test",
Expand All @@ -61,5 +61,5 @@
"node": ">=16.0.0",
"pnpm": ">=8"
},
"packageManager": "pnpm@8.10.2"
"packageManager": "pnpm@8.13.1"
}
Loading

0 comments on commit 72c1534

Please sign in to comment.