Skip to content

Commit c2c1287

Browse files
committed
chore: add @nbw/config dependency to package.json and bun.lock
- Added @nbw/config as a workspace dependency in both package.json and bun.lock files.
1 parent a192520 commit c2c1287

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"@nbw/database": "workspace:*",
6161
"@nbw/song": "workspace:*",
6262
"@nbw/thumbnail": "workspace:*",
63-
"@nbw/sounds": "workspace:*"
63+
"@nbw/sounds": "workspace:*",
64+
"@nbw/config": "workspace:*"
6465
},
6566
"devDependencies": {
6667
"@faker-js/faker": "^9.3.0",

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@aws-sdk/client-s3": "3.717.0",
3333
"@aws-sdk/s3-request-presigner": "3.717.0",
3434
"@encode42/nbs.js": "^5.0.2",
35+
"@nbw/config": "workspace:*",
3536
"@nbw/database": "workspace:*",
3637
"@nbw/song": "workspace:*",
3738
"@nbw/sounds": "workspace:*",
@@ -3341,6 +3342,8 @@
33413342

33423343
"fast-glob/glob-parent": ["[email protected]", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
33433344

3345+
"fdir/picomatch": ["[email protected]", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],
3346+
33443347
"figures/escape-string-regexp": ["[email protected]", "", {}, "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="],
33453348

33463349
"filelist/minimatch": ["[email protected]", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g=="],

0 commit comments

Comments
 (0)