Skip to content

Commit

Permalink
Merge pull request #422 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest version
  • Loading branch information
yhatt authored Feb 5, 2022
2 parents 1ef5ffd + b00045c commit b63d5a4
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 418 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

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

## v1.5.2 - 2022-01-23

### Changed
Expand Down
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,28 @@
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "~16.11.21",
"@types/node": "~16.11.22",
"@types/pug": "^2.0.6",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.2.2",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"autoprefixer": "^10.4.2",
"babel-plugin-transform-rename-import": "^2.3.0",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.2.0",
"chalk": "^5.0.0",
"cheerio": "^1.0.0-rc.10",
"chrome-launcher": "^0.15.0",
"cssnano": "^5.0.15",
"eslint": "^8.7.0",
"cssnano": "^5.0.16",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jest": "^26.0.0",
"express": "^4.17.2",
"get-stdin": "^9.0.0",
"globby": "^12.2.0",
"globby": "^13.1.1",
"image-size": "^1.0.1",
"is-docker": "^3.0.0",
"jest": "^27.4.7",
Expand All @@ -109,26 +109,26 @@
"pkg": "^5.5.2",
"pkg-up": "^4.0.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"postcss-url": "^10.1.3",
"pptxgenjs": "^3.9.0",
"prettier": "^2.5.1",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.66.0",
"rollup": "^2.67.0",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.0",
"sass": "^1.49.7",
"strip-ansi": "^7.0.1",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"supertest": "^6.2.2",
"tar-stream": "^2.2.0",
"ts-jest": "^27.1.3",
"ts-key-enum": "^2.0.8",
"ts-key-enum": "^2.0.9",
"tslib": "^2.3.1",
"typed-emitter": "^2.1.0",
"typescript": "^4.5.5",
Expand All @@ -144,7 +144,7 @@
"cosmiconfig": "^7.0.1",
"import-from": "^4.0.0",
"is-wsl": "^2.2.0",
"puppeteer-core": "13.1.1",
"puppeteer-core": "13.1.3",
"serve-index": "^1.9.1",
"tmp": "^0.2.1",
"v8-compile-cache": "^2.3.0",
Expand All @@ -153,11 +153,7 @@
},
"resolutions": {
"pug": "^3.0.2",
"pug-runtime": "^3.0.1",
"puppeteer-core/node-fetch": "^2.6.7"
},
"overrides": {
"node-fetch@2": "2.6.7"
"pug-runtime": "^3.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b63d5a4

Please sign in to comment.