@knapsack/types 4.69.2 → 4.69.3

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 +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.69.3 (Wed Sep 04 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update tiptap to ^2.6.6 [#4615](https://github.com/knapsack-labs/app-monorepo/pull/4615) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - Update dependency @types/react to ^18.3.5 [#4658](https://github.com/knapsack-labs/app-monorepo/pull/4658) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+
12
+ ---
13
+
1
14
  # v4.69.2 (Fri Aug 30 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/types",
3
3
  "description": "",
4
- "version": "4.69.2",
4
+ "version": "4.69.3",
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.2",
41
+ "@knapsack/utils": "4.69.3",
42
42
  "color-string": "^1.9.1",
43
43
  "immer": "^10.0.4",
44
44
  "superstruct": "^0.16.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.2",
48
- "@knapsack/test-ava": "4.69.2",
49
- "@knapsack/typescript-config-starter": "4.69.2",
50
- "@tiptap/core": "^2.2.4",
47
+ "@knapsack/eslint-config-starter": "4.69.3",
48
+ "@knapsack/test-ava": "4.69.3",
49
+ "@knapsack/typescript-config-starter": "4.69.3",
50
+ "@tiptap/core": "^2.6.6",
51
51
  "@types/color-string": "^1.5.5",
52
52
  "@types/fs-extra": "^11.0.4",
53
- "@types/react": "^18.3.3",
53
+ "@types/react": "^18.3.5",
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": "bdb742e9c0a88752306c4b750f608c2025c30f79"
71
+ "gitHead": "ebf2843a855700a85d377e4e36efdee1d969ec8a"
72
72
  }