@anansi/webpack-config 14.3.8 → 14.3.10

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 +10 -0
  2. package/package.json +3 -3
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
+ ### [14.3.10](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@14.3.9...@anansi/webpack-config@14.3.10) (2023-03-21)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update webpack packages ([#1901](https://github.com/ntucker/anansi/issues/1901)) ([234beef](https://github.com/ntucker/anansi/commit/234beeff5c7f2be6086ca39af5b95c3095b79a17))
11
+
12
+ ### [14.3.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@14.3.8...@anansi/webpack-config@14.3.9) (2023-03-18)
13
+
14
+ **Note:** Version bump only for package @anansi/webpack-config
15
+
6
16
  ### [14.3.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@14.3.7...@anansi/webpack-config@14.3.8) (2023-03-18)
7
17
 
8
18
  ### 💅 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "14.3.8",
3
+ "version": "14.3.10",
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": "4.1.0",
55
+ "@anansi/babel-preset": "4.1.1",
56
56
  "@babel/cli": "7.21.0",
57
57
  "@babel/core": "7.21.3",
58
58
  "debug": "4.3.4",
@@ -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.3.0",
108
- "sass-loader": "^13.2.0",
108
+ "sass-loader": "^13.2.1",
109
109
  "sass-resources-loader": "^2.2.5",
110
110
  "semver": "^7.3.8",
111
111
  "stream-browserify": "^3.0.0",