postcss-prefixwrap
Advanced tools
Comparing version 1.44.0 to 1.45.0
@@ -7,2 +7,8 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.45.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.45.0) | ||
### 🔧 Maintenance | ||
- Apply dependency updates. | ||
## [1.44.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.44.0) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.44.0", | ||
"version": "1.45.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.", | ||
@@ -30,27 +30,27 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.23.7", | ||
"@babel/core": "7.23.9", | ||
"@jest/globals": "29.7.0", | ||
"@tsconfig/node18": "18.2.2", | ||
"@types/jest": "29.5.11", | ||
"@types/node": "20.10.8", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"eslint": "8.56.0", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.20", | ||
"@typescript-eslint/eslint-plugin": "7.0.2", | ||
"@typescript-eslint/parser": "7.0.2", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jest": "27.6.2", | ||
"eslint-plugin-jest": "27.9.0", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-security-node": "1.1.4", | ||
"eslint-plugin-unused-imports": "3.0.0", | ||
"eslint-plugin-unused-imports": "3.1.0", | ||
"glob": "10.3.10", | ||
"husky": "8.0.3", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
"postcss": "8.4.33", | ||
"prettier": "3.1.1", | ||
"sort-package-json": "2.6.0", | ||
"postcss": "8.4.35", | ||
"prettier": "3.2.5", | ||
"sort-package-json": "2.8.0", | ||
"source-map": "0.7.4", | ||
"source-map-js": "1.0.2", | ||
"ts-jest": "29.1.1", | ||
"ts-jest": "29.1.2", | ||
"ts-node": "10.9.2", | ||
@@ -57,0 +57,0 @@ "typescript": "5.3.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
43701