@knapsack/types 4.69.10--canary.4799.47d352c.0 → 4.69.10

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.69.10 (Wed Sep 18 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - chore(deps): update tiptap to ^2.7.1 [#4794](https://github.com/knapsack-labs/app-monorepo/pull/4794) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - chore(deps): update dependency @types/react to ^18.3.7 [#4796](https://github.com/knapsack-labs/app-monorepo/pull/4796) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+ - fix(deps): update dependency immer to ^10.1.1 [#4786](https://github.com/knapsack-labs/app-monorepo/pull/4786) ([@renovate[bot]](https://github.com/renovate[bot]))
8
+
9
+ #### Authors: 1
10
+
11
+ - [@renovate[bot]](https://github.com/renovate[bot])
12
+
13
+ ---
14
+
1
15
  # v4.69.9 (Sat Sep 14 2024)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/types",
3
3
  "description": "",
4
- "version": "4.69.10--canary.4799.47d352c.0",
4
+ "version": "4.69.10",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -38,15 +38,15 @@
38
38
  "test": "ava"
39
39
  },
40
40
  "dependencies": {
41
- "@knapsack/utils": "4.69.10--canary.4799.47d352c.0",
41
+ "@knapsack/utils": "4.69.10",
42
42
  "color-string": "^1.9.1",
43
43
  "immer": "^10.1.1",
44
44
  "superstruct": "^0.16.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.10--canary.4799.47d352c.0",
48
- "@knapsack/test-ava": "4.69.10--canary.4799.47d352c.0",
49
- "@knapsack/typescript-config-starter": "4.69.10--canary.4799.47d352c.0",
47
+ "@knapsack/eslint-config-starter": "4.69.10",
48
+ "@knapsack/test-ava": "4.69.10",
49
+ "@knapsack/typescript-config-starter": "4.69.10",
50
50
  "@tiptap/core": "^2.7.1",
51
51
  "@types/color-string": "^1.5.5",
52
52
  "@types/fs-extra": "^11.0.4",
@@ -68,5 +68,5 @@
68
68
  "directory": "libs/types",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "47d352ca62ab7fee4f3dc80243b6f4255a876ca7"
71
+ "gitHead": "1645f0582b6e27d6c383a8023429b69a7252b959"
72
72
  }