Skip to content

Commit

Permalink
fix(scripts): dependencies shouldn't be dev-only
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jan 13, 2025
1 parent 87b9974 commit 45f21f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@fastify/oauth2": "^7.9.0",
"@prisma/client": "^4.16.2",
"boxen": "^7.1.1",
"commander": "^12.1.0",
"cryptr": "^6.3.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
Expand All @@ -71,6 +72,7 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"ora": "^8.1.1",
"prisma": "^4.16.2",
"semver": "^7.6.3",
"short-unique-id": "^4.4.4",
Expand All @@ -82,15 +84,13 @@
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"all-contributors-cli": "^6.26.1",
"commander": "^12.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.57.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"markdown-table": "^3.0.4",
"nodemon": "^2.0.22",
"ora": "^8.1.1"
"nodemon": "^2.0.22"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45f21f5

Please sign in to comment.