@knapsack/types 4.69.11--canary.4739.aa827e9.0 → 4.69.11--canary.4739.e474457.0

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 +9 -9
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.11--canary.4739.aa827e9.0",
4
+ "version": "4.69.11--canary.4739.e474457.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -38,19 +38,19 @@
38
38
  "test": "ava"
39
39
  },
40
40
  "dependencies": {
41
- "@knapsack/utils": "4.69.11--canary.4739.aa827e9.0",
41
+ "@knapsack/utils": "4.69.11--canary.4739.e474457.0",
42
42
  "color-string": "^1.9.1",
43
- "immer": "^10.0.4",
43
+ "immer": "^10.1.1",
44
44
  "superstruct": "^0.16.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.11--canary.4739.aa827e9.0",
48
- "@knapsack/test-ava": "4.69.11--canary.4739.aa827e9.0",
49
- "@knapsack/typescript-config-starter": "4.69.11--canary.4739.aa827e9.0",
50
- "@tiptap/core": "^2.6.6",
47
+ "@knapsack/eslint-config-starter": "4.69.11--canary.4739.e474457.0",
48
+ "@knapsack/test-ava": "4.69.11--canary.4739.e474457.0",
49
+ "@knapsack/typescript-config-starter": "4.69.11--canary.4739.e474457.0",
50
+ "@tiptap/core": "^2.7.1",
51
51
  "@types/color-string": "^1.5.5",
52
52
  "@types/fs-extra": "^11.0.4",
53
- "@types/react": "^18.3.5",
53
+ "@types/react": "^18.3.7",
54
54
  "ava": "^6.1.3",
55
55
  "eslint": "^8.57.0",
56
56
  "fs-extra": "^11.2.0",
@@ -68,5 +68,5 @@
68
68
  "directory": "libs/types",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "aa827e9559e08182e2db91290388673b95bcdf38"
71
+ "gitHead": "e474457a379a37ed9439193679b6702b903ff325"
72
72
  }