1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-20 18:48:28 +02:00
renovate[bot] a7697465a8
Update jest monorepo to v29.4.2 (#7793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 07:13:34 +00:00
..
2023-01-14 20:56:46 +00:00
2022-12-20 12:58:03 +00:00
2022-11-15 10:23:50 +00:00
2022-11-13 11:37:05 +00:00
2022-11-13 11:37:05 +00:00
2022-07-23 08:48:40 +02:00
2022-11-15 10:23:50 +00:00
2022-11-15 10:23:50 +00:00
2022-11-15 10:23:50 +00:00
2022-11-15 10:23:50 +00:00
2022-11-17 15:19:32 +00:00
2022-03-01 18:14:23 +00:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.