@knapsack/update 4.71.9--canary.5193.d60d075.0 → 4.71.9

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 +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.71.9 (Wed Nov 20 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - setup TS strict mode KSP-5492 [#5183](https://github.com/knapsack-labs/app-monorepo/pull/5183) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
1
13
  # v4.71.8 (Fri Nov 15 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.71.9--canary.5193.d60d075.0",
4
+ "version": "4.71.9",
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.9--canary.5193.d60d075.0",
22
- "@knapsack/creator-utils": "4.71.9--canary.5193.d60d075.0",
23
- "@knapsack/design-token-utils": "4.71.9--canary.5193.d60d075.0",
24
- "@knapsack/file-utils": "4.71.9--canary.5193.d60d075.0",
25
- "@knapsack/ks-file-utils": "4.71.9--canary.5193.d60d075.0",
26
- "@knapsack/tiptap-utils": "4.71.9--canary.5193.d60d075.0",
27
- "@knapsack/utils": "4.71.9--canary.5193.d60d075.0",
21
+ "@knapsack/app": "4.71.9",
22
+ "@knapsack/creator-utils": "4.71.9",
23
+ "@knapsack/design-token-utils": "4.71.9",
24
+ "@knapsack/file-utils": "4.71.9",
25
+ "@knapsack/ks-file-utils": "4.71.9",
26
+ "@knapsack/tiptap-utils": "4.71.9",
27
+ "@knapsack/utils": "4.71.9",
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.9--canary.5193.d60d075.0",
36
- "@knapsack/prettier-config": "4.71.9--canary.5193.d60d075.0",
37
- "@knapsack/test-ava": "4.71.9--canary.5193.d60d075.0",
38
- "@knapsack/types": "4.71.9--canary.5193.d60d075.0",
39
- "@knapsack/typescript-config-starter": "4.71.9--canary.5193.d60d075.0",
35
+ "@knapsack/eslint-config-starter": "4.71.9",
36
+ "@knapsack/prettier-config": "4.71.9",
37
+ "@knapsack/test-ava": "4.71.9",
38
+ "@knapsack/types": "4.71.9",
39
+ "@knapsack/typescript-config-starter": "4.71.9",
40
40
  "@types/node": "^20.17.6",
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": "d60d075917b37b4cc92aae228097cb11ed6c62d2"
56
+ "gitHead": "1790b6eddcc1276fd6709084776830070ba63e32"
57
57
  }