Skip to content

Commit

Permalink
Merge pull request #143 from marp-team/update-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest
  • Loading branch information
yhatt authored Mar 31, 2019
2 parents d9f2893 + 089c21d commit 1542676
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 572 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Upgrade dependent packages to the latest version ([#143](https://github.com/marp-team/marpit/pull/143))

## v0.8.0 - 2019-03-13

### Added
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.10",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"autoprefixer": "^9.5.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.4.0",
"babel-jest": "^24.5.0",
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.2.0",
"cross-env": "^5.2.0",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"docsify-cli": "^4.3.0",
"docsify-themeable": "^0.7.1",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.4.0",
"jest": "^24.5.0",
"jest-junit": "^6.3.0",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
Expand All @@ -91,7 +91,7 @@
},
"dependencies": {
"color-string": "^1.5.3",
"js-yaml": "^3.12.2",
"js-yaml": "^3.13.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^8.4.2",
"markdown-it-front-matter": "^0.1.2",
Expand Down
Loading

0 comments on commit 1542676

Please sign in to comment.