You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***local:** do not replace version with workspace:* ([d8a4eaa](https://github.com/JamieMason/syncpack/commit/d8a4eaa23819ccba72c454f90f79914ca1903ebe))
***cli:** throw if command is not found ([0608605](https://github.com/JamieMason/syncpack/commit/0608605cce74352a4d66177ef70876e0e376ee48))
13
+
***core:** broaden version specifier support ([46a0143](https://github.com/JamieMason/syncpack/commit/46a0143fc260f0f4cb55c13f8eec3478290641ac)), closes [#161](https://github.com/JamieMason/syncpack/issues/161)[#162](https://github.com/JamieMason/syncpack/issues/162)[#157](https://github.com/JamieMason/syncpack/issues/157)[/github.com/user/project.git#0](https://github.com//github.com/user/project.git/issues/0)
Copy file name to clipboardExpand all lines: DEPENDENCIES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,12 @@ npm test
24
24
25
25
## Dependencies
26
26
27
-
-[@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
28
-
-[@effect/io](https://ghub.io/@effect/io): Functional programming in TypeScript
29
27
-[@effect/match](https://ghub.io/@effect/match): Pattern matching for TypeScript
30
28
-[@effect/schema](https://ghub.io/@effect/schema): Modeling the schema of data structures as first-class values
31
29
-[chalk](https://ghub.io/chalk): Terminal string styling done right
32
30
-[commander](https://ghub.io/commander): the complete solution for node.js command-line programs
33
-
-[cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
31
+
-[cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, TypeScript module, and more!
32
+
-[effect](https://ghub.io/effect): Functional programming in TypeScript
34
33
-[enquirer](https://ghub.io/enquirer): Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
0 commit comments