Skip to content

Commit

Permalink
Merge pull request #113 from marp-team/update-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest version
  • Loading branch information
yhatt authored Oct 18, 2019
2 parents e6d1dd1 + d0a3dff commit 1b642ac
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 212 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Changed

- Upgrade dependent packages to the latest version ([#109](https://github.com/marp-team/marp-core/pull/109))
- Upgrade Marpit to [v1.4.1](https://github.com/marp-team/marpit/releases/v1.4.1) ([#113](https://github.com/marp-team/marp-core/pull/113))
- Upgrade dependent packages to the latest version ([#109](https://github.com/marp-team/marp-core/pull/109), [#113](https://github.com/marp-team/marp-core/pull/113))

## v0.13.1 - 2019-09-13

Expand Down
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"devDependencies": {
"@types/cheerio": "^0.22.13",
"@types/jest": "^24.0.18",
"@types/jest": "^24.0.19",
"@types/jest-plugin-context": "^2.9.2",
"autoprefixer": "^9.6.1",
"autoprefixer": "^9.6.5",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.6.1",
"github-markdown-css": "^3.0.1",
Expand All @@ -70,16 +70,16 @@
"postcss-url": "^8.0.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"rollup": "^1.21.4",
"rollup": "^1.25.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"sass": "^1.22.12",
"sass": "^1.23.0",
"self-closing-tags": "^1.0.1",
"stylelint": "^11.0.0",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.11.1",
Expand All @@ -88,10 +88,10 @@
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
},
"dependencies": {
"@marp-team/marpit": "^1.4.0",
"@marp-team/marpit": "^1.4.1",
"@marp-team/marpit-svg-polyfill": "^1.1.1",
"emoji-regex": "^8.0.0",
"highlight.js": "^9.15.10",
Expand All @@ -104,6 +104,9 @@
"twemoji": "^12.1.3",
"xss": "^1.0.6"
},
"resolutions": {
"teeny-request": "^5.3.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit 1b642ac

Please sign in to comment.