Improve development tooling (#1516)
- Running `yarn build` in a `packages/*/` directory will trigger build of all dependencies too, and cache them if possible. - Fix for `yarn dev` breaking for `rrweb` package whenever changing files in `rrweb` package - Update typescript, turbo, vite and vite-plugin-dts - Require `workspaces-to-typescript-project-references` from `prepublish`
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"@types/webextension-polyfill": "^0.9.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"type-fest": "^2.19.0",
|
||||
"vite": "^5.2.8",
|
||||
"vite": "^5.3.1",
|
||||
"vite-plugin-web-extension": "^4.1.3",
|
||||
"vite-plugin-zip-pack": "^1.2.2",
|
||||
"webextension-polyfill": "^0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user