@anansi/webpack-config 13.0.11 → 13.0.13

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 (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/media.d.ts +1 -1
  3. package/package.json +11 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ ### [13.0.13](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.12...@anansi/webpack-config@13.0.13) (2022-09-25)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#1664](https://github.com/ntucker/anansi/issues/1664)) ([818cc40](https://github.com/ntucker/anansi/commit/818cc4092187a8c9a08251a5a4e2d34b4b4a3ce6))
11
+ * Update all non-major dependencies ([#1671](https://github.com/ntucker/anansi/issues/1671)) ([8a7ae7e](https://github.com/ntucker/anansi/commit/8a7ae7e9798a92ff5e260f1b000fe63abb6478e0))
12
+ * Update webpack packages ([#1669](https://github.com/ntucker/anansi/issues/1669)) ([acf6b15](https://github.com/ntucker/anansi/commit/acf6b15d09aab2fed5e778a691a0629b50a52ae7))
13
+
14
+ ### [13.0.12](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.11...@anansi/webpack-config@13.0.12) (2022-09-17)
15
+
16
+ ### 🐛 Bug Fix
17
+
18
+ * Add @types/react as optional peerDep ([c30c36c](https://github.com/ntucker/anansi/commit/c30c36c3b024beb54a06576ab00e3d41b2ee1bfc))
19
+ * **types:** Update svg types for recent react type deprecations ([cbc3ade](https://github.com/ntucker/anansi/commit/cbc3adeaed04042dd2ecb0f9688ad109caff409d))
20
+
21
+ ### 📦 Package
22
+
23
+ * Update all non-major dependencies ([#1663](https://github.com/ntucker/anansi/issues/1663)) ([dfbf979](https://github.com/ntucker/anansi/commit/dfbf9796cb82bdb62baabc10099eac58c0accc10))
24
+
6
25
  ### [13.0.11](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@13.0.10...@anansi/webpack-config@13.0.11) (2022-09-14)
7
26
 
8
27
  ### 📦 Package
package/media.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare module '*.svg' {
2
- let ReactComponent: import('react').SFC<import('react').SVGProps<SVGElement>>;
2
+ let ReactComponent: import('react').FC<import('react').SVGProps<SVGElement>>;
3
3
  let url: string;
4
4
  export { ReactComponent };
5
5
  export default url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "13.0.11",
3
+ "version": "13.0.13",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "@types/webpack-bundle-analyzer": "^4.4.2",
68
68
  "@vue/preload-webpack-plugin": "^2.0.0",
69
69
  "assert": "^2.0.0",
70
- "autoprefixer": "^10.4.10",
70
+ "autoprefixer": "^10.4.12",
71
71
  "babel-loader": "^8.2.5",
72
72
  "browserify-zlib": "^0.2.0",
73
73
  "buffer": "^6.0.3",
@@ -84,7 +84,7 @@
84
84
  "events": "^3.3.0",
85
85
  "file-loader": "^6.2.0",
86
86
  "find-cache-dir": "^3.3.2",
87
- "html-loader": "^4.1.0",
87
+ "html-loader": "^4.2.0",
88
88
  "html-webpack-plugin": "^5.5.0",
89
89
  "https-browserify": "^1.0.0",
90
90
  "is-wsl": "^2.2.0",
@@ -96,7 +96,7 @@
96
96
  "path-browserify": "^1.0.1",
97
97
  "postcss": "^8.4.16",
98
98
  "postcss-loader": "^7.0.1",
99
- "postcss-preset-env": "^7.8.1",
99
+ "postcss-preset-env": "^7.8.2",
100
100
  "process": "^0.11.10",
101
101
  "punycode": "^2.1.1",
102
102
  "querystring-es3": "^0.2.1",
@@ -104,8 +104,8 @@
104
104
  "raw-loader": "4.0.2",
105
105
  "react-dev-utils": "^12.0.1",
106
106
  "react-error-overlay": "6.0.9",
107
- "readable-stream": "^4.1.0",
108
- "sass": "^1.54.9",
107
+ "readable-stream": "^4.2.0",
108
+ "sass": "^1.55.0",
109
109
  "sass-loader": "^13.0.2",
110
110
  "sass-resources-loader": "^2.2.5",
111
111
  "semver": "^7.3.7",
@@ -125,7 +125,7 @@
125
125
  "vm-browserify": "^1.1.2",
126
126
  "webpack-bundle-analyzer": "^4.6.1",
127
127
  "webpack-node-externals": "^3.0.0",
128
- "webpack-remove-empty-scripts": "^1.0.0",
128
+ "webpack-remove-empty-scripts": "^1.0.1",
129
129
  "webpack-stats-plugin": "^1.1.0",
130
130
  "worker-loader": "^3.0.8"
131
131
  },
@@ -134,6 +134,7 @@
134
134
  "@hot-loader/react-dom": "^16.0.0 || ^17.0.0",
135
135
  "@linaria/babel-preset": "^4.0.0",
136
136
  "@storybook/react": "^6.2.0",
137
+ "@types/react": "^16.0.0 || ^17.0.0 || ^18.0.0",
137
138
  "node-sass": "^7.0.1",
138
139
  "react": "*",
139
140
  "react-refresh": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0-0 || ^0.12.0 || ^0.13.0 || ^0.14.0",
@@ -155,6 +156,9 @@
155
156
  "@storybook/react": {
156
157
  "optional": true
157
158
  },
159
+ "@types/react": {
160
+ "optional": true
161
+ },
158
162
  "node-sass": {
159
163
  "optional": true
160
164
  },