@knapsack/update 4.71.0--canary.4869.f73a032.0 → 4.71.0--canary.4884.79edfe0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +15 -15
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v4.70.4 (Wed Oct 09 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- Update dependency @types/node to ^20.16.11 [#4942](https://github.com/knapsack-labs/app-monorepo/pull/4942) ([@renovate[bot]](https://github.com/renovate[bot]))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v4.70.1 (Thu Oct 03 2024)
|
2
14
|
|
3
15
|
#### 🏠 Internal
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/update",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.71.0--canary.
|
4
|
+
"version": "4.71.0--canary.4884.79edfe0.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.71.0--canary.
|
22
|
-
"@knapsack/creator-utils": "4.71.0--canary.
|
23
|
-
"@knapsack/design-token-utils": "4.71.0--canary.
|
24
|
-
"@knapsack/file-utils": "4.71.0--canary.
|
25
|
-
"@knapsack/ks-file-utils": "4.71.0--canary.
|
26
|
-
"@knapsack/tiptap-utils": "4.71.0--canary.
|
27
|
-
"@knapsack/utils": "4.71.0--canary.
|
21
|
+
"@knapsack/app": "4.71.0--canary.4884.79edfe0.0",
|
22
|
+
"@knapsack/creator-utils": "4.71.0--canary.4884.79edfe0.0",
|
23
|
+
"@knapsack/design-token-utils": "4.71.0--canary.4884.79edfe0.0",
|
24
|
+
"@knapsack/file-utils": "4.71.0--canary.4884.79edfe0.0",
|
25
|
+
"@knapsack/ks-file-utils": "4.71.0--canary.4884.79edfe0.0",
|
26
|
+
"@knapsack/tiptap-utils": "4.71.0--canary.4884.79edfe0.0",
|
27
|
+
"@knapsack/utils": "4.71.0--canary.4884.79edfe0.0",
|
28
28
|
"cheerio": "^1.0.0",
|
29
29
|
"isomorphic-dompurify": "^1.13.0",
|
30
30
|
"marked": "^6.0.0",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"yargs": "^17.7.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@knapsack/eslint-config-starter": "4.71.0--canary.
|
36
|
-
"@knapsack/prettier-config": "4.71.0--canary.
|
37
|
-
"@knapsack/test-ava": "4.71.0--canary.
|
38
|
-
"@knapsack/types": "4.71.0--canary.
|
39
|
-
"@knapsack/typescript-config-starter": "4.71.0--canary.
|
40
|
-
"@types/node": "^20.16.
|
35
|
+
"@knapsack/eslint-config-starter": "4.71.0--canary.4884.79edfe0.0",
|
36
|
+
"@knapsack/prettier-config": "4.71.0--canary.4884.79edfe0.0",
|
37
|
+
"@knapsack/test-ava": "4.71.0--canary.4884.79edfe0.0",
|
38
|
+
"@knapsack/types": "4.71.0--canary.4884.79edfe0.0",
|
39
|
+
"@knapsack/typescript-config-starter": "4.71.0--canary.4884.79edfe0.0",
|
40
|
+
"@types/node": "^20.16.11",
|
41
41
|
"@types/prompts": "^2.4.9",
|
42
42
|
"@types/yargs": "^17.0.33",
|
43
43
|
"ava": "^6.1.3",
|
@@ -53,5 +53,5 @@
|
|
53
53
|
"directory": "apps/client/update",
|
54
54
|
"type": "git"
|
55
55
|
},
|
56
|
-
"gitHead": "
|
56
|
+
"gitHead": "79edfe023c19cfcc594ccca81939c0469d76fb9a"
|
57
57
|
}
|