@knapsack/sandbox-components 4.65.7--canary.3291.c011027.0 → 4.65.8--canary.3291.ea4b964.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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.65.7 (Wed Jul 03 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - update to TypeScript 5.5 [#4315](https://github.com/knapsack-labs/app-monorepo/pull/4315) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
1
13
  # v4.65.5 (Fri Jun 21 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.65.7--canary.3291.c011027.0",
4
+ "version": "4.65.8--canary.3291.ea4b964.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -37,18 +37,18 @@
37
37
  "vue": "^3.4.27"
38
38
  },
39
39
  "devDependencies": {
40
- "@knapsack/eslint-config-starter": "4.65.7--canary.3291.c011027.0",
41
- "@knapsack/postcss-config-starter": "4.65.7--canary.3291.c011027.0",
42
- "@knapsack/prettier-config": "4.65.7--canary.3291.c011027.0",
43
- "@knapsack/sandbox-tokens": "4.65.7--canary.3291.c011027.0",
44
- "@knapsack/typescript-config-starter": "4.65.7--canary.3291.c011027.0",
40
+ "@knapsack/eslint-config-starter": "4.65.8--canary.3291.ea4b964.0",
41
+ "@knapsack/postcss-config-starter": "4.65.8--canary.3291.ea4b964.0",
42
+ "@knapsack/prettier-config": "4.65.8--canary.3291.ea4b964.0",
43
+ "@knapsack/sandbox-tokens": "4.65.8--canary.3291.ea4b964.0",
44
+ "@knapsack/typescript-config-starter": "4.65.8--canary.3291.ea4b964.0",
45
45
  "@types/node": "^20.12.12",
46
46
  "@types/react": "^18.3.3",
47
47
  "eslint": "^8.57.0",
48
48
  "npm-run-all2": "^5.0.2",
49
49
  "postcss-cli": "^9.1.0",
50
50
  "tailwindcss": "^3.1.7",
51
- "typescript": "^5.4.5"
51
+ "typescript": "^5.5.3"
52
52
  },
53
53
  "license": "GPL-2.0-or-later",
54
54
  "publishConfig": {
@@ -59,5 +59,5 @@
59
59
  "directory": "apps/ui/libs/sandbox-components",
60
60
  "type": "git"
61
61
  },
62
- "gitHead": "c0110271601d2b661710606d3780b0c5db92ebbc"
62
+ "gitHead": "ea4b9648b127b97def2eb28121284364b6749812"
63
63
  }