@knapsack/update 4.75.9 → 4.75.10--canary.5705.e26a771.0
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 +0 -12
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
# v4.75.9 (Fri Feb 28 2025)
|
|
2
|
-
|
|
3
|
-
#### 🏠 Internal
|
|
4
|
-
|
|
5
|
-
- remove deprecated info on Slot Items [#5662](https://github.com/knapsack-labs/app-monorepo/pull/5662) ([@EvanLovely](https://github.com/EvanLovely))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
1
|
# v4.75.7 (Mon Feb 24 2025)
|
|
14
2
|
|
|
15
3
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/update",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.75.
|
|
4
|
+
"version": "4.75.10--canary.5705.e26a771.0",
|
|
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.75.
|
|
22
|
-
"@knapsack/creator-utils": "4.75.
|
|
23
|
-
"@knapsack/design-token-utils": "4.75.
|
|
24
|
-
"@knapsack/file-utils": "4.75.
|
|
25
|
-
"@knapsack/ks-file-utils": "4.75.
|
|
26
|
-
"@knapsack/tiptap-utils": "4.75.
|
|
27
|
-
"@knapsack/utils": "4.75.
|
|
21
|
+
"@knapsack/app": "4.75.10--canary.5705.e26a771.0",
|
|
22
|
+
"@knapsack/creator-utils": "4.75.10--canary.5705.e26a771.0",
|
|
23
|
+
"@knapsack/design-token-utils": "4.75.10--canary.5705.e26a771.0",
|
|
24
|
+
"@knapsack/file-utils": "4.75.10--canary.5705.e26a771.0",
|
|
25
|
+
"@knapsack/ks-file-utils": "4.75.10--canary.5705.e26a771.0",
|
|
26
|
+
"@knapsack/tiptap-utils": "4.75.10--canary.5705.e26a771.0",
|
|
27
|
+
"@knapsack/utils": "4.75.10--canary.5705.e26a771.0",
|
|
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.75.
|
|
36
|
-
"@knapsack/prettier-config": "4.75.
|
|
37
|
-
"@knapsack/test-ava": "4.75.
|
|
38
|
-
"@knapsack/types": "4.75.
|
|
39
|
-
"@knapsack/typescript-config-starter": "4.75.
|
|
35
|
+
"@knapsack/eslint-config-starter": "4.75.10--canary.5705.e26a771.0",
|
|
36
|
+
"@knapsack/prettier-config": "4.75.10--canary.5705.e26a771.0",
|
|
37
|
+
"@knapsack/test-ava": "4.75.10--canary.5705.e26a771.0",
|
|
38
|
+
"@knapsack/types": "4.75.10--canary.5705.e26a771.0",
|
|
39
|
+
"@knapsack/typescript-config-starter": "4.75.10--canary.5705.e26a771.0",
|
|
40
40
|
"@types/node": "^20.17.17",
|
|
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": "
|
|
56
|
+
"gitHead": "e26a771c7c04a5b01a4324ad153506ac03e48d23"
|
|
57
57
|
}
|