@anansi/webpack-config 15.0.21 → 15.0.23

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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ ### [15.0.23](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@15.0.22...@anansi/webpack-config@15.0.23) (2023-06-18)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#2047](https://github.com/ntucker/anansi/issues/2047)) ([f60424e](https://github.com/ntucker/anansi/commit/f60424e5082d255b4f064d53a9ac4ebfddb1be2a))
11
+ * Update all non-major dependencies ([#2053](https://github.com/ntucker/anansi/issues/2053)) ([2fa2d4f](https://github.com/ntucker/anansi/commit/2fa2d4f26925f45f8b035e98cb082491a0f11f7d))
12
+ * Update webpack packages ([#2048](https://github.com/ntucker/anansi/issues/2048)) ([a24c9f6](https://github.com/ntucker/anansi/commit/a24c9f6043d803705abf3da05b0775e91ffeb24a))
13
+
14
+ ### [15.0.22](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@15.0.21...@anansi/webpack-config@15.0.22) (2023-06-11)
15
+
16
+ ### 📦 Package
17
+
18
+ * Update all non-major dependencies ([#2045](https://github.com/ntucker/anansi/issues/2045)) ([6c270e3](https://github.com/ntucker/anansi/commit/6c270e35cd1f304b03e4b1bb1a6051d1ad426c6b))
19
+ * Update webpack packages ([#2044](https://github.com/ntucker/anansi/issues/2044)) ([8451823](https://github.com/ntucker/anansi/commit/8451823c2cefd0045a2d435201f3acc593536b47))
20
+
6
21
  ### [15.0.21](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@15.0.20...@anansi/webpack-config@15.0.21) (2023-06-08)
7
22
 
8
23
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "15.0.21",
3
+ "version": "15.0.23",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -75,14 +75,14 @@
75
75
  "core-js": "^3.21.0",
76
76
  "crypto-browserify": "^3.12.0",
77
77
  "css-loader": "^6.8.1",
78
- "css-minimizer-webpack-plugin": "^5.0.0",
78
+ "css-minimizer-webpack-plugin": "^5.0.1",
79
79
  "domain-browser": "^4.22.0",
80
80
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
81
81
  "events": "^3.3.0",
82
82
  "file-loader": "^6.2.0",
83
83
  "find-cache-dir": "^3.3.2",
84
84
  "html-loader": "^4.2.0",
85
- "html-webpack-plugin": "^5.5.1",
85
+ "html-webpack-plugin": "^5.5.3",
86
86
  "https-browserify": "^1.0.0",
87
87
  "is-wsl": "^2.2.0",
88
88
  "mini-css-extract-plugin": "^2.7.6",
@@ -91,8 +91,8 @@
91
91
  "path": "^0.12.7",
92
92
  "path-browserify": "^1.0.1",
93
93
  "postcss": "^8.4.24",
94
- "postcss-loader": "^7.3.2",
95
- "postcss-preset-env": "^8.4.2",
94
+ "postcss-loader": "^7.3.3",
95
+ "postcss-preset-env": "^8.5.0",
96
96
  "process": "^0.11.10",
97
97
  "punycode": "^2.3.0",
98
98
  "querystring-es3": "^0.2.1",
@@ -100,9 +100,9 @@
100
100
  "react-dev-utils": "^12.0.1",
101
101
  "react-error-overlay": "6.0.9",
102
102
  "readable-stream": "^4.4.0",
103
- "sass-loader": "^13.3.1",
103
+ "sass-loader": "^13.3.2",
104
104
  "sass-resources-loader": "^2.2.5",
105
- "semver": "^7.5.1",
105
+ "semver": "^7.5.2",
106
106
  "stream-browserify": "^3.0.0",
107
107
  "stream-http": "^3.2.0",
108
108
  "string_decoder": "^1.3.0",
@@ -113,7 +113,7 @@
113
113
  "timers-browserify": "^2.0.12",
114
114
  "tsconfig-paths-webpack-plugin": "^4.0.1",
115
115
  "tty-browserify": "^0.0.1",
116
- "url": "^0.11.0",
116
+ "url": "^0.11.1",
117
117
  "util": "^0.12.5",
118
118
  "vm-browserify": "^1.1.2",
119
119
  "webpack-bundle-analyzer": "^4.9.0",