mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-28 06:06:56 -05:00
Update dependencies
This commit is contained in:
22
package.json
22
package.json
@@ -34,20 +34,20 @@
|
||||
"@discordjs/builders": "^0.11.0",
|
||||
"@discordjs/rest": "^0.2.0-canary.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"better-sqlite3": "^7.4.6",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"bufferutil": "^4.0.6",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.13.2",
|
||||
"date-fns": "^2.28.0",
|
||||
"discord-api-types": "^0.26.1",
|
||||
"discord.js": "^13.5.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"discord.js": "^13.6.0",
|
||||
"dotenv": "^14.2.0",
|
||||
"erlpack": "github:discord/erlpack",
|
||||
"fs-extra": "^10.0.0",
|
||||
"json5": "^2.2.0",
|
||||
"markov-strings-db": "^4.1.4",
|
||||
"pino": "^7.6.2",
|
||||
"pino-pretty": "^7.3.0",
|
||||
"pino": "^7.6.4",
|
||||
"pino-pretty": "^7.5.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"simple-eta": "^3.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
@@ -56,11 +56,11 @@
|
||||
"zlib-sync": "^0.1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.19",
|
||||
"@types/node": "^16.11.21",
|
||||
"@types/validator": "^13.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
||||
"@typescript-eslint/parser": "^5.9.0",
|
||||
"eslint": "^8.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
@@ -69,9 +69,9 @@
|
||||
"prettier": "^2.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.4.0",
|
||||
"typedoc": "^0.22.10",
|
||||
"typedoc": "^0.22.11",
|
||||
"types-package-json": "^2.0.39",
|
||||
"typescript": "^4.5.4"
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16"
|
||||
|
||||
Reference in New Issue
Block a user