@anansi/webpack-config 10.0.2 → 10.0.3
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 +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
### [10.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.2...@anansi/webpack-config@10.0.3) (2022-01-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 📦 Package
|
|
10
|
+
|
|
11
|
+
* bump markdown-loader from 6.0.0 to 8.0.0 ([#1330](https://github.com/ntucker/anansi/issues/1330)) ([bbc4f95](https://github.com/ntucker/anansi/commit/bbc4f955fb18878d1792cd879f8e4ad10dfc582a))
|
|
12
|
+
* bump mini-css-extract-plugin from 2.5.2 to 2.5.3 ([#1318](https://github.com/ntucker/anansi/issues/1318)) ([ebbd190](https://github.com/ntucker/anansi/commit/ebbd190cf16934f6241b772b98790d568a213a87))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
### [10.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.1...@anansi/webpack-config@10.0.2) (2022-01-21)
|
|
7
17
|
|
|
8
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"html-webpack-plugin": "^5.5.0",
|
|
87
87
|
"https-browserify": "^1.0.0",
|
|
88
88
|
"is-wsl": "^2.2.0",
|
|
89
|
-
"markdown-loader": "^
|
|
90
|
-
"mini-css-extract-plugin": "^2.5.
|
|
89
|
+
"markdown-loader": "^8.0.0",
|
|
90
|
+
"mini-css-extract-plugin": "^2.5.3",
|
|
91
91
|
"node-sass": "^7.0.1",
|
|
92
92
|
"os-browserify": "^0.3.0",
|
|
93
93
|
"path": "^0.12.7",
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
"optional": true
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "c7ec6bd4dceb7300441ecc04122616cbea93e05c"
|
|
170
170
|
}
|