@pplancq/postcss-config 2.1.0 → 2.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @pplancq/postcss-config [2.1.1](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.0...@pplancq/postcss-config@2.1.1) (2024-10-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency postcss-normalize to ^13.0.1 ([ceb2150](https://github.com/pplancq/dev-tools/commit/ceb21504f004bda4746b8b2697671a00f44484b6))
6
+ * **deps:** update dependency postcss-preset-env to ^10.0.6 ([f17002d](https://github.com/pplancq/dev-tools/commit/f17002d421167db8ea4d26208efad643dcc4ecf6))
7
+ * **deps:** update dependency postcss-preset-env to ^10.0.7 ([e285605](https://github.com/pplancq/dev-tools/commit/e2856056611145f0f292a6e9e64f98d381fed52f))
8
+
1
9
  ## @pplancq/postcss-config [2.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.0.0...@pplancq/postcss-config@2.1.0) (2024-09-16)
2
10
 
3
11
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/postcss-config",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "license": "MIT",
5
5
  "description": "pplancq postcss config",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "postcss-flexbugs-fixes": "^5.0.2",
25
- "postcss-normalize": "^13.0.0",
26
- "postcss-preset-env": "^10.0.3"
25
+ "postcss-normalize": "^13.0.1",
26
+ "postcss-preset-env": "^10.0.7"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=18"