fix: dependencies of bcc not updated to use @mercuryworkshop namespace

This commit is contained in:
CoolElectronics 2023-09-08 20:17:57 -04:00
parent 73b2683b5b
commit edaa35e2f1
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@types/uuid": "^9.0.2",
"bare-client-custom": "file:../bare-client-custom",
"@mercuryworkshop/bare-client-custom": "file:../bare-client-custom",
"firebase": "^10.1.0",
"protocol": "workspace:*",
"uuid": "^9.0.0",

View file

@ -21,7 +21,7 @@
"@rollup/browser": "^3.28.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"autoprefixer": "^10.4.15",
"bare-client-custom": "workspace:*",
"@mercuryworkshop/bare-client-custom": "workspace:*",
"client": "workspace:*",
"corium": "file:../corium",
"esbuild": "^0.19.1",