@anansi/webpack-config 13.0.0 → 13.0.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.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
### [13.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.0...@anansi/webpack-config@13.0.1) (2022-07-30)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* autoprefixer, yeoman-environment, yeoman-generator ([#1596](https://github.com/ntucker/anansi/issues/1596)) ([79dbc39](https://github.com/ntucker/anansi/commit/79dbc39d66394cf01e7bb8ed656b4a0a5adac2aa))
|
|
11
|
+
* Update `style-loader` to v3 ([#1598](https://github.com/ntucker/anansi/issues/1598)) ([c0b2d0d](https://github.com/ntucker/anansi/commit/c0b2d0d3dc421c8109123159d064cf6e5e5b6ec0))
|
|
12
|
+
* Update `tsconfig-paths-webpack-plugin` to v4 ([#1595](https://github.com/ntucker/anansi/issues/1595)) ([0f4a50e](https://github.com/ntucker/anansi/commit/0f4a50e96dc98dcbbcd9d23a3969c5749451ab7f))
|
|
13
|
+
|
|
6
14
|
## [13.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@12.0.3...@anansi/webpack-config@13.0.0) (2022-07-28)
|
|
7
15
|
|
|
8
16
|
### ⚠ 💥 BREAKING CHANGES
|
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ only work with npm v7 and above, or yarn.
|
|
|
152
152
|
"css-loader": "^5.0.0",
|
|
153
153
|
"dotenv-webpack": "^6.0.0",
|
|
154
154
|
"html-webpack-plugin": "^5.0.0",
|
|
155
|
-
"style-loader": "^
|
|
155
|
+
"style-loader": "^3.0.0",
|
|
156
156
|
"terser-webpack-plugin": "^5.0.0",
|
|
157
157
|
"webpack-virtual-modules": "^0.4.2"
|
|
158
158
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"node": ">=14.15.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@anansi/babel-preset": "3.2.
|
|
55
|
+
"@anansi/babel-preset": "3.2.13",
|
|
56
56
|
"@babel/cli": "7.18.9",
|
|
57
57
|
"@babel/core": "7.18.9",
|
|
58
58
|
"debug": "4.3.4",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@types/webpack-bundle-analyzer": "^4.4.1",
|
|
68
68
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
69
69
|
"assert": "^2.0.0",
|
|
70
|
-
"autoprefixer": "^10.4.
|
|
70
|
+
"autoprefixer": "^10.4.8",
|
|
71
71
|
"babel-loader": "^8.2.5",
|
|
72
72
|
"browserify-zlib": "^0.2.0",
|
|
73
73
|
"buffer": "^6.0.3",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"svgo-loader": "^3.0.1",
|
|
118
118
|
"terser-webpack-plugin": "^5.3.3",
|
|
119
119
|
"timers-browserify": "^2.0.12",
|
|
120
|
-
"tsconfig-paths-webpack-plugin": "^
|
|
120
|
+
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
121
121
|
"tty-browserify": "^0.0.1",
|
|
122
122
|
"url": "^0.11.0",
|
|
123
123
|
"url-loader": "^4.1.1",
|