mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
fix: dependencies of bcc not updated to use @mercuryworkshop namespace
This commit is contained in:
parent
73b2683b5b
commit
edaa35e2f1
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue