Skip to content

Commit

Permalink
Merge pull request #138 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 Aug 23, 2019
2 parents 0d06e89 + 81b1f1f commit 0be06d4
Show file tree
Hide file tree
Showing 3 changed files with 821 additions and 878 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- Reconnect to file watcher when disconnected from WebSocket server ([#130](https://github.com/marp-team/marp-cli/pull/130))
- Change port number for file watcher from 52000 to 37717 ([#135](https://github.com/marp-team/marp-cli/issues/135), [#137](https://github.com/marp-team/marp-cli/pull/137))
- Upgrade [Marpit v1.3.2](https://github.com/marp-team/marpit/releases/tag/v1.3.2) and [Marp Core v0.12.1](https://github.com/marp-team/marp-core/releases/tag/v0.12.1) ([#138](https://github.com/marp-team/marp-cli/pull/138))
- Upgrade dependent packages to the latest version ([#138](https://github.com/marp-team/marp-cli/pull/138))

## v0.12.1 - 2019-07-13

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,69 +64,69 @@
"watch": "rollup -w -c"
},
"devDependencies": {
"@octokit/rest": "^16.28.4",
"@types/cheerio": "^0.22.12",
"@octokit/rest": "^16.28.7",
"@types/cheerio": "^0.22.13",
"@types/cosmiconfig": "^5.0.3",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.18",
"@types/jest-plugin-context": "^2.9.2",
"@types/node": "^12.6.2",
"@types/node": "^12.7.2",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.12.4",
"@types/puppeteer": "^1.19.1",
"@types/supertest": "^2.0.8",
"@types/ws": "^6.0.1",
"@types/yargs": "^13.0.0",
"@types/ws": "^6.0.2",
"@types/yargs": "^13.0.2",
"autoprefixer": "^9.6.1",
"bespoke": "^1.1.0",
"bespoke-forms": "^1.0.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.5.0",
"cssnano": "^4.1.10",
"image-size": "^0.7.4",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"jest": "^24.9.0",
"jest-junit": "^7.0.0",
"jest-plugin-context": "^2.9.0",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.0",
"postcss-url": "^8.0.0",
"prettier": "^1.18.2",
"pug": "^2.0.4",
"rimraf": "^2.6.3",
"rollup": "^1.16.7",
"rollup-plugin-commonjs": "^10.0.1",
"rimraf": "^3.0.0",
"rollup": "^1.20.1",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-url": "^2.2.2",
"sass": "^1.22.4",
"screenfull": "^4.2.0",
"sass": "^1.22.10",
"screenfull": "^4.2.1",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.9.1",
"stylelint-scss": "^3.9.4",
"supertest": "^4.0.2",
"tar-stream": "^2.1.0",
"ts-jest": "24.0.2",
"ts-keycode-enum": "^1.0.6",
"tslib": "^1.10.0",
"tslint": "^5.18.0",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3",
"yauzl": "^2.10.0",
"zip-stream": "^2.0.1"
"zip-stream": "^2.1.2"
},
"dependencies": {
"@marp-team/marp-core": "^0.12.0",
"@marp-team/marpit": "^1.3.0",
"@marp-team/marp-core": "^0.12.1",
"@marp-team/marpit": "^1.3.2",
"@marp-team/pptx": "^0.1.0",
"carlo": "^0.9.46",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"chrome-launcher": "^0.11.1",
"chrome-launcher": "^0.11.2",
"cosmiconfig": "^5.2.1",
"express": "^4.17.1",
"file-url": "^3.0.0",
Expand All @@ -137,14 +137,14 @@
"mkdirp": "^0.5.1",
"os-locale": "^4.0.0",
"pkg-up": "^3.1.0",
"portfinder": "^1.0.21",
"portfinder": "^1.0.23",
"puppeteer-core": "~1.17.0",
"serve-index": "^1.9.1",
"strip-ansi": "^5.2.0",
"tmp": "^0.1.0",
"wrap-ansi": "^6.0.0",
"ws": "^7.1.0",
"yargs": "^13.2.4"
"ws": "^7.1.2",
"yargs": "^14.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0be06d4

Please sign in to comment.