postcss-prefixwrap
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.20.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.19.0) | ||
### Features and Improvements | ||
- Dependency updates | ||
## [1.19.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.19.0) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -38,23 +38,23 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "7.11.6", | ||
"@types/jest": "26.0.13", | ||
"@types/node": "14.6.4", | ||
"@typescript-eslint/eslint-plugin": "4.0.1", | ||
"@typescript-eslint/parser": "4.0.1", | ||
"codecov": "3.7.2", | ||
"eslint": "7.8.1", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-jest": "24.0.0", | ||
"@babel/core": "7.12.9", | ||
"@types/jest": "26.0.16", | ||
"@types/node": "14.14.10", | ||
"@typescript-eslint/eslint-plugin": "4.9.0", | ||
"@typescript-eslint/parser": "4.9.0", | ||
"codecov": "3.8.1", | ||
"eslint": "7.14.0", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "24.1.3", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-security-node": "1.0.12", | ||
"husky": "4.2.5", | ||
"jest": "26.4.2", | ||
"eslint-plugin-security-node": "1.0.14", | ||
"husky": "4.3.0", | ||
"jest": "26.6.3", | ||
"postcss": "8.1.0", | ||
"postcss7": "npm:postcss@7.0.34", | ||
"prettier": "2.1.1", | ||
"ts-jest": "26.3.0", | ||
"prettier": "2.2.1", | ||
"ts-jest": "26.4.4", | ||
"ts-node": "9.0.0", | ||
"typescript": "4.0.2" | ||
"typescript": "4.1.2" | ||
} | ||
} |
32529