Skip to content

Commit

Permalink
Merge pull request #266 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 Dec 5, 2020
2 parents b0fc5fa + a9eed6c commit c78ae31
Show file tree
Hide file tree
Showing 3 changed files with 1,454 additions and 1,452 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Changed

- Upgrade Node and dependent packages to the latest version ([#255](https://github.com/marp-team/marpit/pull/255))
- Upgrade Node and dependent packages to the latest version ([#255](https://github.com/marp-team/marpit/pull/255), [#266](https://github.com/marp-team/marpit/pull/266))

## v1.6.2 - 2020-06-08

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,42 +59,42 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.2",
"codecov": "^3.7.2",
"chokidar": "^3.4.3",
"codecov": "^3.8.1",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"jsdoc": "^3.6.5",
"docsify-themeable": "^0.8.4",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"jsdoc": "^3.6.6",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sass": "1.26.10",
"sass": "1.30.0",
"serve-handler": "^6.1.3",
"stylelint": "^13.6.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"ws": "^7.3.1"
"ws": "^7.4.1"
},
"dependencies": {
"color-string": "^1.5.3",
"color-string": "^1.5.4",
"cssesc": "^3.0.0",
"js-yaml": "^3.14.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^11.0.0",
"markdown-it-front-matter": "^0.2.1",
"markdown-it": "^12.0.2",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^7.0.32"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c78ae31

Please sign in to comment.