@anansi/webpack-config 11.2.2 → 11.2.3

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 +9 -0
  2. package/package.json +11 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.2.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.2...@anansi/webpack-config@11.2.3) (2022-02-14)
7
+
8
+
9
+ ### 💅 Enhancement
10
+
11
+ * Use yarn2 if corepack is enabled ([53abc42](https://github.com/ntucker/anansi/commit/53abc425e4380a0c9547dc1c4607cc82f4604113))
12
+
13
+
14
+
6
15
  ### [11.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.1...@anansi/webpack-config@11.2.2) (2022-02-12)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "11.2.2",
3
+ "version": "11.2.3",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -52,7 +52,8 @@
52
52
  "node": ">=12.13.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@anansi/babel-preset": "^2.8.2",
55
+ "@anansi/babel-preset": "^2.8.3",
56
+ "@babel/core": "^7.17.2",
56
57
  "debug": "^4.3.3",
57
58
  "prettier-eslint-cli": "^5.0.0",
58
59
  "rimraf": "^3.0.2"
@@ -82,12 +83,14 @@
82
83
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
83
84
  "events": "^3.2.0",
84
85
  "file-loader": "^6.2.0",
86
+ "find-cache-dir": "^3.3.2",
85
87
  "html-loader": "^3.1.0",
86
88
  "html-webpack-plugin": "^5.5.0",
87
89
  "https-browserify": "^1.0.0",
88
90
  "is-wsl": "^2.2.0",
89
91
  "markdown-loader": "^8.0.0",
90
92
  "mini-css-extract-plugin": "^2.5.3",
93
+ "mkdirp": "^1.0.4",
91
94
  "os-browserify": "^0.3.0",
92
95
  "path": "^0.12.7",
93
96
  "path-browserify": "^1.0.1",
@@ -109,6 +112,7 @@
109
112
  "stream-browserify": "^3.0.0",
110
113
  "stream-http": "^3.2.0",
111
114
  "string_decoder": "^1.3.0",
115
+ "strip-ansi": "^6.0.0",
112
116
  "svgo": "^2.8.0",
113
117
  "svgo-loader": "^3.0.0",
114
118
  "terser-webpack-plugin": "^5.3.1",
@@ -132,6 +136,7 @@
132
136
  "@linaria/babel-preset": "^3.0.0-beta.3 || ^3.0",
133
137
  "@storybook/react": "^6.2.0",
134
138
  "node-sass": "^7.0.1",
139
+ "react": "*",
135
140
  "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0-0",
136
141
  "svgo": "^2.8.0",
137
142
  "webpack": "^5.12.0",
@@ -145,6 +150,9 @@
145
150
  "@linaria/babel-preset": {
146
151
  "optional": true
147
152
  },
153
+ "react": {
154
+ "optional": true
155
+ },
148
156
  "react-refresh": {
149
157
  "optional": true
150
158
  },
@@ -167,5 +175,5 @@
167
175
  "optional": true
168
176
  }
169
177
  },
170
- "gitHead": "7dbc62ed685022d448084ca184e6006a89ef6c66"
178
+ "gitHead": "7bbf47086314361d4429c0856530c40d10360d53"
171
179
  }