@anansi/webpack-config 13.0.3 → 13.0.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.
- package/CHANGELOG.md +8 -0
- package/package.json +7 -7
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.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.3...@anansi/webpack-config@13.0.4) (2022-08-13)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Pin dependencies ([#1608](https://github.com/ntucker/anansi/issues/1608)) ([42cd020](https://github.com/ntucker/anansi/commit/42cd020d19ada65f62db0c0f95041acbe0212a50))
|
|
11
|
+
* sass, webpack-stats, postcss ([#1611](https://github.com/ntucker/anansi/issues/1611)) ([7c49064](https://github.com/ntucker/anansi/commit/7c49064e6e0364958c2a79252978a97c8c9700b4))
|
|
12
|
+
* Update `terser-webpack-plugin` to ^5.3.4 ([#1613](https://github.com/ntucker/anansi/issues/1613)) ([5b78dfb](https://github.com/ntucker/anansi/commit/5b78dfbdad423d0f29aa19640661e771b238f3e8))
|
|
13
|
+
|
|
6
14
|
### [13.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.2...@anansi/webpack-config@13.0.3) (2022-08-04)
|
|
7
15
|
|
|
8
16
|
### 💅 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.4",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"node": ">=14.15.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@anansi/babel-preset": "3.2.
|
|
55
|
+
"@anansi/babel-preset": "3.2.15",
|
|
56
56
|
"@babel/cli": "7.18.10",
|
|
57
57
|
"@babel/core": "7.18.10",
|
|
58
58
|
"debug": "4.3.4",
|
|
59
59
|
"prettier-eslint-cli": "6.0.1",
|
|
60
|
-
"rimraf": "
|
|
60
|
+
"rimraf": "3.0.2"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@babel/runtime": "^7.17.2",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"os-browserify": "^0.3.0",
|
|
95
95
|
"path": "^0.12.7",
|
|
96
96
|
"path-browserify": "^1.0.1",
|
|
97
|
-
"postcss": "^8.4.
|
|
97
|
+
"postcss": "^8.4.16",
|
|
98
98
|
"postcss-loader": "^7.0.1",
|
|
99
99
|
"postcss-preset-env": "^7.7.2",
|
|
100
100
|
"process": "^0.11.10",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"react-dev-utils": "^12.0.1",
|
|
106
106
|
"react-error-overlay": "6.0.9",
|
|
107
107
|
"readable-stream": "^4.1.0",
|
|
108
|
-
"sass": "^1.54.
|
|
108
|
+
"sass": "^1.54.4",
|
|
109
109
|
"sass-loader": "^13.0.2",
|
|
110
110
|
"sass-resources-loader": "^2.2.5",
|
|
111
111
|
"semver": "^7.3.7",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"strip-ansi": "^6.0.1",
|
|
116
116
|
"svgo": "^2.8.0",
|
|
117
117
|
"svgo-loader": "^3.0.1",
|
|
118
|
-
"terser-webpack-plugin": "^5.3.
|
|
118
|
+
"terser-webpack-plugin": "^5.3.4",
|
|
119
119
|
"timers-browserify": "^2.0.12",
|
|
120
120
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
121
121
|
"tty-browserify": "^0.0.1",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
127
127
|
"webpack-node-externals": "^3.0.0",
|
|
128
128
|
"webpack-remove-empty-scripts": "^0.8.1",
|
|
129
|
-
"webpack-stats-plugin": "^1.0
|
|
129
|
+
"webpack-stats-plugin": "^1.1.0",
|
|
130
130
|
"worker-loader": "^3.0.8"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|