Skip to content

Commit 7fc98d5

Browse files
committed
Upgrade deps (publish)
1 parent 0b57e5c commit 7fc98d5

8 files changed

Lines changed: 1143 additions & 2122 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Versions (please complete the following information):**
2727

28-
- OS: [e.g. Win10]
29-
- ReactionRole Version: [e.g. 3.0.0]
30-
- NodeJS Version: [e.g. 15.0.1]
28+
- OS: [e.g. Win10]
29+
- ReactionRole Version: [e.g. 3.0.0]
30+
- NodeJS Version: [e.g. 15.0.1]
3131

3232
**Additional context**
3333
Add any other context about the problem here.

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
if: "contains(github.event.head_commit.message, '(publish)')"
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-node@v6
1313
with:
14-
node-version: "16.x"
14+
node-version: "24.x"
1515
registry-url: "https://registry.npmjs.org"
1616
- run: npm install
1717
- run: npm run build

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
![license](https://img.shields.io/npm/l/reaction-role?style=for-the-badge)
77
![GitHub stars](https://img.shields.io/github/stars/barbarbar338/reaction-role?style=for-the-badge)
88

9-
- **ReactionRole** is a module that allows you to create Discord reaction role easily!
10-
- This module is compatible with all node.js discord wrappers (like discord.js, eris, discord.js-commando etc.)
11-
- You also don't need to write any bot code if you want! You can also use this module alone. You just need a Discord Bot Token!
12-
- Database support and TypeScript definitions are built-in!
9+
- **ReactionRole** is a module that allows you to create Discord reaction role easily!
10+
- This module is compatible with all node.js discord wrappers (like discord.js, eris, discord.js-commando etc.)
11+
- You also don't need to write any bot code if you want! You can also use this module alone. You just need a Discord Bot Token!
12+
- Database support and TypeScript definitions are built-in!
1313

1414
# IMPORTANT NOTE
1515

@@ -155,9 +155,9 @@ client
155155

156156
# Useful Links
157157

158-
- Discord: https://338.rocks/discord
159-
- Github: https://github.com/barbarbar338/reaction-role/
160-
- NPM: https://www.npmjs.com/package/reaction-role
158+
- Discord: https://338.rocks/discord
159+
- Github: https://github.com/barbarbar338/reaction-role/
160+
- NPM: https://www.npmjs.com/package/reaction-role
161161

162162
# [Contact Me For More Help](https://338.rocks/discord)
163163

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"dependencies": {
3-
"@hammerhq/logger": "^0.1.5",
3+
"@hammerhq/logger": "^2.2.0",
44
"bookman": "^4.0.0",
5-
"discord.js": "^14.7.1",
6-
"lodash": "^4.17.21"
5+
"discord.js": "^14.25.1",
6+
"lodash": "^4.17.23"
77
},
88
"devDependencies": {
9-
"@types/lodash": "^4.14.191",
10-
"@types/node": "^18.11.15",
11-
"@typescript-eslint/eslint-plugin": "^5.46.1",
12-
"@typescript-eslint/parser": "^5.46.1",
13-
"eslint": "^8.29.0",
9+
"@types/lodash": "^4.17.23",
10+
"@types/node": "^25.0.10",
11+
"@typescript-eslint/eslint-plugin": "^8.53.1",
12+
"@typescript-eslint/parser": "^8.53.1",
13+
"eslint": "^9.39.2",
1414
"onchange": "^7.1.0",
15-
"prettier": "^2.8.1",
16-
"rimraf": "^3.0.2",
17-
"taze": "^0.8.4",
18-
"ts-node": "^10.9.1",
19-
"typescript": "^4.9.4"
15+
"prettier": "^3.8.1",
16+
"rimraf": "^6.1.2",
17+
"taze": "^19.9.2",
18+
"ts-node": "^10.9.2",
19+
"typescript": "^5.9.3"
2020
},
2121
"main": "dist",
2222
"name": "reaction-role",
23-
"version": "5.0.1",
23+
"version": "5.2.0",
2424
"description": "ReactionRole is a module that allows you to create Discord reaction role easily!",
2525
"scripts": {
2626
"prebuild": "rimraf dist",
@@ -49,7 +49,7 @@
4949
},
5050
"license": "MIT",
5151
"repository": {
52-
"url": "https://github.com/barisbored/reaction-role",
52+
"url": "https://github.com/barbarbar338/reaction-role",
5353
"type": "git"
5454
},
5555
"typings": "dist"

0 commit comments

Comments
 (0)