Skip to content

Commit

Permalink
Merge pull request #56 from marp-team/update-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to latest
  • Loading branch information
yhatt authored Dec 31, 2018
2 parents f134b64 + 4c5cac3 commit 89e3583
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 87 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 @@

- Improve WebKit browser support ([#55](https://github.com/marp-team/marp-cli/pull/55))

### Changed

- Upgrade dependent packages to latest version, included [Marpit v0.5.0](https://github.com/marp-team/marpit/releases/tag/v0.5.0) and [Marp Core v0.4.1](https://github.com/marp-team/marp-core/releases/tag/v0.4.1) ([#56](https://github.com/marp-team/marp-cli/pull/56))

## v0.1.0 - 2018-12-23

### Breaking
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@types/cosmiconfig": "^5.0.3",
"@types/express": "^4.16.0",
"@types/get-stdin": "^5.0.1",
"@types/jest": "^23.3.10",
"@types/jest": "^23.3.11",
"@types/jest-plugin-context": "^2.9.0",
"@types/node": "^10.12.18",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.11.1",
"@types/supertest": "^2.0.7",
"@types/ws": "^6.0.1",
"@types/yargs": "^12.0.2",
"@types/yargs": "^12.0.5",
"autoprefixer": "^9.4.3",
"bespoke": "^1.1.0",
"bespoke-forms": "^1.0.0",
Expand All @@ -74,7 +74,7 @@
"prettier": "^1.15.3",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"rollup": "^0.68.1",
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
Expand All @@ -88,7 +88,7 @@
"stylelint": "^9.9.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.3",
"stylelint-scss": "^3.4.4",
"supertest": "^3.3.0",
"ts-jest": "23.10.5",
"ts-keycode-enum": "^1.0.6",
Expand All @@ -112,7 +112,7 @@
"import-from": "^2.1.0",
"is-wsl": "^1.1.0",
"mkdirp": "^0.5.1",
"os-locale": "^3.0.1",
"os-locale": "^3.1.0",
"pkg-up": "^2.0.0",
"portfinder": "^1.0.20",
"puppeteer-core": "^1.11.0",
Expand Down
Loading

0 comments on commit 89e3583

Please sign in to comment.