@knapsack/update 4.71.4--canary.5045.9386b6c.0 → 4.71.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.71.4 (Tue Oct 29 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency @types/node to ^20.17.2 [#5020](https://github.com/knapsack-labs/app-monorepo/pull/5020) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - Update dependency ava to ^6.2.0 [#5022](https://github.com/knapsack-labs/app-monorepo/pull/5022) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+
12
+ ---
13
+
1
14
  # v4.71.1 (Wed Oct 23 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.71.4--canary.5045.9386b6c.0",
4
+ "version": "4.71.4",
5
5
  "bin": {
6
6
  "knapsack-update": "./cli.js"
7
7
  },
@@ -18,13 +18,13 @@
18
18
  "test": "ava"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.71.4--canary.5045.9386b6c.0",
22
- "@knapsack/creator-utils": "4.71.4--canary.5045.9386b6c.0",
23
- "@knapsack/design-token-utils": "4.71.4--canary.5045.9386b6c.0",
24
- "@knapsack/file-utils": "4.71.4--canary.5045.9386b6c.0",
25
- "@knapsack/ks-file-utils": "4.71.4--canary.5045.9386b6c.0",
26
- "@knapsack/tiptap-utils": "4.71.4--canary.5045.9386b6c.0",
27
- "@knapsack/utils": "4.71.4--canary.5045.9386b6c.0",
21
+ "@knapsack/app": "4.71.4",
22
+ "@knapsack/creator-utils": "4.71.4",
23
+ "@knapsack/design-token-utils": "4.71.4",
24
+ "@knapsack/file-utils": "4.71.4",
25
+ "@knapsack/ks-file-utils": "4.71.4",
26
+ "@knapsack/tiptap-utils": "4.71.4",
27
+ "@knapsack/utils": "4.71.4",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.71.4--canary.5045.9386b6c.0",
36
- "@knapsack/prettier-config": "4.71.4--canary.5045.9386b6c.0",
37
- "@knapsack/test-ava": "4.71.4--canary.5045.9386b6c.0",
38
- "@knapsack/types": "4.71.4--canary.5045.9386b6c.0",
39
- "@knapsack/typescript-config-starter": "4.71.4--canary.5045.9386b6c.0",
35
+ "@knapsack/eslint-config-starter": "4.71.4",
36
+ "@knapsack/prettier-config": "4.71.4",
37
+ "@knapsack/test-ava": "4.71.4",
38
+ "@knapsack/types": "4.71.4",
39
+ "@knapsack/typescript-config-starter": "4.71.4",
40
40
  "@types/node": "^20.17.2",
41
41
  "@types/prompts": "^2.4.9",
42
42
  "@types/yargs": "^17.0.33",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/update",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "9386b6c8f047d910e43a9b9ae0734b679bc994ec"
56
+ "gitHead": "6944ca231388ac0c7e447a86f1da049365fb7ee5"
57
57
  }