Skip to content

Commit

Permalink
Merge pull request #598 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 Sep 25, 2024
2 parents c727e9c + 376bf49 commit 097398e
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 318 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Upgrade Marpit to [v3.1.1](https://github.com/marp-team/marpit/releases/tag/v3.1.1) ([#591](https://github.com/marp-team/marp-cli/pull/591))
- Support for CSS nesting
- Upgrade development Node.js LTS to v20.17.0 ([#591](https://github.com/marp-team/marp-cli/pull/591))
- Upgrade dependent packages to the latest versions ([#591](https://github.com/marp-team/marp-cli/pull/591))
- Upgrade dependent packages to the latest versions ([#591](https://github.com/marp-team/marp-cli/pull/591), [#598](https://github.com/marp-team/marp-cli/pull/598))

### Fixed

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-url": "^8.0.2",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/recommended": "^1.0.7",
Expand All @@ -92,9 +92,9 @@
"@types/which": "^3.0.4",
"@types/ws": "^8.5.12",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@yao-pkg/pkg": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@yao-pkg/pkg": "^5.15.0",
"autoprefixer": "^10.4.20",
"bespoke": "bespokejs/bespoke",
"chalk": "^5.3.0",
Expand All @@ -103,11 +103,11 @@
"css.escape": "^1.5.1",
"cssnano": "^7.0.6",
"debug": "^4.3.7",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-unicorn": "^55.0.0",
"express": "^4.21.0",
Expand All @@ -134,11 +134,11 @@
"pptxgenjs": "^3.12.0",
"prettier": "^3.3.3",
"pug": "^3.0.3",
"rollup": "^4.21.3",
"rollup-plugin-license": "^3.5.2",
"rollup": "^4.22.4",
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"sass": "^1.78.0",
"sass": "^1.79.3",
"strip-ansi": "^7.1.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
Expand Down
Loading

0 comments on commit 097398e

Please sign in to comment.