Skip to content

Commit

Permalink
Merge pull request #325 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 Jan 23, 2022
2 parents cf84a8b + 71c6414 commit f7a3328
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 270 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
name: node
version: '12.22'
steps:
- prepare
- prepare:
force: true
- lint
- test

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

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

## v2.2.1 - 2022-01-07

### Changed
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,39 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.2",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"cssnano": "^5.0.15",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.6",
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-junit": "^13.0.0",
"jsdoc": "^3.6.7",
"jsdoc": "^3.6.9",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"sass": "1.46.0",
"sass": "1.49.0",
"serve-handler": "^6.1.3",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"ws": "^8.4.0"
"ws": "^8.4.2"
},
"dependencies": {
"color-string": "^1.9.0",
"cssesc": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^12.3.1",
"markdown-it": "^12.3.2",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.4.5"
},
Expand Down
Loading

0 comments on commit f7a3328

Please sign in to comment.