postcss-prefixwrap
Advanced tools
Comparing version 1.42.0 to 1.43.0
@@ -7,2 +7,9 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.43.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.43.0) | ||
### 🔧 Maintenance | ||
- NodeJS Update | ||
- Dependency Updates | ||
## [1.42.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.42.0) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.42.0", | ||
"version": "1.43.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,13 +30,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.23.2", | ||
"@babel/core": "7.23.3", | ||
"@jest/globals": "29.7.0", | ||
"@types/jest": "29.5.6", | ||
"@types/node": "20.8.7", | ||
"@typescript-eslint/eslint-plugin": "6.8.0", | ||
"@typescript-eslint/parser": "6.8.0", | ||
"eslint": "8.52.0", | ||
"@types/jest": "29.5.10", | ||
"@types/node": "20.10.0", | ||
"@typescript-eslint/eslint-plugin": "6.12.0", | ||
"@typescript-eslint/parser": "6.12.0", | ||
"eslint": "8.54.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-jest": "27.4.3", | ||
"eslint-plugin-jest": "27.6.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
@@ -49,3 +49,3 @@ "eslint-plugin-security-node": "1.1.1", | ||
"postcss7": "npm:postcss@7.0.36", | ||
"prettier": "3.0.3", | ||
"prettier": "3.1.0", | ||
"sort-package-json": "2.6.0", | ||
@@ -56,3 +56,3 @@ "source-map": "0.7.4", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.2.2" | ||
"typescript": "5.3.2" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
43102
24
305