update-turbo (#863)

This commit is contained in:
Brendan Allan
2023-05-25 22:52:02 +08:00
committed by GitHub
parent cc8f14c6af
commit fd2d46b7ea
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
"client": "pnpm --filter @sd/client -- ",
"storybook": "pnpm --filter @sd/storybook -- ",
"prisma": "cd core && cargo prisma",
"dev:web": "turbo run dev --filter @sd/web --filter @sd/server",
"codegen": "cargo test -p sd-core api::tests::test_and_export_rspc_bindings -- --exact",
"typecheck": "pnpm -r typecheck",
"lint": "turbo run lint",
@@ -39,9 +40,10 @@
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"rimraf": "^4.3",
"turbo": "^1.9.3",
"turbo": "^1.9.9",
"turbo-ignore": "^0.3.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"vite": "^4.3.8"
},
"overrides": {
"vite-plugin-svgr": "https://github.com/spacedriveapp/vite-plugin-svgr#cb4195b69849429cdb18d1f12381676bf9196a84",

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.