fix(scripts): dependencies shouldn't be dev-only

This commit is contained in:
Isaac 2025-01-13 20:45:44 +00:00
parent 87b9974dbd
commit 45f21f5da9
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
2 changed files with 9 additions and 9 deletions

View File

@ -57,6 +57,7 @@
"@fastify/oauth2": "^7.9.0", "@fastify/oauth2": "^7.9.0",
"@prisma/client": "^4.16.2", "@prisma/client": "^4.16.2",
"boxen": "^7.1.1", "boxen": "^7.1.1",
"commander": "^12.1.0",
"cryptr": "^6.3.0", "cryptr": "^6.3.0",
"discord.js": "^14.16.3", "discord.js": "^14.16.3",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
@ -71,6 +72,7 @@
"node-dir": "^0.1.17", "node-dir": "^0.1.17",
"node-emoji": "^1.11.0", "node-emoji": "^1.11.0",
"object-diffy": "^1.0.4", "object-diffy": "^1.0.4",
"ora": "^8.1.1",
"prisma": "^4.16.2", "prisma": "^4.16.2",
"semver": "^7.6.3", "semver": "^7.6.3",
"short-unique-id": "^4.4.4", "short-unique-id": "^4.4.4",
@ -82,15 +84,13 @@
"@commitlint/cli": "^17.8.1", "@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1", "@commitlint/config-conventional": "^17.8.1",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
"commander": "^12.1.0",
"conventional-changelog-cli": "^2.2.2", "conventional-changelog-cli": "^2.2.2",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.3.0", "lint-staged": "^13.3.0",
"markdown-table": "^3.0.4", "markdown-table": "^3.0.4",
"nodemon": "^2.0.22", "nodemon": "^2.0.22"
"ora": "^8.1.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",

12
pnpm-lock.yaml generated
View File

@ -35,6 +35,9 @@ importers:
boxen: boxen:
specifier: ^7.1.1 specifier: ^7.1.1
version: 7.1.1 version: 7.1.1
commander:
specifier: ^12.1.0
version: 12.1.0
cryptr: cryptr:
specifier: ^6.3.0 specifier: ^6.3.0
version: 6.3.0 version: 6.3.0
@ -77,6 +80,9 @@ importers:
object-diffy: object-diffy:
specifier: ^1.0.4 specifier: ^1.0.4
version: 1.0.4 version: 1.0.4
ora:
specifier: ^8.1.1
version: 8.1.1
prisma: prisma:
specifier: ^4.16.2 specifier: ^4.16.2
version: 4.16.2 version: 4.16.2
@ -118,9 +124,6 @@ importers:
all-contributors-cli: all-contributors-cli:
specifier: ^6.26.1 specifier: ^6.26.1
version: 6.26.1 version: 6.26.1
commander:
specifier: ^12.1.0
version: 12.1.0
conventional-changelog-cli: conventional-changelog-cli:
specifier: ^2.2.2 specifier: ^2.2.2
version: 2.2.2 version: 2.2.2
@ -142,9 +145,6 @@ importers:
nodemon: nodemon:
specifier: ^2.0.22 specifier: ^2.0.22
version: 2.0.22 version: 2.0.22
ora:
specifier: ^8.1.1
version: 8.1.1
packages: packages: