@knapsack/sandbox-components 4.87.9--canary.6950.f7c2686.0 → 4.87.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.
- package/CHANGELOG.md +16 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v4.87.9 (Thu Nov 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- chore(deps): update dependency @custom-elements-manifest/analyzer to ^0.11.0 [#6761](https://github.com/knapsack-labs/app-monorepo/pull/6761) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
6
|
+
- fix(deps): update dependency @types/node to ^20.19.25 [#6803](https://github.com/knapsack-labs/app-monorepo/pull/6803) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
7
|
+
- fix(deps): update dependency @radix-ui/react-slot to ^1.2.4 [#6934](https://github.com/knapsack-labs/app-monorepo/pull/6934) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
8
|
+
- fix(deps): update dependency lucide-react to ^0.553.0 [#6835](https://github.com/knapsack-labs/app-monorepo/pull/6835) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
9
|
+
- fix(deps): update vue monorepo to ^3.5.24 [#6856](https://github.com/knapsack-labs/app-monorepo/pull/6856) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
10
|
+
|
|
11
|
+
#### Authors: 1
|
|
12
|
+
|
|
13
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v4.87.8 (Tue Nov 11 2025)
|
|
2
18
|
|
|
3
19
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/sandbox-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.87.9
|
|
4
|
+
"version": "4.87.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@custom-elements-manifest/analyzer": "^0.11.0",
|
|
53
|
-
"@knapsack/eslint-config-starter": "4.87.9
|
|
54
|
-
"@knapsack/postcss-config-starter": "4.87.9
|
|
55
|
-
"@knapsack/prettier-config": "4.87.9
|
|
56
|
-
"@knapsack/sandbox-tokens": "4.87.9
|
|
57
|
-
"@knapsack/typescript-config-starter": "4.87.9
|
|
53
|
+
"@knapsack/eslint-config-starter": "4.87.9",
|
|
54
|
+
"@knapsack/postcss-config-starter": "4.87.9",
|
|
55
|
+
"@knapsack/prettier-config": "4.87.9",
|
|
56
|
+
"@knapsack/sandbox-tokens": "4.87.9",
|
|
57
|
+
"@knapsack/typescript-config-starter": "4.87.9",
|
|
58
58
|
"@types/node": "^20.19.25",
|
|
59
59
|
"@types/react": "^18.3.26",
|
|
60
60
|
"esbuild": "^0.25.6",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"directory": "apps/ui/libs/sandbox-components",
|
|
74
74
|
"type": "git"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "d7d9c0f7cc7a6edac90238259d8b398838f4b68f"
|
|
77
77
|
}
|