Skip to content

Commit

Permalink
Merge pull request #533 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest versions
  • Loading branch information
yhatt authored Jul 6, 2023
2 parents d78151b + 2ce2c92 commit a9665de
Show file tree
Hide file tree
Showing 5 changed files with 977 additions and 1,111 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 versions ([#533](https://github.com/marp-team/marp-cli/pull/533))

## v3.0.2 - 2023-06-19

### Fixed
Expand Down
54 changes: 28 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,81 +70,81 @@
"watch": "rollup -w -c"
},
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-url": "^8.0.1",
"@tsconfig/node14": "^1.0.3",
"@tsconfig/node14": "^14.1.0",
"@types/cheerio": "^0.22.31",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "~16.18.35",
"@types/node": "~16.18.38",
"@types/pug": "^2.0.6",
"@types/supertest": "^2.0.12",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "^10.4.14",
"babel-plugin-transform-rename-import": "^2.3.0",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.3.0",
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"chrome-launcher": "^0.15.2",
"css.escape": "^1.5.1",
"cssnano": "^6.0.1",
"eslint": "^8.42.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"express": "^4.18.2",
"fast-plist": "^0.1.3",
"get-stdin": "^9.0.0",
"globby": "^13.1.4",
"globby": "^13.2.2",
"image-size": "^1.0.2",
"import-from": "^4.0.0",
"import-meta-resolve": "^3.0.0",
"is-docker": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-junit": "^16.0.0",
"nanoid": "^4.0.2",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.0.6",
"os-locale": "^6.0.2",
"pdf-lib": "^1.17.1",
"pkg": "^5.8.1",
"pkg-up": "^4.0.0",
"portfinder": "1.0.32",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"postcss-url": "^10.1.3",
"pptxgenjs": "^3.12.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"pug": "^3.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.24.1",
"rollup": "^3.26.2",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"sass": "^1.63.3",
"sass": "^1.63.6",
"strip-ansi": "^7.1.0",
"stylelint": "^15.7.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint": "^15.10.1",
"stylelint-config-standard-scss": "^10.0.0",
"supertest": "^6.3.3",
"tar-stream": "^3.0.0",
"ts-jest": "^29.1.0",
"tar-stream": "^3.1.6",
"ts-jest": "^29.1.1",
"ts-key-enum": "^3.0.12",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typed-emitter": "^2.1.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vhtml": "^2.2.0",
"wrap-ansi": "^8.1.0",
"yauzl": "^2.10.0",
Expand All @@ -156,16 +156,18 @@
"chokidar": "^3.5.3",
"cosmiconfig": "~8.1.3",
"is-wsl": "^2.2.0",
"puppeteer-core": "20.5.0",
"puppeteer-core": "20.8.0",
"remove": "^0.1.5",
"serve-index": "^1.9.1",
"tmp": "^0.2.1",
"ws": "^8.13.0",
"yargs": "^17.7.2"
},
"resolutions": {
"optionator": "^0.9.3",
"pug": "^3.0.2",
"pug-runtime": "^3.0.1"
"pug-runtime": "^3.0.1",
"semver": "^7.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/bespoke/bespoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import bespokeWakeLock from './wake-lock'
const parse = (
...patterns: [
[normalView: 1 | 0, presnterView: 1 | 0, nextView: 1 | 0],
(...args: unknown[]) => void
(...args: unknown[]) => void,
][]
) => {
const i = viewModes.findIndex((v) => getViewMode() === v)
Expand Down
2 changes: 1 addition & 1 deletion test/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ describe('Converter', () => {
describe('with pdfOutlines option', () => {
type SerializedOutline = [
name: string | undefined,
children: SerializedOutline[]
children: SerializedOutline[],
]

const getOutline = (outline: PDFDict): SerializedOutline => {
Expand Down
Loading

0 comments on commit a9665de

Please sign in to comment.