@anansi/webpack-config 20.0.9 → 20.0.11
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 +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
### [20.0.11](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.10...@anansi/webpack-config@20.0.11) (2024-11-24)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Support any react types version ([889ccb9](https://github.com/ntucker/anansi/commit/889ccb987d3b6e03d38f9ec5a7541c8219dba0e5))
|
|
11
|
+
* Update all non-major dependencies ([#2580](https://github.com/ntucker/anansi/issues/2580)) ([3011a9b](https://github.com/ntucker/anansi/commit/3011a9b681d44b77f6b5caa9ad361ff443d3daee))
|
|
12
|
+
* Update webpack packages ([#2575](https://github.com/ntucker/anansi/issues/2575)) ([34ba039](https://github.com/ntucker/anansi/commit/34ba039b4313b9d5b5f0b58f0450ea38532f31b1))
|
|
13
|
+
* Update webpack packages ([#2576](https://github.com/ntucker/anansi/issues/2576)) ([adba526](https://github.com/ntucker/anansi/commit/adba526bf714a2f53f623dae7c7fa502ec974db2))
|
|
14
|
+
* Update webpack packages ([#2582](https://github.com/ntucker/anansi/issues/2582)) ([9a451e8](https://github.com/ntucker/anansi/commit/9a451e8b80be9d98f5da5a433a5c0072821cc579))
|
|
15
|
+
|
|
16
|
+
### [20.0.10](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.9...@anansi/webpack-config@20.0.10) (2024-11-09)
|
|
17
|
+
|
|
18
|
+
### 📦 Package
|
|
19
|
+
|
|
20
|
+
* Update webpack packages ([#2571](https://github.com/ntucker/anansi/issues/2571)) ([ed36dbc](https://github.com/ntucker/anansi/commit/ed36dbc7953d476d3f9214b74892bce2bc09e5c5))
|
|
21
|
+
|
|
6
22
|
### [20.0.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@20.0.8...@anansi/webpack-config@20.0.9) (2024-10-26)
|
|
7
23
|
|
|
8
24
|
### 📦 Package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.11",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@types/sass-loader": "^8.0.9",
|
|
66
66
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
67
67
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
68
|
-
"@wyw-in-js/webpack-loader": "^0.5.
|
|
68
|
+
"@wyw-in-js/webpack-loader": "^0.5.5",
|
|
69
69
|
"assert": "^2.1.0",
|
|
70
70
|
"autoprefixer": "^10.4.20",
|
|
71
71
|
"babel-loader": "^9.2.1",
|
|
@@ -87,21 +87,21 @@
|
|
|
87
87
|
"html-webpack-plugin": "^5.6.3",
|
|
88
88
|
"https-browserify": "^1.0.0",
|
|
89
89
|
"is-wsl": "^2.2.0",
|
|
90
|
-
"mini-css-extract-plugin": "^2.9.
|
|
90
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
91
91
|
"mkdirp": "^3.0.1",
|
|
92
92
|
"os-browserify": "^0.3.0",
|
|
93
93
|
"path": "^0.12.7",
|
|
94
94
|
"path-browserify": "^1.0.1",
|
|
95
|
-
"postcss": "^8.4.
|
|
95
|
+
"postcss": "^8.4.49",
|
|
96
96
|
"postcss-loader": "^8.1.1",
|
|
97
|
-
"postcss-preset-env": "^10.
|
|
97
|
+
"postcss-preset-env": "^10.1.1",
|
|
98
98
|
"process": "^0.11.10",
|
|
99
99
|
"querystring-es3": "^0.2.1",
|
|
100
100
|
"ramda": "^0.30.1",
|
|
101
101
|
"react-dev-utils": "^12.0.1",
|
|
102
102
|
"react-error-overlay": "6.0.9",
|
|
103
103
|
"readable-stream": "^4.5.2",
|
|
104
|
-
"sass-loader": "^16.0.
|
|
104
|
+
"sass-loader": "^16.0.3",
|
|
105
105
|
"sass-resources-loader": "^2.2.5",
|
|
106
106
|
"semver": "^7.6.3",
|
|
107
107
|
"stream-browserify": "^3.0.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"svgo-loader": "^4.0.0",
|
|
113
113
|
"terser-webpack-plugin": "^5.3.10",
|
|
114
114
|
"timers-browserify": "^2.0.12",
|
|
115
|
-
"tsconfig-paths-webpack-plugin": "^4.
|
|
115
|
+
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
116
116
|
"tty-browserify": "^0.0.1",
|
|
117
117
|
"url": "^0.11.4",
|
|
118
118
|
"util": "^0.12.5",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@babel/core": "^6 || ^7 || ^8",
|
|
128
128
|
"@hot-loader/react-dom": "^16.0.0 || ^17.0.0",
|
|
129
129
|
"@storybook/react": "^6.2.0 || ^7.0.0 || ^8.0.0",
|
|
130
|
-
"@types/react": "
|
|
130
|
+
"@types/react": "*",
|
|
131
131
|
"react": "*",
|
|
132
132
|
"react-refresh": "*",
|
|
133
133
|
"sass": "^1.3.0",
|