@marp-team/marpit
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -5,2 +5,8 @@ # Change Log | ||
## v1.5.2 - 2020-04-18 | ||
### Changed | ||
- Upgrade dependent packages to the latest version ([#225](https://github.com/marp-team/marpit/pull/225), [#226](https://github.com/marp-team/marpit/pull/226), [#229](https://github.com/marp-team/marpit/pull/229)) | ||
## v1.5.1 - 2020-03-15 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -39,2 +39,6 @@ "license": "MIT", | ||
], | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true | ||
}, | ||
"scripts": { | ||
@@ -62,10 +66,10 @@ "build": "yarn -s clean && babel src --out-dir lib", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5", | ||
"@babel/plugin-proposal-private-methods": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"autoprefixer": "^9.7.4", | ||
"@babel/preset-env": "^7.9.5", | ||
"autoprefixer": "^9.7.6", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^25.1.0", | ||
"babel-jest": "^25.3.0", | ||
"browser-sync": "^2.26.7", | ||
@@ -79,17 +83,17 @@ "cheerio": "^1.0.0-rc.3", | ||
"eslint-config-airbnb-base": "14.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"jest": "^25.1.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"jest": "^25.3.0", | ||
"jest-junit": "^10.0.0", | ||
"jsdoc": "^3.6.3", | ||
"jsdoc": "^3.6.4", | ||
"minami": "^1.2.3", | ||
"nodemon": "^2.0.2", | ||
"nodemon": "^2.0.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.19.1", | ||
"prettier": "^2.0.4", | ||
"rimraf": "^3.0.2", | ||
"sass": "1.26.3", | ||
"stylelint": "^13.2.1", | ||
"stylelint": "^13.3.2", | ||
"stylelint-config-prettier": "^8.0.1", | ||
"stylelint-config-standard": "^20.0.0", | ||
"stylelint-scss": "^3.14.2" | ||
"stylelint-scss": "^3.17.0" | ||
}, | ||
@@ -96,0 +100,0 @@ "dependencies": { |
162366