Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 2, 2024
1 parent 35c18cb commit d3e6013
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 220 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"start": "cross-env NODE_ENV=production node --env-file=.env --enable-source-maps .",
"deploy": "tsx --env-file=.env src/index.ts --deploy",
"env:encrypt": "dotenvx ext vault encrypt",
"env:decrypt": "dotenvx ext vault decrypt",
"env:encrypt": "dotenvx-ext-vault encrypt",
"env:decrypt": "dotenvx-ext-vault decrypt",
"dev": "tsx watch --env-file=.env src/index.ts",
"test": "node --run check && node --run typecheck",
"postinstall": "prisma generate",
Expand All @@ -25,21 +25,21 @@
"#*": "./dist/*/index.js"
},
"dependencies": {
"@prisma/client": "^5.16.1",
"@prisma/client": "^5.19.1",
"bufferutil": "^4.0.8",
"dedent": "^1.5.3",
"discord.js": "^14.16.0",
"discord.js": "^14.16.1",
"g-detector": "^0.1.6",
"neon-env": "^0.2.2",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@dotenvx/dotenvx": "^1.9.1",
"@dotenvx/dotenvx-ext-vault": "^0.2.0",
"cross-env": "^7.0.3",
"prisma": "^5.16.1",
"prisma": "^5.19.1",
"standard-changelog": "^6.0.0",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
Loading

0 comments on commit d3e6013

Please sign in to comment.