Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Sep 6, 2024
1 parent 13e143a commit c29128c
Show file tree
Hide file tree
Showing 23 changed files with 2,619 additions and 2,514 deletions.
24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
"build": "rimraf dist && tsc",
"sync": "slash-up sync",
"sync:dev": "slash-up sync -e development",
"dev": "devScript",
"dev": "tsx src/index",
"lint": "eslint --ext .ts ./src",
"lint:fix": "eslint --ext .ts ./src --fix",
"generate": "prisma generate",
"migrate": "prisma migrate deploy"
},
"devScript": {
"depCheck": false
},
"dependencies": {
"@influxdata/influxdb-client": "1.33.2",
"@prisma/client": "4.16.2",
Expand All @@ -38,16 +35,16 @@
"axios": "0.27.2",
"cat-loggr": "1.2.2",
"common-tags": "1.8.2",
"cron": "3.1.6",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"fastify": "4.24.3",
"cron": "3.1.7",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fuzzy": "0.1.3",
"i18next": "23.7.13",
"i18next-fs-backend": "2.3.1",
"ioredis": "5.3.2",
"nanoid": "5.0.4",
"slash-create": "5.14.0",
"ioredis": "5.4.1",
"nanoid": "3.3.7",
"slash-create": "6.2.1",
"slash-up": "1.4.2"
},
"devDependencies": {
Expand All @@ -59,9 +56,8 @@
"eslint": "8.56.0",
"eslint-config-snazzah": "2.0.0",
"prisma": "4.16.2",
"rimraf": "5.0.5",
"ts-devscript": "3.0.7",
"tsx": "4.6.2",
"rimraf": "6.0.1",
"tsx": "4.19.0",
"typescript": "5.3.3"
},
"pnpm": {
Expand Down
Loading

0 comments on commit c29128c

Please sign in to comment.