Skip to content

Commit

Permalink
chore(release): 10.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jul 2, 2023
1 parent bf432a7 commit fc139bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [10.7.2](https://github.com/JamieMason/syncpack/compare/10.6.1...10.7.2) (2023-07-02)


### Bug Fixes

* **npm:** update dependencies ([bf432a7](https://github.com/JamieMason/syncpack/commit/bf432a7b75acf95e49d9faccb432fbdff176bb42))


### Features

* **cli:** add command to update dependencies ([1c1be99](https://github.com/JamieMason/syncpack/commit/1c1be99461c9fccea66a3f0a0568b99577d1ffed))



## [10.6.1](https://github.com/JamieMason/syncpack/compare/10.5.1...10.6.1) (2023-06-18)


Expand Down
6 changes: 5 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,28 @@ npm test
- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
- [@effect/io](https://ghub.io/@effect/io): Consistent dependency versions in large JavaScript Monorepos
- [@effect/match](https://ghub.io/@effect/match): Consistent dependency versions in large JavaScript Monorepos
- [@effect/schema](https://ghub.io/@effect/schema): Consistent dependency versions in large JavaScript Monorepos
- [chalk](https://ghub.io/chalk): Terminal string styling done right
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
- [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.
- [fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
- [globby](https://ghub.io/globby): User-friendly glob matching
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
- [ora](https://ghub.io/ora): Elegant terminal spinner
- [prompts](https://ghub.io/prompts): Lightweight, beautiful and user-friendly prompts
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
- [semver](https://ghub.io/semver): The semantic version parser used by npm.
- [tightrope](https://ghub.io/tightrope): Point-free functional utility library
- [ts-toolbelt](https://ghub.io/ts-toolbelt): TypeScript's largest utility library

## Dev Dependencies

- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14.
- [@tsconfig/node18](https://ghub.io/@tsconfig/node18): A base TSConfig for working with Node 18.
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/prompts](https://ghub.io/@types/prompts): TypeScript definitions for prompts
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "10.6.1",
"version": "10.7.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit fc139bc

Please sign in to comment.