@anansi/core 0.18.22 → 0.18.24

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 +7 -7
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.18.24](https://github.com/ntucker/anansi/compare/@anansi/core@0.18.23...@anansi/core@0.18.24) (2024-04-08)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#2373](https://github.com/ntucker/anansi/issues/2373)) ([6f5552e](https://github.com/ntucker/anansi/commit/6f5552e1961681844d0dcc688ebacd1395ab4990))
11
+
12
+ ### [0.18.23](https://github.com/ntucker/anansi/compare/@anansi/core@0.18.22...@anansi/core@0.18.23) (2024-04-08)
13
+
14
+ **Note:** Version bump only for package @anansi/core
15
+
6
16
  ### [0.18.22](https://github.com/ntucker/anansi/compare/@anansi/core@0.18.21...@anansi/core@0.18.22) (2024-03-30)
7
17
 
8
18
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.18.22",
3
+ "version": "0.18.24",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -67,8 +67,8 @@
67
67
  ],
68
68
  "devDependencies": {
69
69
  "@ant-design/cssinjs": "^1.7.1",
70
- "@data-client/react": "^0.10.0",
71
- "@data-client/redux": "^0.10.0",
70
+ "@data-client/react": "^0.11.0",
71
+ "@data-client/redux": "^0.11.0",
72
72
  "@types/compression": "1.7.5",
73
73
  "@types/express": "^4.17.17",
74
74
  "@types/node": "^20.0.0",
@@ -82,9 +82,9 @@
82
82
  "react-dom": "^18.2.0"
83
83
  },
84
84
  "dependencies": {
85
- "@anansi/router": "^0.9.4",
85
+ "@anansi/router": "^0.9.5",
86
86
  "@babel/runtime": "^7.17.0",
87
- "@data-client/ssr": "^0.10.0",
87
+ "@data-client/ssr": "^0.11.0",
88
88
  "chalk": "^4.1.2",
89
89
  "compression": "^1.7.4",
90
90
  "cross-fetch": "^4.0.0",
@@ -104,8 +104,8 @@
104
104
  },
105
105
  "peerDependencies": {
106
106
  "@ant-design/cssinjs": "^1.5.1",
107
- "@data-client/react": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^1.0.0 || ^0.8.0 || ^0.9.0 || ^0.10.0",
108
- "@data-client/redux": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^1.0.0 || ^0.8.0 || ^0.9.0 || ^0.10.0",
107
+ "@data-client/react": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^1.0.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0",
108
+ "@data-client/redux": "^0.1.0 || ^0.2.0 || ^0.3.0 || ^0.4.0 || ^1.0.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0",
109
109
  "@types/react": "^17.0.40 || ^18.0.0",
110
110
  "@types/react-dom": "^17.0.40 || ^18.0.0",
111
111
  "react": "^18.0.0",