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

Upgrade dependent packages to the latest version #295

Merged
merged 3 commits into from Oct 18, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,10 @@
- Better support for custom Chrome path via `CHROME_PATH` env in WSL ([#288](https://github.com/marp-team/marp-cli/issues/288), [#292](https://github.com/marp-team/marp-cli/pull/292))
- Apply workaround of printable template fallback, for broken background images caused by regression in Chrome >= 85 ([#293](https://github.com/marp-team/marp-cli/issues/293), [#294](https://github.com/marp-team/marp-cli/pull/294))

### Changed

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

## v0.21.1 - 2020-09-12

### Fixed
Expand Down
52 changes: 26 additions & 26 deletions package.json
Expand Up @@ -63,41 +63,41 @@
"watch": "rollup -w -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"@rollup/plugin-url": "^5.0.1",
"@types/cheerio": "^0.22.21",
"@types/cheerio": "^0.22.22",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.13",
"@types/node": "~12.12.58",
"@types/jest": "^26.0.14",
"@types/node": "~12.12.68",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^3.0.2",
"@types/supertest": "^2.0.10",
"@types/ws": "^7.2.6",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@types/ws": "^7.2.7",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"autoprefixer": "^9.8.6",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.1.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.7.2",
"codecov": "^3.8.0",
"cssnano": "^4.1.10",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"file-url": "^3.0.0",
"get-stdin": "^8.0.0",
"image-size": "^0.9.1",
"is-wsl": "^2.2.0",
"jest": "^26.4.2",
"jest": "^26.5.3",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-junit": "^11.1.0",
"jest-junit": "^12.0.0",
"mkdirp": "^1.0.4",
"nanoid": "^3.1.12",
"npm-run-all": "^4.1.5",
Expand All @@ -106,26 +106,26 @@
"pkg-up": "^3.1.0",
"portfinder": "^1.0.28",
"postcss-url": "^8.0.0",
"prettier": "^2.1.1",
"prettier": "^2.1.2",
"pug": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.26.11",
"rollup": "^2.32.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.26.10",
"sass": "^1.27.0",
"screenfull": "^5.0.2",
"strip-ansi": "^6.0.0",
"stylelint": "^13.7.1",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"supertest": "^4.0.2",
"supertest": "^5.0.0",
"tar-stream": "^2.1.4",
"ts-jest": "^26.3.0",
"ts-jest": "^26.4.1",
"ts-keycode-enum": "^1.0.6",
"tslib": "^2.0.1",
"typescript": "^4.0.2",
"tslib": "^2.0.3",
"typescript": "^4.0.3",
"vhtml": "^2.2.0",
"wrap-ansi": "^7.0.0",
"yauzl": "^2.10.0",
Expand All @@ -134,19 +134,19 @@
"dependencies": {
"@marp-team/marp-core": "^1.3.0",
"@marp-team/marpit": "^1.6.2",
"chokidar": "^3.4.2",
"chokidar": "^3.4.3",
"chrome-launcher": "^0.13.4",
"cosmiconfig": "^7.0.0",
"express": "^4.17.1",
"globby": "^11.0.1",
"import-from": "^3.0.0",
"pptxgenjs": "^3.3.1",
"puppeteer-core": "~5.3.0",
"puppeteer-core": "~5.3.1",
"serve-index": "^1.9.1",
"tmp": "^0.2.1",
"v8-compile-cache": "^2.1.1",
"ws": "^7.3.1",
"yargs": "^16.0.3"
"yargs": "^16.1.0"
},
"publishConfig": {
"access": "public"
Expand Down