Skip to content

Commit

Permalink
Merge pull request #169 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 19, 2019
2 parents 69ed0f9 + 62002ba commit 37cd000
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 334 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Changed

- Upgrade dependent packages to the latest version ([#164](https://github.com/marp-team/marp-cli/pull/164))
- Upgrade dependent packages to the latest version ([#164](https://github.com/marp-team/marp-cli/pull/164), [#169](https://github.com/marp-team/marp-cli/pull/169))

## v0.14.1 - 2019-09-15

Expand Down
42 changes: 23 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,33 +66,33 @@
"@types/cheerio": "^0.22.13",
"@types/cosmiconfig": "^5.0.3",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.18",
"@types/jest": "^24.0.19",
"@types/jest-plugin-context": "^2.9.2",
"@types/node": "^12.7.7",
"@types/node": "^12.11.1",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.19.1",
"@types/puppeteer": "^1.20.2",
"@types/supertest": "^2.0.8",
"@types/ws": "^6.0.3",
"@types/yargs": "^13.0.2",
"autoprefixer": "^9.6.1",
"@types/yargs": "^13.0.3",
"autoprefixer": "^9.6.5",
"bespoke": "bespokejs/bespoke",
"bespoke-forms": "^1.0.0",
"builtin-modules": "^3.1.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.6.1",
"cssnano": "^4.1.10",
"image-size": "^0.8.2",
"image-size": "^0.8.3",
"jest": "^24.9.0",
"jest-junit": "^8.0.0",
"jest-plugin-context": "^2.9.0",
"nanoid": "^2.1.1",
"nanoid": "^2.1.4",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.0",
"postcss-url": "^8.0.0",
"prettier": "^1.18.2",
"pug": "^2.0.4",
"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",
Expand All @@ -101,10 +101,10 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-url": "^2.2.2",
"sass": "^1.22.12",
"rollup-plugin-url": "^3.0.0",
"sass": "^1.23.0",
"screenfull": "^5.0.0",
"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 @@ -116,17 +116,17 @@
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3",
"typescript": "^3.6.4",
"yauzl": "^2.10.0",
"zip-stream": "^2.1.2"
},
"dependencies": {
"@marp-team/marp-core": "^0.13.1",
"@marp-team/marpit": "^1.4.0",
"@marp-team/marp-core": "^0.14.0",
"@marp-team/marpit": "^1.4.1",
"@marp-team/pptx": "^0.1.0",
"carlo": "^0.9.46",
"chalk": "^2.4.2",
"chokidar": "^3.1.1",
"chokidar": "^3.2.2",
"chrome-launcher": "^0.11.2",
"cosmiconfig": "^5.2.1",
"express": "^4.17.1",
Expand All @@ -138,15 +138,19 @@
"mkdirp": "^0.5.1",
"os-locale": "^4.0.0",
"pkg-up": "^3.1.0",
"portfinder": "^1.0.24",
"puppeteer-core": "~1.17.0",
"portfinder": "^1.0.25",
"puppeteer-core": "~1.20.0",
"serve-index": "^1.9.1",
"strip-ansi": "^5.2.0",
"tmp": "^0.1.0",
"v8-compile-cache": "^2.1.0",
"wrap-ansi": "^6.0.0",
"ws": "^7.1.2",
"yargs": "^14.0.0"
"ws": "^7.2.0",
"yargs": "^14.2.0"
},
"resolutions": {
"https-proxy-agent": "^3.0.0",
"teeny-request": "^5.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 37cd000

Please sign in to comment.