Skip to content

Commit

Permalink
Merge pull request #186 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
 Upgrade dependent packages to the latest version
  • Loading branch information
yhatt authored Aug 23, 2019
2 parents 494f36c + fa01ef6 commit 9832ef0
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 621 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Override declaration of `<section>` for advanced background to `display: block` ([#185](https://github.com/marp-team/marpit/pull/185))

### Changed

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

## v1.3.1 - 2019-08-11

### Added
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,32 @@
"autoprefixer": "^9.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"browser-sync": "^2.26.7",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"docsify-themeable": "^0.7.2",
"eslint": "^6.1.0",
"eslint": "~6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"jest": "^24.9.0",
"jest-junit": "^7.0.0",
"jsdoc": "^3.6.3",
"minami": "^1.2.3",
"mkdirp": "^0.5.1",
"nodemon": "^1.19.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"sass": "^1.22.9",
"rimraf": "^3.0.0",
"sass": "^1.22.10",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.9.3"
"stylelint-scss": "^3.9.4"
},
"dependencies": {
"color-string": "^1.5.3",
Expand Down
Loading

0 comments on commit 9832ef0

Please sign in to comment.