Skip to content

Commit

Permalink
upgrade (all) dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jul 25, 2019
1 parent 79a0725 commit 7a52ad2
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 175 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [1.10.2] - 2019-07-25

- Upgrade all dependencies

## [1.10.1] - 2019-07-25

- Upgrade dependencies
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"author": "Julien Deniau <[email protected]>",
"license": "MIT",
"dependencies": {
"find-versions": "^2.0.0",
"find-versions": "^3.0.0",
"ink": "^2.1.0",
"ink-spinner": "^3.0.0",
"ink-tab": "^2.1.3",
"marked": "^0.3.19",
"marked-terminal": "^2.0.0",
"marked": "^0.7.0",
"marked-terminal": "^3.2.0",
"marked-to-md": "^1.0.1",
"minimist": "^1.2.0",
"node-fetch": "^2.1.2",
"react": "^16.0.0",
"semver": "^5.4.1"
"semver": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -32,8 +32,8 @@
"babel-polyfill": "^6.26.0",
"core-js": "^3.0.0",
"jest": "^24.5.0",
"lint-staged": "^7.1.0",
"nock": "^9.2.6",
"lint-staged": "^9.2.1",
"nock": "^10.0.0",
"prettier": "^1.16.4",
"svg-term-cli": "^2.1.1",
"webpack": "^4.29.6",
Expand Down
Loading

0 comments on commit 7a52ad2

Please sign in to comment.