Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
v0.7.0 package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Oct 26, 2019
1 parent 930d7f4 commit d83001d
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 685 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.3] - Unreleased
## [0.7.0] - Unreleased

### Fixed

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/EvHaus/rocketry/issues"
},
"version": "0.6.3",
"version": "0.7.0",
"bin": {
"rocketry": "./bin/index.js"
},
Expand All @@ -34,7 +34,7 @@
"@hapi/joi": "^16.1.7",
"archiver": "^3.1.1",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"commander": "^3.0.2",
"cosmiconfig": "^5.2.1",
"glob": "^7.1.4",
"inquirer": "^7.0.0",
Expand All @@ -43,15 +43,15 @@
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"coveralls": "^3.0.6",
"eslint-config-globex": "^2.4.1",
"flow-bin": "^0.106.1",
"flow-typed": "^2.6.1",
"coveralls": "^3.0.7",
"eslint-config-globex": "^2.5.1",
"flow-bin": "^0.110.1",
"flow-typed": "^2.6.2",
"jest": "^24.9.0",
"prettier-package-json": "^2.1.0"
},
Expand Down

0 comments on commit d83001d

Please sign in to comment.