Comparing version 1.3.5 to 1.3.6
@@ -0,1 +1,6 @@ | ||
<a name="1.3.6"></a> | ||
## [1.3.6](https://github.com/kei-ito/esify/compare/v1.3.5...v1.3.6) (2019-09-20) | ||
<a name="1.3.5"></a> | ||
@@ -2,0 +7,0 @@ ## [1.3.5](https://github.com/kei-ito/esify/compare/v1.3.4...v1.3.5) (2019-09-04) |
{ | ||
"name": "esifycss", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Generates .js or .ts exports class names and custom properties", | ||
@@ -53,5 +53,5 @@ "author": { | ||
"acorn-walk": "^7.0.0", | ||
"chokidar": "^3.0.2", | ||
"chokidar": "^3.1.1", | ||
"commander": "^3.0.1", | ||
"postcss": "^7.0.17", | ||
"postcss": "^7.0.18", | ||
"postcss-selector-parser": "^6.0.2", | ||
@@ -61,4 +61,4 @@ "vlq": "^1.0.1" | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.0.0", | ||
"@commitlint/config-conventional": "^8.0.0", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@nlib/lint": "^3.13.3", | ||
@@ -70,11 +70,11 @@ "@types/acorn-dynamic-import": "file:@types/acorn-dynamic-import", | ||
"@types/micromatch": "3.1.0", | ||
"@types/node": "^12.7.4", | ||
"@types/node": "^12.7.5", | ||
"@types/selenium-webdriver": "^4.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.1.0", | ||
"@typescript-eslint/parser": "^2.1.0", | ||
"ava": "^2.3.0", | ||
"@typescript-eslint/eslint-plugin": "^2.3.0", | ||
"@typescript-eslint/parser": "^2.3.0", | ||
"ava": "^2.4.0", | ||
"browserstack-local": "^1.4.2", | ||
"conventional-changelog-cli": "^2.0.23", | ||
"cpy-cli": "^2.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint": "^6.4.0", | ||
"husky": "^3.0.5", | ||
@@ -85,6 +85,6 @@ "lint-staged": "^9.2.5", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.20.3", | ||
"selenium-webdriver": "^4.0.0-alpha.4", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.6.2" | ||
"rollup": "^1.21.4", | ||
"selenium-webdriver": "^4.0.0-alpha.5", | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.6.3" | ||
}, | ||
@@ -164,3 +164,7 @@ "ava": { | ||
"no-process-env": "off", | ||
"@typescript-eslint/no-triple-slash-reference": "off" | ||
"require-atomic-updates": "off", | ||
"@typescript-eslint/triple-slash-reference": "off" | ||
}, | ||
"parserOptions": { | ||
"project": "./tsconfig.base.json" | ||
} | ||
@@ -167,0 +171,0 @@ }, |
151468
Updatedchokidar@^3.1.1
Updatedpostcss@^7.0.18