Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Dec 14, 2024
1 parent 12646d7 commit fef1a70
Show file tree
Hide file tree
Showing 4 changed files with 1,839 additions and 1,322 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=pub

DISCORD_BOT_TOKEN=
DEBUG=
ALT_STATUS=

SENTRY_DSN=
SENTRY_ENV=
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"start": "cd dist && node index.js",
"build": "tsc",
Expand All @@ -24,15 +27,15 @@
},
"dependencies": {
"@influxdata/influxdb-client": "1.33.2",
"@prisma/client": "5.7.0",
"@prisma/client": "6.0.1",
"@sentry/integrations": "7.92.0",
"@sentry/node": "7.92.0",
"@sentry/tracing": "7.92.0",
"cat-loggr": "1.2.2",
"cron": "3.1.6",
"dbots": "11.0.0",
"dotenv": "16.3.1",
"eris": "0.17.2",
"eris": "https://github.com/projectdysnomia/dysnomia#dev",
"ioredis": "5.3.2"
},
"devDependencies": {
Expand All @@ -41,8 +44,9 @@
"@types/node": "20.10.6",
"eslint": "8.57.0",
"eslint-config-snazzah": "2.0.0",
"prisma": "5.7.0",
"prisma": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
Loading

0 comments on commit fef1a70

Please sign in to comment.