Skip to content

Commit

Permalink
Merge pull request #342 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 10, 2022
2 parents 44663c9 + 5af669b commit 2ff5e16
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 700 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@ jobs:
steps:
- audit

test-node12:
executor:
name: node
version: '12.22'
steps:
- prepare:
force: true
- lint
- test

test-node14:
executor:
name: node
Expand All @@ -132,9 +122,6 @@ workflows:
test:
jobs:
- audit
- test-node12:
requires:
- audit
- test-node14:
requires:
- audit
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Improve module interface of `@marp-team/marpit/plugin` to make compatible with CJS ([#341](https://github.com/marp-team/marpit/pull/341))

### Changed

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

### Removed

- Continuous test against EoL Node.js 12 ([#291](https://github.com/marp-team/marpit/issues/291), [#342](https://github.com/marp-team/marpit/pull/342))

## v2.4.0 - 2022-08-11

### Added
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,28 @@
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"autoprefixer": "^10.4.8",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"cssnano": "^5.1.12",
"cssnano": "^5.1.13",
"dedent": "^0.7.0",
"docsify-themeable": "^0.9.0",
"eslint": "^8.21.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"jest": "^29.0.2",
"jest-junit": "^14.0.1",
"jsdoc": "^3.6.11",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "1.54.4",
"sass": "1.54.9",
"serve-handler": "^6.1.3",
"stylelint": "^14.9.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^5.0.0",
"ws": "^8.8.1"
Expand Down
Loading

0 comments on commit 2ff5e16

Please sign in to comment.