Skip to content

Commit

Permalink
Merge pull request #417 from Magmastream-NPM/fix-moveNode
Browse files Browse the repository at this point in the history
2.8.4
  • Loading branch information
SxMAbel authored Feb 26, 2025
2 parents 396ee04 + 3c3e8a5 commit 9563dbf
Show file tree
Hide file tree
Showing 11 changed files with 1,628 additions and 1,418 deletions.
435 changes: 211 additions & 224 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"devDependencies": {
"@favware/rollup-type-bundler": "^4.0.0",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/node": "^22.13.5",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^9.21.0",
"npm-run-all": "^4.1.5",
"typedoc": "^0.27.6",
"typedoc": "^0.27.8",
"typedoc-plugin-no-inherit": "^1.5.0",
"typescript": "^5.7.3"
},
Expand All @@ -33,7 +33,7 @@
"events": "^3.3.0",
"lodash": "^4.17.21",
"tslib": "^2.8.1",
"ws": "^8.18.0"
"ws": "^8.18.1"
},
"peerDependencies": {
"discord.js": ">=13.0.0 <15.0.0"
Expand Down
791 changes: 462 additions & 329 deletions src/structures/Filters.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 9563dbf

Please sign in to comment.