postcss-prefixwrap
Advanced tools
Comparing version 1.25.0 to 1.26.0
@@ -7,2 +7,8 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## 🚧 [1.26.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.26.0) | ||
### 🔧 Maintenance | ||
- Dependency Updates | ||
## [1.25.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.25.0) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.25.0", | ||
"version": "1.26.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.", | ||
@@ -39,21 +39,21 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "7.15.8", | ||
"@types/jest": "27.0.2", | ||
"@types/node": "16.10.9", | ||
"@typescript-eslint/eslint-plugin": "5.0.0", | ||
"@typescript-eslint/parser": "5.0.0", | ||
"eslint": "8.0.1", | ||
"@babel/core": "7.16.0", | ||
"@types/jest": "27.0.3", | ||
"@types/node": "16.11.12", | ||
"@typescript-eslint/eslint-plugin": "5.6.0", | ||
"@typescript-eslint/parser": "5.6.0", | ||
"eslint": "8.4.1", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.25.2", | ||
"eslint-plugin-jest": "25.0.6", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-jest": "25.3.0", | ||
"eslint-plugin-promise": "5.2.0", | ||
"eslint-plugin-security-node": "1.0.14", | ||
"jest": "27.2.5", | ||
"postcss": "8.3.9", | ||
"jest": "27.4.4", | ||
"postcss": "8.4.4", | ||
"postcss7": "npm:postcss@7.0.34", | ||
"prettier": "2.4.1", | ||
"ts-jest": "27.0.5", | ||
"ts-node": "10.3.0", | ||
"typescript": "4.4.4" | ||
"prettier": "2.5.1", | ||
"ts-jest": "27.1.1", | ||
"ts-node": "10.4.0", | ||
"typescript": "4.5.3" | ||
} | ||
} |
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
37555