@anansi/webpack-config 21.1.3 → 21.1.4

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 +7 -0
  2. 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.4](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.3...@anansi/webpack-config@21.1.4) (2025-12-07)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update webpack packages ([#2899](/github.com/ntucker/anansi/issues/2899)) ([57ae468](/github.com/ntucker/anansi/commit/57ae468f1dcb7ace0a7e7668c24aa574a725d01f))
11
+ * Yarn warnings about transitive deps ([6dc69af](/github.com/ntucker/anansi/commit/6dc69af79814340e7a286787238e16bcae274d12))
12
+
6
13
  ## [21.1.3](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.2...@anansi/webpack-config@21.1.3) (2025-11-29)
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",
3
+ "version": "21.1.4",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -55,12 +55,15 @@
55
55
  "node": "^18.20.0 || ^20.10.0 || >=22.0.0"
56
56
  },
57
57
  "devDependencies": {
58
+ "@babel/core": "^7.28.5",
59
+ "@types/babel__core": "^7",
58
60
  "@types/node": "^24.0.0",
59
61
  "babel-jest": "^30.0.0",
60
62
  "jest": "^30.0.0",
61
63
  "react": "*",
62
64
  "react-refresh": "*",
63
- "sass-embedded": "^1.77.8"
65
+ "sass-embedded": "^1.77.8",
66
+ "webpack": "^5.103.0"
64
67
  },
65
68
  "dependencies": {
66
69
  "@babel/runtime-corejs3": "^7.26.0",
@@ -82,7 +85,7 @@
82
85
  "core-js-pure": "^3.40.0",
83
86
  "crypto-browserify": "^3.12.1",
84
87
  "css-loader": "^7.1.2",
85
- "css-minimizer-webpack-plugin": "^7.0.2",
88
+ "css-minimizer-webpack-plugin": "^7.0.3",
86
89
  "domain-browser": "^5.7.0",
87
90
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
88
91
  "events": "^3.3.0",
@@ -98,7 +101,7 @@
98
101
  "path-browserify": "^1.0.1",
99
102
  "postcss": "^8.5.6",
100
103
  "postcss-loader": "^8.2.0",
101
- "postcss-preset-env": "^10.4.0",
104
+ "postcss-preset-env": "^10.5.0",
102
105
  "process": "^0.11.10",
103
106
  "querystring-es3": "^0.2.1",
104
107
  "ramda": "^0.32.0",
@@ -114,7 +117,7 @@
114
117
  "strip-ansi": "^6.0.1",
115
118
  "svgo": "^4.0.0",
116
119
  "svgo-loader": "^4.0.0",
117
- "terser-webpack-plugin": "^5.3.14",
120
+ "terser-webpack-plugin": "^5.3.15",
118
121
  "timers-browserify": "^2.0.12",
119
122
  "tsconfig-paths-webpack-plugin": "^4.2.0",
120
123
  "tty-browserify": "^0.0.1",