Skip to content

Commit

Permalink
Merge pull request #121 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to latest version
  • Loading branch information
yhatt authored Jan 19, 2019
2 parents 2350b4d + 91ccf3c commit b310f3f
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 321 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ references:
&& ln -snf /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
&& rm yarn-v$YARN_VERSION.tar.gz'
environment:
YARN_VERSION: 1.12.3
YARN_VERSION: 1.13.0

- checkout

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
### Added

- Add `env` argument to [`Marpit.render()`](https://marpit-api.marp.app/marpit#render) ([#118](https://github.com/marp-team/marpit/pull/118))
- Output HTML per slide page as array by passing `htmlAsArray` env ([#119](https://github.com/marp-team/marpit/pull/119))
- Output HTML per slide page as array by passing `htmlAsArray` env ([#112](https://github.com/marp-team/marpit/issues/112), [#119](https://github.com/marp-team/marpit/pull/119))
- Update docs to explain SVG slide polyfill ([#117](https://github.com/marp-team/marpit/pull/117))
- Update docs to explain usage of plugin ([#120](https://github.com/marp-team/marpit/pull/120))

### Changed

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

## v0.5.0 - 2018-12-28

### Added
Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.3",
"autoprefixer": "^9.4.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"cheerio": "^1.0.0-rc.2",
Expand All @@ -69,33 +69,36 @@
"cssnano": "^4.1.8",
"dedent": "^0.7.0",
"docsify-cli": "^4.3.0",
"docsify-themeable": "^0.6.0",
"eslint": "^5.11.1",
"docsify-themeable": "^0.6.1",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jest-junit": "^6.0.1",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mkdirp": "^0.5.1",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"stylelint": "^9.9.0",
"rimraf": "^2.6.3",
"stylelint": "^9.10.1",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.4"
"stylelint-scss": "^3.5.1"
},
"dependencies": {
"color-string": "^1.5.3",
"js-yaml": "^3.12.0",
"js-yaml": "^3.12.1",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^8.4.2",
"markdown-it-front-matter": "^0.1.2",
"postcss": "^7.0.7"
"postcss": "^7.0.13"
},
"resolutions": {
"ip-regex": "~2.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b310f3f

Please sign in to comment.