postcss-prefixwrap
Advanced tools
Comparing version 1.22.1 to 1.22.2
@@ -5,2 +5,6 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.22.2](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.22.2) | ||
- Dependency updates | ||
## [1.22.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.22.1) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.22.1", | ||
"version": "1.22.2", | ||
"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,15 +38,14 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "7.12.10", | ||
"@types/jest": "26.0.20", | ||
"@types/node": "14.14.22", | ||
"@typescript-eslint/eslint-plugin": "4.14.2", | ||
"@typescript-eslint/parser": "4.14.2", | ||
"@babel/core": "7.14.0", | ||
"@types/jest": "26.0.23", | ||
"@types/node": "15.0.1", | ||
"@typescript-eslint/eslint-plugin": "4.22.0", | ||
"@typescript-eslint/parser": "4.22.0", | ||
"codecov": "3.8.1", | ||
"eslint": "7.19.0", | ||
"eslint-config-prettier": "7.2.0", | ||
"eslint": "7.25.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "24.1.3", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-jest": "24.3.6", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-security-node": "1.0.14", | ||
"husky": "4.3.8", | ||
"jest": "26.6.3", | ||
@@ -56,6 +55,6 @@ "postcss": "8.1.0", | ||
"prettier": "2.2.1", | ||
"ts-jest": "26.5.0", | ||
"ts-jest": "26.5.5", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.1.3" | ||
"typescript": "4.2.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31956
19