@marp-team/marpit
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -5,2 +5,9 @@ # Change Log | ||
## v1.5.1 - 2020-03-15 | ||
### Changed | ||
- On the basis of [the YAML specification](https://yaml.org/spec/1.2/spec.html#id2760395), 3 dots `...` can use as an alternative to indicate the end of YAML front-matter ([#224](https://github.com/marp-team/marpit/pull/224)) | ||
- Upgrade Node and dependent packages to the latest version ([#224](https://github.com/marp-team/marpit/pull/224)) | ||
## v1.5.0 - 2020-01-12 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -60,37 +60,34 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.0", | ||
"@babel/core": "^7.8.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.0", | ||
"@babel/plugin-proposal-private-methods": "^7.8.0", | ||
"@babel/preset-env": "^7.8.0", | ||
"autoprefixer": "^9.7.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-jest": "^24.9.0", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-proposal-private-methods": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"autoprefixer": "^9.7.4", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^25.1.0", | ||
"browser-sync": "^2.26.7", | ||
"cheerio": "^1.0.0-rc.3", | ||
"codecov": "^3.6.1", | ||
"cross-env": "^6.0.3", | ||
"codecov": "^3.6.5", | ||
"cssnano": "^4.1.10", | ||
"dedent": "^0.7.0", | ||
"docsify-themeable": "^0.7.2", | ||
"docsify-themeable": "^0.8.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"jest": "^24.9.0", | ||
"eslint-config-airbnb-base": "14.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"jest": "^25.1.0", | ||
"jest-junit": "^10.0.0", | ||
"jsdoc": "^3.6.3", | ||
"minami": "^1.2.3", | ||
"mkdirp": "^0.5.1", | ||
"nodemon": "^2.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0", | ||
"sass": "^1.24.4", | ||
"stylelint": "^12.0.1", | ||
"stylelint-config-prettier": "^8.0.0", | ||
"stylelint-config-standard": "^19.0.0", | ||
"stylelint-scss": "^3.13.0" | ||
"rimraf": "^3.0.2", | ||
"sass": "1.26.3", | ||
"stylelint": "^13.2.1", | ||
"stylelint-config-prettier": "^8.0.1", | ||
"stylelint-config-standard": "^20.0.0", | ||
"stylelint-scss": "^3.14.2" | ||
}, | ||
@@ -102,4 +99,4 @@ "dependencies": { | ||
"markdown-it": "^10.0.0", | ||
"markdown-it-front-matter": "^0.1.2", | ||
"postcss": "^7.0.26" | ||
"markdown-it-front-matter": "^0.2.1", | ||
"postcss": "^7.0.27" | ||
}, | ||
@@ -106,0 +103,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
162051
32
+ Addedmarkdown-it-front-matter@0.2.4(transitive)
- Removedmarkdown-it-front-matter@0.1.2(transitive)
Updatedpostcss@^7.0.27