Skip to content

Commit

Permalink
Merge pull request #249 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 committed Jun 8, 2020
2 parents d8f34ce + a08db58 commit c1e18b1
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 787 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

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

## v1.6.1 - 2020-05-17

### Fixed
Expand Down
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -59,46 +59,46 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"autoprefixer": "^9.7.6",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-proposal-private-methods": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.4.0",
"codecov": "^3.6.5",
"codecov": "^3.7.0",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.1",
"eslint": "^7.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "~2.20.2",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jsdoc": "^3.6.4",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"sass": "1.26.5",
"serve-handler": "^6.1.2",
"stylelint": "^13.3.3",
"sass": "1.26.8",
"serve-handler": "^6.1.3",
"stylelint": "^13.6.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.2",
"ws": "^7.2.5"
"ws": "^7.3.0"
},
"dependencies": {
"color-string": "^1.5.3",
"js-yaml": "^3.13.0",
"js-yaml": "^3.14.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^10.0.0",
"markdown-it": "^11.0.0",
"markdown-it-front-matter": "^0.2.1",
"postcss": "^7.0.29"
"postcss": "^7.0.32"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c1e18b1

Please sign in to comment.