1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
renovate[bot] 70347a733b
Update dependency @types/node to v18.17.16 (#9015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 12:57:05 +00:00
..
2023-08-04 15:12:31 +01:00
2023-09-24 13:20:22 +01:00
2023-08-01 15:38:59 +01:00
2023-09-25 16:26:50 +01:00
2023-08-04 10:57:54 +01:00
2023-08-01 15:38:59 +01:00
2023-07-16 17:48:13 +01: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.