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

@ -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",
@ -40,4 +40,4 @@
"vite": "^4.4.9",
"vite-plugin-svelte": "^3.0.1"
}
}
}