Skip to content

Commit

Permalink
Updated dependencies to latest.
Browse files Browse the repository at this point in the history
Ran yarn upgrade.
Added missing changelog file.
  • Loading branch information
mbrich committed Apr 11, 2022
1 parent cb429d7 commit 6770d44
Show file tree
Hide file tree
Showing 3 changed files with 726 additions and 689 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.11] - 2022-01-03
### Updated
- All direct NPM dependencies updated to latest.

[0.1.5] - 2022-04-11

### Maintenance
* Updated all packages to latest available.
* Removed `postcss` package from dependencies. It is not directly used in project but is used by dev packages.
* Ran `yarn upgrade` on project.

[0.1.5]: https://github.com/toreda/time/releases/compare/v0.0.0...v0.1.5
[unreleased]: https://github.com/toreda/time/compare/v0.1.5...HEAD
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,32 @@
"@toreda/build-tools": "^0.6.4",
"@toreda/eslint-config": "^2.2.0",
"@toreda/prettier-config": "^1.0.1",
"@toreda/types": "^2.6.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"@toreda/types": "^2.10.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-sonar-reporter": "^2.0.0",
"madge": "^5.0.1",
"mockdate": "^3.0.5",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.3"
},
"dependencies": {
"@toreda/log": "^0.6.12",
"@toreda/log": "^0.6.16",
"@toreda/strong-types": "^0.28.4",
"marked": "^4.0.10",
"nanoid": "^3.1.31",
"postcss": "^8.2.13"
}
}
Loading

0 comments on commit 6770d44

Please sign in to comment.