Skip to content

Commit

Permalink
Fix dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Sep 9, 2020
1 parent e6e2209 commit 77d4a55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.0.2] - 2020-09-09
### Changed
- Updated dependencies versions
- Upgraded `@janiscommerce/api` up to `^6.0.1`
- Upgraded `@janiscommerce/event-listener` up to `^3.0.0`

## [5.0.1] - 2020-08-26
### Fixed
- Replaced setting used `database` with `newClientsDatabases`
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"license": "ISC",
"homepage": "https://github.com/janis-commerce/client-creator.git#readme",
"devDependencies": {
"@janiscommerce/api-test": "^3.1.0",
"@janiscommerce/event-listener-test": "^2.1.0",
"@janiscommerce/api-test": "^4.0.0",
"@janiscommerce/event-listener-test": "^3.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"mocha": "^8.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.8.1",
"husky": "^4.3.0",
"mocha": "^8.1.3",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"sinon": "^9.0.3"
Expand All @@ -41,10 +41,10 @@
"test": "tests"
},
"dependencies": {
"@janiscommerce/api": "^5.1.2",
"@janiscommerce/event-listener": "^2.0.0",
"@janiscommerce/api": "^6.0.1",
"@janiscommerce/event-listener": "^3.0.0",
"@janiscommerce/model": "^5.0.0",
"@janiscommerce/mongodb-index-creator": "^2.1.0",
"@janiscommerce/mongodb-index-creator": "^2.2.3",
"@janiscommerce/settings": "^1.0.1"
}
}

0 comments on commit 77d4a55

Please sign in to comment.