postcss-prefixwrap
Advanced tools
Comparing version 1.31.0 to 1.32.0
@@ -7,2 +7,8 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.32.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.32.0) | ||
### 🔧 Maintenance | ||
- Dependency Updates | ||
## [1.31.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.31.0) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.31.0", | ||
"version": "1.32.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,14 +30,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@types/jest": "28.1.4", | ||
"@types/node": "18.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.30.3", | ||
"@typescript-eslint/parser": "5.30.3", | ||
"eslint": "8.19.0", | ||
"@babel/core": "7.18.10", | ||
"@types/jest": "28.1.6", | ||
"@types/node": "18.6.3", | ||
"@typescript-eslint/eslint-plugin": "5.32.0", | ||
"@typescript-eslint/parser": "5.32.0", | ||
"eslint": "8.21.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "26.5.3", | ||
"eslint-plugin-jest": "26.7.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"jest": "28.1.2", | ||
"jest": "28.1.3", | ||
"less": "4.1.3", | ||
@@ -51,4 +51,4 @@ "postcss": "8.4.14", | ||
"source-map-js": "1.0.2", | ||
"ts-jest": "28.0.5", | ||
"ts-node": "10.8.2", | ||
"ts-jest": "28.0.7", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.7.4" | ||
@@ -55,0 +55,0 @@ }, |
@@ -7,4 +7,2 @@ # [PostCSS Prefix Wrap](https://danieltedman.com/my-work/postcss-prefixwrap) | ||
[![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) | ||
![language: typescript](https://img.shields.io/badge/language-typescript-blue.svg?style=for-the-badge) | ||
[![MIT License](https://img.shields.io/github/license/dbtedman/postcss-prefixwrap?color=orange&style=for-the-badge)](https://github.com/dbtedman/postcss-prefixwrap/blob/main/LICENSE.md) | ||
@@ -14,6 +12,6 @@ A [PostCSS](https://postcss.org) plugin which prepends a selector to CSS styles to constrain their effect on parent | ||
| Supports | Versions | | ||
| :------- | :------------------ | | ||
| NodeJS | `v14`, `v16`, `v17` | | ||
| PostCSS | `v7`, `v8` | | ||
| Supports | Versions | | ||
| :------- | :-------------------------------- | | ||
| NodeJS | `v14`, `v15`, `v16`, `v17`, `v18` | | ||
| PostCSS | `v7`, `v8` | | ||
@@ -20,0 +18,0 @@ - [How to use this plugin?](#how-to-use-this-plugin) |
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
42732
211