@anansi/cli 3.1.89 → 3.1.91

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [3.1.91](/github.com/ntucker/anansi/compare/@anansi/cli@3.1.90...@anansi/cli@3.1.91) (2025-12-07)
7
+
8
+ ### 📦 Package
9
+
10
+ * Support 0.21 of @anansi/core ([e7cb8df](/github.com/ntucker/anansi/commit/e7cb8df4ddd43134bc91050217aa732f8615492e))
11
+
12
+ ## [3.1.90](/github.com/ntucker/anansi/compare/@anansi/cli@3.1.89...@anansi/cli@3.1.90) (2025-12-03)
13
+
14
+ ### 📦 Package
15
+
16
+ * Update all non-major dependencies ([#2889](/github.com/ntucker/anansi/issues/2889)) ([9251533](/github.com/ntucker/anansi/commit/9251533500612c62e99a8b012399ff0dd55c9ca3))
17
+
6
18
  ## [3.1.89](/github.com/ntucker/anansi/compare/@anansi/cli@3.1.88...@anansi/cli@3.1.89) (2025-11-30)
7
19
 
8
20
  **Note:** Version bump only for package @anansi/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/cli",
3
- "version": "3.1.89",
3
+ "version": "3.1.91",
4
4
  "description": "Fast React Web Apps",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/cli#readme",
6
6
  "repository": {
@@ -51,21 +51,21 @@
51
51
  "npm": ">= 6.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@anansi/core": "^0.21.0",
54
+ "@anansi/core": "^0.21.3",
55
55
  "@types/node": "^24.0.0"
56
56
  },
57
57
  "dependencies": {
58
- "@anansi/generator-js": "^12.6.29",
58
+ "@anansi/generator-js": "^12.6.30",
59
59
  "binary-version-check": "^6.1.0",
60
60
  "chalk": "^4.1.2",
61
61
  "commander": "^12.1.0",
62
- "execa": "^9.6.0",
62
+ "execa": "^9.6.1",
63
63
  "import-meta-resolve": "^4.2.0",
64
64
  "latest-version": "^9.0.0",
65
65
  "yo": "^6.0.0"
66
66
  },
67
67
  "peerDependencies": {
68
- "@anansi/core": "^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0"
68
+ "@anansi/core": "^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@anansi/core": {