Skip to content

Commit e4c0512

Browse files
committed
chore: sort packages in backend's package.json
1 parent fef1d82 commit e4c0512

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"@aws-sdk/client-s3": "3.946.0",
2626
"@aws-sdk/s3-request-presigner": "3.946.0",
2727
"@encode42/nbs.js": "^5.0.2",
28+
"@nbw/config": "workspace:*",
29+
"@nbw/database": "workspace:*",
30+
"@nbw/song": "workspace:*",
31+
"@nbw/sounds": "workspace:*",
32+
"@nbw/thumbnail": "workspace:*",
2833
"@nestjs-modules/mailer": "^2.0.2",
2934
"@nestjs/common": "^11.1.9",
3035
"@nestjs/config": "^4.0.2",
@@ -56,12 +61,7 @@
5661
"rxjs": "^7.8.2",
5762
"uuid": "^13.0.0",
5863
"zod": "^4.1.13",
59-
"zod-validation-error": "^5.0.0",
60-
"@nbw/database": "workspace:*",
61-
"@nbw/song": "workspace:*",
62-
"@nbw/thumbnail": "workspace:*",
63-
"@nbw/sounds": "workspace:*",
64-
"@nbw/config": "workspace:*"
64+
"zod-validation-error": "^5.0.0"
6565
},
6666
"devDependencies": {
6767
"@faker-js/faker": "^10.1.0",

0 commit comments

Comments
 (0)