mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
Fix error on seeded generation
- Update dependencies
This commit is contained in:
16
package.json
16
package.json
@@ -31,8 +31,8 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^0.11.0",
|
||||
"@discordjs/rest": "^0.2.0-canary.0",
|
||||
"@discordjs/builders": "^0.12.0",
|
||||
"@discordjs/rest": "^0.3.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"bufferutil": "^4.0.6",
|
||||
@@ -41,13 +41,13 @@
|
||||
"date-fns": "^2.28.0",
|
||||
"discord-api-types": "^0.26.1",
|
||||
"discord.js": "^13.6.0",
|
||||
"dotenv": "^14.2.0",
|
||||
"dotenv": "^14.3.2",
|
||||
"erlpack": "github:discord/erlpack",
|
||||
"fs-extra": "^10.0.0",
|
||||
"json5": "^2.2.0",
|
||||
"markov-strings-db": "^4.1.4",
|
||||
"markov-strings-db": "^4.1.5",
|
||||
"pino": "^7.6.4",
|
||||
"pino-pretty": "^7.5.0",
|
||||
"pino-pretty": "^7.5.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"simple-eta": "^3.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
@@ -58,9 +58,9 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.21",
|
||||
"@types/validator": "^13.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
"eslint": "^8.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
||||
"@typescript-eslint/parser": "^5.10.1",
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
|
||||
Reference in New Issue
Block a user