@csstools/css-syntax-patches-for-csstree 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.0.
|
|
3
|
+
### 1.0.15
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_October 30, 2025_
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- [Remove unused peer dependency on `postcss`](https://github.com/csstools/postcss-plugins/pull/1708) by @jnoordsij
|
|
8
8
|
|
|
9
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/css-syntax-patches-for-csstree",
|
|
3
3
|
"description": "CSS syntax patches for CSS tree",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -35,9 +35,6 @@
|
|
|
35
35
|
"README.md",
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
|
-
"peerDependencies": {
|
|
39
|
-
"postcss": "^8.4"
|
|
40
|
-
},
|
|
41
38
|
"scripts": {},
|
|
42
39
|
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree#readme",
|
|
43
40
|
"repository": {
|