postcss-prefixwrap
Advanced tools
Comparing version 1.40.0 to 1.41.0
@@ -7,2 +7,9 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.41.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.41.0) | ||
### 🔧 Maintenance | ||
- NodeJS Update | ||
- Dependency Updates | ||
## [1.40.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.40.0) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.40.0", | ||
"version": "1.41.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,21 +30,21 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.22.9", | ||
"@jest/globals": "29.6.1", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "20.4.2", | ||
"@typescript-eslint/eslint-plugin": "6.0.0", | ||
"@typescript-eslint/parser": "6.0.0", | ||
"eslint": "8.45.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-import-resolver-typescript": "3.5.5", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jest": "27.2.3", | ||
"@babel/core": "7.22.20", | ||
"@jest/globals": "29.7.0", | ||
"@types/jest": "29.5.5", | ||
"@types/node": "20.6.4", | ||
"@typescript-eslint/eslint-plugin": "6.7.2", | ||
"@typescript-eslint/parser": "6.7.2", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-jest": "27.4.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"glob": "10.3.3", | ||
"glob": "10.3.6", | ||
"husky": "8.0.3", | ||
"jest": "29.6.1", | ||
"postcss": "8.4.26", | ||
"jest": "29.7.0", | ||
"postcss": "8.4.30", | ||
"postcss7": "npm:postcss@7.0.36", | ||
"prettier": "3.0.0", | ||
"prettier": "3.0.3", | ||
"sort-package-json": "2.5.1", | ||
@@ -55,3 +55,3 @@ "source-map": "0.7.4", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "peerDependencies": { |
@@ -5,2 +5,3 @@ # [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/sast.yml?branch=main&style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![Latest Release](https://img.shields.io/github/v/release/dbtedman/postcss-prefixwrap?style=for-the-badge&logo=github&color=43cc11)](https://github.com/dbtedman/postcss-prefixwrap/releases) | ||
[![NPM Downloads Per Week](https://img.shields.io/npm/dw/postcss-prefixwrap?color=blue&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/postcss-prefixwrap) | ||
@@ -7,0 +8,0 @@ |
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
43150
210