@anansi/core 0.16.17 → 0.16.19

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 +10 -0
  2. package/package.json +8 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.19](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.18...@anansi/core@0.16.19) (2023-03-18)
7
+
8
+ ### 🐛 Bug Fix
9
+
10
+ * Proper transitive peerDeps ([2f6e870](https://github.com/ntucker/anansi/commit/2f6e8709d8db5180c9249eb705810da5a313e8fc))
11
+
12
+ ### [0.16.18](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.17...@anansi/core@0.16.18) (2023-03-18)
13
+
14
+ **Note:** Version bump only for package @anansi/core
15
+
6
16
  ### [0.16.17](https://github.com/ntucker/anansi/compare/@anansi/core@0.16.16...@anansi/core@0.16.17) (2023-03-18)
7
17
 
8
18
  ### 💅 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.16.17",
3
+ "version": "0.16.19",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -66,9 +66,9 @@
66
66
  "browser"
67
67
  ],
68
68
  "devDependencies": {
69
- "@anansi/babel-preset": "4.1.0",
69
+ "@anansi/babel-preset": "4.1.1",
70
70
  "@anansi/browserslist-config": "1.4.1",
71
- "@anansi/webpack-config": "14.3.8",
71
+ "@anansi/webpack-config": "14.3.9",
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.26",
84
+ "@anansi/router": "^0.7.27",
85
85
  "@babel/runtime": "^7.17.0",
86
86
  "@rest-hooks/ssr": "^0.7.11",
87
87
  "chalk": "^4.1.2",
@@ -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": {