Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Klunder committed Oct 16, 2019
1 parent bf10721 commit d3097f9
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 403 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## [current release]
### Changed

## [1.3.0] 16-10-2019
### Changed
- Enabled async service creation
- Updated dependencies:
- swagger-parser ^8.0.0 → ^8.0.2
- fastify ^2.6.0 → ^2.10.0
- fastify-cli ^1.1.0 → ^1.3.0
- tap ^14.4.2 → ^14.7.1
## [v1.2.0] 19-07-2019
### Changed
- enabled generic parameters on path items
Expand Down
6 changes: 3 additions & 3 deletions examples/generatedProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"fastify-plugin": "^1.6.0"
},
"devDependencies": {
"fastify": "^2.6.0",
"fastify-cli": "^1.1.0",
"tap": "^14.4.2"
"fastify": "^2.10.0",
"fastify-cli": "^1.3.0",
"tap": "^14.7.1"
}
}
Loading

0 comments on commit d3097f9

Please sign in to comment.