@anansi/webpack-config 18.0.6 → 18.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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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
+ ### [18.0.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@18.0.7...@anansi/webpack-config@18.0.8) (2024-02-13)
7
+
8
+ ### 💅 Enhancement
9
+
10
+ * Drop support for storybook rc (only final versions) ([7f8b68d](https://github.com/ntucker/anansi/commit/7f8b68d015260f836a2d6984ecc4095c3264a930))
11
+
12
+ ### 📦 Package
13
+
14
+ * Make @wyw-in-js/webpack-loader match a range ^ ([b0d4e10](https://github.com/ntucker/anansi/commit/b0d4e10f53df3a377729a4a9bf66ce6bc716456d))
15
+
16
+ ### [18.0.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@18.0.6...@anansi/webpack-config@18.0.7) (2024-02-12)
17
+
18
+ ### 📦 Package
19
+
20
+ * Update `webpack-dev-server` to v5 ([#2322](https://github.com/ntucker/anansi/issues/2322)) ([a8e97da](https://github.com/ntucker/anansi/commit/a8e97da75b67abe977a02df4c6c8eb5dc4b57b0a))
21
+ * Update all non-major dependencies ([#2323](https://github.com/ntucker/anansi/issues/2323)) ([5c02df4](https://github.com/ntucker/anansi/commit/5c02df4520ec6ec10a71b4ec2b51dbb859a24c03))
22
+
6
23
  ### [18.0.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@18.0.5...@anansi/webpack-config@18.0.6) (2024-02-08)
7
24
 
8
25
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "18.0.6",
3
+ "version": "18.0.8",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -63,7 +63,7 @@
63
63
  "@svgr/webpack": "^8.1.0",
64
64
  "@types/webpack-bundle-analyzer": "^4.7.0",
65
65
  "@vue/preload-webpack-plugin": "^2.0.0",
66
- "@wyw-in-js/webpack-loader": "0.4.0",
66
+ "@wyw-in-js/webpack-loader": "^0.4.1",
67
67
  "assert": "^2.1.0",
68
68
  "autoprefixer": "^10.4.17",
69
69
  "babel-loader": "^9.1.3",
@@ -125,7 +125,7 @@
125
125
  "peerDependencies": {
126
126
  "@babel/core": "^6 || ^7 || ^8",
127
127
  "@hot-loader/react-dom": "^16.0.0 || ^17.0.0",
128
- "@storybook/react": "^6.2.0 || ^7.0.0-rc.0",
128
+ "@storybook/react": "^6.2.0 || ^7.0.0",
129
129
  "@types/react": "^16.0.0 || ^17.0.0 || ^18.0.0",
130
130
  "node-sass": "^7.0.1 || ^8.0.0 || ^9.0.0",
131
131
  "react": "*",
@@ -134,7 +134,7 @@
134
134
  "svgo": "^3.0.0",
135
135
  "webpack": "^5.12.0",
136
136
  "webpack-cli": "^4.1.0 || ^5.0.0",
137
- "webpack-dev-server": "^4.0.0"
137
+ "webpack-dev-server": "^4.0.0 || ^5.0.0"
138
138
  },
139
139
  "peerDependenciesMeta": {
140
140
  "@babel/core": {