@anansi/core 0.16.18 → 0.16.20
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.
- package/CHANGELOG.md +13 -0
- package/package.json +9 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
### [0.16.20](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.19...@anansi/core@0.16.20) (2023-03-21)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update all non-major dependencies ([#1902](https://github.com/ntucker/anansi/issues/1902)) ([3bf4979](https://github.com/ntucker/anansi/commit/3bf4979cfdcdf49e29f9f0bacf394f16285ea212))
|
|
11
|
+
* Update webpack packages ([#1901](https://github.com/ntucker/anansi/issues/1901)) ([234beef](https://github.com/ntucker/anansi/commit/234beeff5c7f2be6086ca39af5b95c3095b79a17))
|
|
12
|
+
|
|
13
|
+
### [0.16.19](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.18...@anansi/core@0.16.19) (2023-03-18)
|
|
14
|
+
|
|
15
|
+
### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
* Proper transitive peerDeps ([2f6e870](https://github.com/ntucker/anansi/commit/2f6e8709d8db5180c9249eb705810da5a313e8fc))
|
|
18
|
+
|
|
6
19
|
### [0.16.18](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.17...@anansi/core@0.16.18) (2023-03-18)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @anansi/core
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/core",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.20",
|
|
4
4
|
"description": "React 18 Framework",
|
|
5
5
|
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
|
|
6
6
|
"repository": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@anansi/babel-preset": "4.1.1",
|
|
70
70
|
"@anansi/browserslist-config": "1.4.1",
|
|
71
|
-
"@anansi/webpack-config": "14.3.
|
|
71
|
+
"@anansi/webpack-config": "14.3.10",
|
|
72
72
|
"@babel/cli": "7.21.0",
|
|
73
73
|
"@babel/core": "7.21.3",
|
|
74
74
|
"@types/compression": "1.7.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"webpack-cli": "5.0.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@anansi/router": "^0.7.
|
|
84
|
+
"@anansi/router": "^0.7.28",
|
|
85
85
|
"@babel/runtime": "^7.17.0",
|
|
86
86
|
"@rest-hooks/ssr": "^0.7.11",
|
|
87
87
|
"chalk": "^4.1.2",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"history": "^5.3.0",
|
|
93
93
|
"http-proxy-middleware": "^2.0.6",
|
|
94
94
|
"memfs": "^3.4.13",
|
|
95
|
-
"ora": "^6.
|
|
95
|
+
"ora": "^6.2.0",
|
|
96
96
|
"redux": "^4.2.1",
|
|
97
97
|
"source-map-support": "^0.5.21",
|
|
98
98
|
"tmp": "^0.2.1",
|
|
99
99
|
"unionfs": "^4.4.0",
|
|
100
|
-
"webpack-dev-server": "^4.13.
|
|
100
|
+
"webpack-dev-server": "^4.13.1",
|
|
101
101
|
"whatwg-fetch": "^3.6.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"@types/react-dom": "^17.0.40 || ^18.0.0-0",
|
|
109
109
|
"react": "^18.0.0-0",
|
|
110
110
|
"react-dom": "^18.0.0-0",
|
|
111
|
+
"redux": "^4.0.0",
|
|
111
112
|
"webpack": "^5.60.0"
|
|
112
113
|
},
|
|
113
114
|
"peerDependenciesMeta": {
|
|
@@ -125,6 +126,9 @@
|
|
|
125
126
|
},
|
|
126
127
|
"@types/react-dom": {
|
|
127
128
|
"optional": true
|
|
129
|
+
},
|
|
130
|
+
"redux": {
|
|
131
|
+
"optional": true
|
|
128
132
|
}
|
|
129
133
|
},
|
|
130
134
|
"engines": {
|