Skip to content

Commit

Permalink
Merge pull request #393 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 May 17, 2024
2 parents 344c534 + e93342f commit 51e5f00
Show file tree
Hide file tree
Showing 8 changed files with 8,826 additions and 4,486 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ env:

extends:
- eslint:recommended
- plugin:import/recommended
- plugin:import-x/recommended
- prettier

parser: '@babel/eslint-parser'

rules:
import/order:
import-x/order:
- error
- alphabetize:
order: 'asc'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

- Switch package manager from yarn to npm ([#391](https://github.com/marp-team/marpit/pull/391))
- Upgrade development Node.js to v20 LTS ([#392](https://github.com/marp-team/marpit/pull/392))
- Bump markdown-it to [v14.1.0](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md#1410---2024-03-19), and follow the latest spec of [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/) ([#393](https://github.com/marp-team/marpit/pull/393))
- Upgrade dependent packages to the latest version ([#393](https://github.com/marp-team/marpit/pull/393))

### Removed

Expand Down
Loading

0 comments on commit 51e5f00

Please sign in to comment.