@anansi/webpack-config 21.1.18 → 21.1.19
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 +7 -0
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
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.19](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.18...@anansi/webpack-config@21.1.19) (2026-06-21)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update all non-major dependencies ([#3077](/github.com/ntucker/anansi/issues/3077)) ([2022d8e](/github.com/ntucker/anansi/commit/2022d8eb66c9cd001ae34a0534cc7ddf7af2b071))
|
|
11
|
+
* Update webpack packages ([#3069](/github.com/ntucker/anansi/issues/3069)) ([7a6fc9e](/github.com/ntucker/anansi/commit/7a6fc9e8c190c023717a098196fc4904951835da))
|
|
12
|
+
|
|
6
13
|
## [21.1.18](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.17...@anansi/webpack-config@21.1.18) (2026-05-03)
|
|
7
14
|
|
|
8
15
|
### 📦 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.19",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"url": "git+ssh://git@github.com:ntucker/anansi.git",
|
|
52
52
|
"directory": "packages/webpack-config-anansi"
|
|
53
53
|
},
|
|
54
|
+
"bugs": {
|
|
55
|
+
"url": "https://github.com/ntucker/anansi/issues"
|
|
56
|
+
},
|
|
54
57
|
"engines": {
|
|
55
58
|
"node": "^18.20.0 || ^20.10.0 || >=22.0.0"
|
|
56
59
|
},
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
"os-browserify": "^0.3.0",
|
|
100
103
|
"path": "^0.12.7",
|
|
101
104
|
"path-browserify": "^1.0.1",
|
|
102
|
-
"postcss": "^8.5.
|
|
105
|
+
"postcss": "^8.5.15",
|
|
103
106
|
"postcss-loader": "^8.2.1",
|
|
104
107
|
"postcss-preset-env": "^10.6.1",
|
|
105
108
|
"process": "^0.11.10",
|
|
@@ -108,16 +111,16 @@
|
|
|
108
111
|
"react-dev-utils": "^12.0.1",
|
|
109
112
|
"react-error-overlay": "6.0.9",
|
|
110
113
|
"readable-stream": "^4.7.0",
|
|
111
|
-
"sass-loader": "^16.0.
|
|
114
|
+
"sass-loader": "^16.0.8",
|
|
112
115
|
"sass-resources-loader": "^2.2.5",
|
|
113
|
-
"semver": "^7.
|
|
116
|
+
"semver": "^7.8.4",
|
|
114
117
|
"stream-browserify": "^3.0.0",
|
|
115
118
|
"stream-http": "^3.2.0",
|
|
116
119
|
"string_decoder": "^1.3.0",
|
|
117
120
|
"strip-ansi": "^6.0.1",
|
|
118
121
|
"svgo": "^4.0.1",
|
|
119
122
|
"svgo-loader": "^4.0.0",
|
|
120
|
-
"terser-webpack-plugin": "^5.
|
|
123
|
+
"terser-webpack-plugin": "^5.6.1",
|
|
121
124
|
"timers-browserify": "^2.0.12",
|
|
122
125
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
123
126
|
"tty-browserify": "^0.0.1",
|