Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependent packages to latest (Marpit v0.4.1 and Marp Core v0.3.1) #54

Merged
merged 3 commits into from
Dec 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ For example, this configuration disables Marp Core's line breaks conversion (`\n

> :warning: Some options may be overridden by used template.

## Contributing

Are you interested in contributing? Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md).

## Author

Managed by [@marp-team](https://github.com/marp-team).
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,34 @@
"@types/get-stdin": "^5.0.1",
"@types/jest": "^23.3.10",
"@types/jest-plugin-context": "^2.9.0",
"@types/node": "^10.12.12",
"@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.1",
"autoprefixer": "^9.4.2",
"@types/yargs": "^12.0.2",
"autoprefixer": "^9.4.3",
"bespoke": "^1.1.0",
"bespoke-forms": "^1.0.0",
"bespoke-keys": "^1.1.0",
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.1.0",
"cssnano": "^4.1.7",
"cssnano": "^4.1.8",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jest-plugin-context": "^2.9.0",
"node-sass": "^4.10.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"postcss-url": "^8.0.0",
"prettier": "^1.15.3",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"rollup": "^0.67.4",
"rollup": "^0.68.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-pug": "~1.0",
"rollup-plugin-pug": "^1.1.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-url": "^2.1.0",
Expand All @@ -88,20 +88,20 @@
"stylelint": "^9.9.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.1",
"stylelint-scss": "^3.4.3",
"supertest": "^3.3.0",
"ts-jest": "23.10.5",
"ts-keycode-enum": "^1.0.6",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.1"
"typescript": "^3.2.2"
},
"dependencies": {
"@marp-team/marp-core": "^0.3.0",
"@marp-team/marpit": "^0.4.0",
"carlo": "^0.9.41",
"@marp-team/marp-core": "^0.3.1",
"@marp-team/marpit": "^0.4.1",
"carlo": "^0.9.43",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"chrome-launcher": "^0.10.5",
Expand Down
Loading