@anansi/webpack-config 10.0.7 → 10.0.8

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 +14 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.7...@anansi/webpack-config@10.0.8) (2022-02-05)
7
+
8
+
9
+ ### 🐛 Bug Fix
10
+
11
+ * Include error overlay so newer buggy version isn't used ([c372399](https://github.com/ntucker/anansi/commit/c37239911d6618b4ea386956fa754a412012370e))
12
+
13
+
14
+ ### 📦 Package
15
+
16
+ * bump postcss-preset-env from 7.3.0 to 7.3.1 ([#1367](https://github.com/ntucker/anansi/issues/1367)) ([b629e08](https://github.com/ntucker/anansi/commit/b629e083faa4618086c8efd746cb05509782ba17))
17
+
18
+
19
+
6
20
  ### [10.0.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.6...@anansi/webpack-config@10.0.7) (2022-02-03)
7
21
 
8
22
  **Note:** Version bump only for package @anansi/webpack-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "10.0.7",
3
+ "version": "10.0.8",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -94,13 +94,14 @@
94
94
  "path-browserify": "^1.0.1",
95
95
  "postcss": "^8.4.6",
96
96
  "postcss-loader": "^6.2.1",
97
- "postcss-preset-env": "^7.3.0",
97
+ "postcss-preset-env": "^7.3.1",
98
98
  "process": "^0.11.10",
99
99
  "punycode": "^2.1.1",
100
100
  "querystring-es3": "^0.2.1",
101
101
  "ramda": "^0.28.0",
102
102
  "raw-loader": "4.0.2",
103
103
  "react-dev-utils": "^12.0.0",
104
+ "react-error-overlay": "6.0.9",
104
105
  "readable-stream": "^3.6.0",
105
106
  "sass-loader": "^12.4.0",
106
107
  "sass-resources-loader": "^2.2.4",
@@ -166,5 +167,5 @@
166
167
  "optional": true
167
168
  }
168
169
  },
169
- "gitHead": "70316b7300e223cfa13189c7e1ba59b61d87a5f1"
170
+ "gitHead": "b16db40d125e8955b5764575379a63375a22852f"
170
171
  }