Skip to content

Commit

Permalink
Merge pull request #339 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 Aug 11, 2022
2 parents 77bead6 + 0ab818a commit 04e0a4f
Show file tree
Hide file tree
Showing 3 changed files with 1,587 additions and 1,687 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 version ([#339](https://github.com/marp-team/marpit/pull/339))

## v2.3.1 - 2022-05-21

### Fixed
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.18.0",
"autoprefixer": "^10.4.7",
"cheerio": "^1.0.0-rc.11",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"autoprefixer": "^10.4.8",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"cssnano": "^5.1.9",
"cssnano": "^5.1.12",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.6",
"eslint": "^8.16.0",
"docsify-themeable": "^0.9.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.0",
"jest-junit": "^13.2.0",
"jsdoc": "^3.6.10",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"jsdoc": "^3.6.11",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "1.52.1",
"sass": "1.54.4",
"serve-handler": "^6.1.3",
"stylelint": "^14.8.2",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"ws": "^8.6.0"
"stylelint-config-standard-scss": "^5.0.0",
"ws": "^8.8.1"
},
"dependencies": {
"color-string": "^1.9.1",
Expand All @@ -93,7 +93,7 @@
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^13.0.1",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.4.14"
"postcss": "^8.4.16"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 04e0a4f

Please sign in to comment.