@anansi/webpack-config 21.1.6 → 21.1.7
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [21.1.7](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.6...@anansi/webpack-config@21.1.7) (2025-12-31)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update `postcss-preset-env` to ^10.6.0 ([#2922](/github.com/ntucker/anansi/issues/2922)) ([6e4f4ca](/github.com/ntucker/anansi/commit/6e4f4ca729997ca9ec784dad011bd6576d406aca))
|
|
11
|
+
|
|
6
12
|
## [21.1.6](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.5...@anansi/webpack-config@21.1.6) (2025-12-21)
|
|
7
13
|
|
|
8
14
|
### 📦 Package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.7",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"path-browserify": "^1.0.1",
|
|
102
102
|
"postcss": "^8.5.6",
|
|
103
103
|
"postcss-loader": "^8.2.0",
|
|
104
|
-
"postcss-preset-env": "^10.
|
|
104
|
+
"postcss-preset-env": "^10.6.0",
|
|
105
105
|
"process": "^0.11.10",
|
|
106
106
|
"querystring-es3": "^0.2.1",
|
|
107
107
|
"ramda": "^0.32.0",
|