From 47184c1d00c13a61520b9efbfbba7dc91039e3b0 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 8 Feb 2018 12:19:19 +0300 Subject: [PATCH] build: update depDev --- package-lock.json | 89 ++++++++++++++++++++++++++++++++++------------- package.json | 28 +++++++-------- 2 files changed, 79 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f578aa..b5221ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -249,20 +249,22 @@ } }, "@commitlint/config-angular": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-5.1.1.tgz", - "integrity": "sha512-6tTIm/vIxetMsoARA3WLQVYpjr1JQxbshN+Ax1neIU0rz3weJEeSdG21n6nAPH1fBcsZ0kLALN7J4umFVuXTgw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-6.0.2.tgz", + "integrity": "sha512-GStYfrN0qGa9ZIGSmfloZW6xDfuToVrWhjgEyfOIR0dMeiXj8IuLmWqFaqzyh6yz2ooZJPuxYhvnpMuH+Ad/2w==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "5.1.1" + "@commitlint/config-angular-type-enum": "6.0.2" + }, + "dependencies": { + "@commitlint/config-angular-type-enum": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-6.0.2.tgz", + "integrity": "sha512-WkVBIU5wHzWWOzbCHJRq6krPj4gYyquMuzAx+u4bei4vD5ZIaUbajzzgwqx6SMlO1HMa+UX4utc8cVwAKNpg1w==", + "dev": true + } } }, - "@commitlint/config-angular-type-enum": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-5.1.1.tgz", - "integrity": "sha512-5DE9BRJHxPDtSNqz3C7QD5xBMQL8wII+r6EWSj8O888Ps66tVlHzwj4grF+fe4+wg1d03+n4eZE+4PaV6Ua1cQ==", - "dev": true - }, "@commitlint/core": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@commitlint/core/-/core-6.0.1.tgz", @@ -4842,9 +4844,9 @@ } }, "eslint-plugin-ava": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-ava/-/eslint-plugin-ava-4.4.0.tgz", - "integrity": "sha1-wYZuH2LnDa8re19gz7xTv+Jnpxc=", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-ava/-/eslint-plugin-ava-4.5.0.tgz", + "integrity": "sha512-l3MBi4nvPOo8a/sPOvYjluWRxbMwi7roYIk53eb71ChtRfNow9TInUAcxV+P8TIXr2fYaeStP5M8cva2hbedSA==", "dev": true, "requires": { "arrify": "1.0.1", @@ -9299,9 +9301,9 @@ "dev": true }, "log-symbols": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.1.0.tgz", - "integrity": "sha512-zLeLrzMA1A2vRF1e/0Mo+LNINzi6jzBylHj5WqvQ/WK/5WCZt8si9SyN4p9llr/HRYvVR1AoXHRHl4WTHyQAzQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "requires": { "chalk": "2.3.0" } @@ -12610,13 +12612,32 @@ "dev": true }, "posthtml": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.11.0.tgz", - "integrity": "sha512-4vvgHXDBZ8FFP+/fvmykUoygy5VbVbLsI075QeCjK53ylm/eq2hXikhrN1bfg4VkUEvc01ZSSTEx85dYULOKZg==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.11.2.tgz", + "integrity": "sha512-aWRQf/gFW3/He8xkqyijpNrZhWa0ZLpLvP+jdt5XP2ogqiSOU95s7TvWqY87xCr48xs/NS7HM6qNQMn6bZ2vWw==", "dev": true, "requires": { - "posthtml-parser": "0.3.1", - "posthtml-render": "1.0.6" + "posthtml-parser": "0.3.3", + "posthtml-render": "1.1.0" + }, + "dependencies": { + "posthtml-parser": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.3.3.tgz", + "integrity": "sha512-H/Z/yXGwl49A7hYQLV1iQ3h87NE0aZ/PMZhFwhw3lKeCAN+Ti4idrHvVvh4/GX10I7u77aQw+QB4vV5/Lzvv5A==", + "dev": true, + "requires": { + "htmlparser2": "3.9.2", + "isobject": "2.1.0", + "object-assign": "4.1.1" + } + }, + "posthtml-render": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.1.0.tgz", + "integrity": "sha512-EeUf38sN9VOS6sIe8HhgzE1qpZ+2ARXj/b7IJoUi0CQqxH4qeF6ZxAK808YhhWI4FsT3RCNiSKJ7tDSZ4rkd7w==", + "dev": true + } } }, "posthtml-alt-always": { @@ -12694,6 +12715,26 @@ "integrity": "sha1-7gdpG3MIa1DAaZuaeiGiCRpNXp0=", "dev": true }, + "posthtml-beautify": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/posthtml-beautify/-/posthtml-beautify-0.1.11.tgz", + "integrity": "sha512-XKk5iol/XlQBuyJut9QdZpvHdnF4a1Eu0Ne3xL8RdSmjeU2Ym3v8rpPuAZX9GYpbsZNeLpn1se8Dr9ZNclNqDw==", + "dev": true, + "requires": { + "babel-runtime": "6.26.0", + "deepmerge": "2.0.1", + "posthtml-parser": "0.3.3", + "posthtml-render": "1.0.6" + }, + "dependencies": { + "deepmerge": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.0.1.tgz", + "integrity": "sha512-VIPwiMJqJ13ZQfaCsIFnp5Me9tnjURiaIFxfz7EH0Ci0dTSQpZtSLrqOicXqEd/z2r+z+Klk9GzmnRsgpgbOsQ==", + "dev": true + } + } + }, "posthtml-bem": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/posthtml-bem/-/posthtml-bem-0.2.2.tgz", @@ -12879,9 +12920,9 @@ } }, "posthtml-parser": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.3.1.tgz", - "integrity": "sha512-YjCDQZoDj31+2xseTJ7LzUfcD/xrVcAr/CmONt5JpWJuWJlqdTIwO86MNvy9jOdW8U6QAXYGASxq+pIML8TirQ==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.3.3.tgz", + "integrity": "sha512-H/Z/yXGwl49A7hYQLV1iQ3h87NE0aZ/PMZhFwhw3lKeCAN+Ti4idrHvVvh4/GX10I7u77aQw+QB4vV5/Lzvv5A==", "dev": true, "requires": { "htmlparser2": "3.9.2", diff --git a/package.json b/package.json index 2d81814..c159313 100644 --- a/package.json +++ b/package.json @@ -44,16 +44,16 @@ "chalk": "^2.3.0", "flatry": "^1.0.8", "indent-string": "^3.1.0", - "log-symbols": "^2.1.0", + "log-symbols": "^2.2.0", "post-config": "0.0.4-alpha.11", "post-sequence": "^0.1.12", "text-table": "^0.2.0", "to-slug-case": "^1.0.0" }, "devDependencies": { - "@commitlint/cli": "^6.0.1", - "@commitlint/config-angular": "^5.1.1", - "autoprefixer": "^7.1.1", + "@commitlint/cli": "^6.1.0", + "@commitlint/config-angular": "^6.1.0", + "autoprefixer": "^7.2.5", "ava": "*", "ava-codemods": "^0.3.2", "babel-cli": "^6.24.1", @@ -61,32 +61,32 @@ "babel-plugin-add-module-exports": "^0.2.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.4.0", - "babel-preset-minify": "^0.2.0", + "babel-preset-minify": "^0.3.0", "babel-register": "^6.24.0", "clinton": "^0.13.0", - "conventional-changelog-cli": "^1.3.0", + "conventional-changelog-cli": "^1.3.9", "coveralls": "^3.0.0", - "eslint": "^4.15.0", - "eslint-plugin-ava": "^4.2.0", + "eslint": "^4.17.0", + "eslint-plugin-ava": "^4.5.0", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-markdown": "^1.0.0-beta.4", "eslint-plugin-unicorn": "^3.0.1", "execa": "^0.9.0", "husky": "^0.14.3", - "lint-staged": "^6.0.0", + "lint-staged": "^6.1.0", "nyc": "^11.0.2", - "postcss": "^6.0.1", - "postcss-cli": "^4.1.0", + "postcss": "^6.0.17", + "postcss-cli": "^5.0.0", "postcss-csso": "^3.0.0", - "posthtml": "^0.11.0", + "posthtml": "^0.11.2", + "posthtml-beautify": "^0.2.0", "posthtml-bem": "^0.2.2", "posthtml-css-modules": "^0.1.2", "posthtml-each": "^1.0.1", "posthtml-include": "^1.1.0", "posthtml-modules": "^0.4.0", - "posthtml-standard-config": "0.0.5", "posthtml-style-to-file": "^0.1.1", - "reshape": "^0.4.1", + "reshape": "^0.4.2", "reshape-beautify": "^0.1.2", "rimraf": "^2.6.2", "tempfile": "^2.0.0"