Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jan 14, 2023
1 parent 49f56c9 commit 06becf8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 51 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- markdownlint-disable MD024 -->

## [Unreleased] (date goes here)
## [10.0.0] (2023-01-14)

### Changed

- update dependencies
- requires Node.js v14 or higher

## [9.0.2] (2023-01-10)

Expand Down Expand Up @@ -383,6 +388,7 @@ Changed nomenclature for the repo containing the manifests from _main_ to _seed_
[#18]: https://github.com/shadowspawn/forest-arborist/issues/18

[Unreleased]: https://github.com/shadowspawn/forest-arborist/compare/main...develop
[10.0.0]: https://github.com/shadowspawn/forest-arborist/compare/v9.0.2...v10.0.0
[9.0.2]: https://github.com/shadowspawn/forest-arborist/compare/v9.0.1...v9.0.2
[9.0.1]: https://github.com/shadowspawn/forest-arborist/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/shadowspawn/forest-arborist/compare/v8.1.3...v9.0.0
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
]
},
"dependencies": {
"@commander-js/extra-typings": "9.4",
"@commander-js/extra-typings": "^10.0.0",
"chalk": "^4.1.2",
"commander": "^9.4",
"commander": "^10.0.0",
"fs-extra": "^11.1.0",
"shell-quote": "^1.7.2",
"tmp": "^0.2.1"
Expand Down

0 comments on commit 06becf8

Please sign in to comment.