@anansi/webpack-config 11.3.8 → 11.3.9

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 +5 -5
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
+ ### [11.3.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.8...@anansi/webpack-config@11.3.9) (2022-04-16)
7
+
8
+
9
+ ### 📦 Package
10
+
11
+ * Update all non-major dependencies ([#1468](https://github.com/ntucker/anansi/issues/1468)) ([9c11a58](https://github.com/ntucker/anansi/commit/9c11a589cb06dbb5b0d9d2fc46899f716bf7a198))
12
+ * Update all non-major dependencies ([#1470](https://github.com/ntucker/anansi/issues/1470)) ([7989b53](https://github.com/ntucker/anansi/commit/7989b53c38673e9cda2d2c72be3d3f2193ac81d0))
13
+
14
+
15
+
6
16
  ### [11.3.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.7...@anansi/webpack-config@11.3.8) (2022-04-08)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "11.3.8",
3
+ "version": "11.3.9",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -53,7 +53,7 @@
53
53
  "node": ">=12.13.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@anansi/babel-preset": "^3.0.2",
56
+ "@anansi/babel-preset": "^3.0.3",
57
57
  "@babel/cli": "7.17.6",
58
58
  "@babel/core": "7.17.9",
59
59
  "debug": "4.3.4",
@@ -104,13 +104,13 @@
104
104
  "querystring-es3": "^0.2.1",
105
105
  "ramda": "^0.28.0",
106
106
  "raw-loader": "4.0.2",
107
- "react-dev-utils": "^12.0.0",
107
+ "react-dev-utils": "^12.0.1",
108
108
  "react-error-overlay": "6.0.9",
109
109
  "readable-stream": "^3.6.0",
110
110
  "sass": "^1.50.0",
111
111
  "sass-loader": "^12.6.0",
112
- "sass-resources-loader": "^2.2.4",
113
- "semver": "^7.3.6",
112
+ "sass-resources-loader": "^2.2.5",
113
+ "semver": "^7.3.7",
114
114
  "stream-browserify": "^3.0.0",
115
115
  "stream-http": "^3.2.0",
116
116
  "string_decoder": "^1.3.0",