Skip to content

Commit d68a46a

Browse files
committed
chore: bump deps
1 parent ca680c6 commit d68a46a

File tree

2 files changed

+113
-157
lines changed

2 files changed

+113
-157
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"eventemitter3": "^5.0.1",
1515
"lodash.defaultsdeep": "^4.6.1",
1616
"lodash.isequal": "^4.5.0",
17-
"mobx": "^6.13.5",
18-
"revolt-api": "0.7.16",
17+
"mobx": "^6.13.6",
18+
"revolt-api": "0.8.3",
1919
"ulid": "^2.3.0"
2020
},
2121
"devDependencies": {
2222
"@types/lodash.defaultsdeep": "^4.6.9",
2323
"@types/lodash.isequal": "^4.5.8",
24-
"@types/node": "^20.17.10",
25-
"@typescript-eslint/eslint-plugin": "^8.18.1",
26-
"@typescript-eslint/parser": "^8.18.1",
24+
"@types/node": "^22.13.10",
25+
"@typescript-eslint/eslint-plugin": "^8.26.1",
26+
"@typescript-eslint/parser": "^8.26.1",
2727
"dotenv": "^16.4.7",
2828
"eslint": "^8.57.1",
2929
"eslint-plugin-mobx": "^0.0.13",
3030
"in-publish": "^2.0.1",
3131
"prettier": "^2.8.8",
3232
"tsc-watch": "^6.3.0",
33-
"typedoc": "^0.27.5",
34-
"typescript": "^5.7.2"
33+
"typedoc": "^0.27.9",
34+
"typescript": "^5.8.2"
3535
},
3636
"eslintConfig": {
3737
"parser": "@typescript-eslint/parser",
@@ -84,4 +84,4 @@
8484
],
8585
"description": "Library for interacting with the Revolt API. Fork of v6.",
8686
"packageManager": "yarn@4.5.3"
87-
}
87+
}

0 commit comments

Comments
 (0)