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", "license": "ISC",
"dependencies": { "dependencies": {
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"bare-client-custom": "file:../bare-client-custom", "@mercuryworkshop/bare-client-custom": "file:../bare-client-custom",
"firebase": "^10.1.0", "firebase": "^10.1.0",
"protocol": "workspace:*", "protocol": "workspace:*",
"uuid": "^9.0.0", "uuid": "^9.0.0",
@ -20,4 +20,4 @@
"devDependencies": { "devDependencies": {
"@types/node": "^20.4.10" "@types/node": "^20.4.10"
} }
} }

View file

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