@knapsack/sandbox-components 4.69.4--canary.d7e0dfc.0 → 4.69.4--canary.4629.0911846c.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 +0 -13
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,3 @@
1
- # v4.69.3 (Wed Sep 04 2024)
2
-
3
- #### 🏠 Internal
4
-
5
- - 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]))
6
- - Update dependency @types/node to ^20.16.3 [#4643](https://github.com/knapsack-labs/app-monorepo/pull/4643) ([@renovate[bot]](https://github.com/renovate[bot]))
7
-
8
- #### Authors: 1
9
-
10
- - [@renovate[bot]](https://github.com/renovate[bot])
11
-
12
- ---
13
-
14
1
  # v4.69.2 (Fri Aug 30 2024)
15
2
 
16
3
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.69.4--canary.d7e0dfc.0",
4
+ "version": "4.69.4--canary.4629.0911846c.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@webcomponents/custom-elements": "^1.6.0",
41
41
  "clsx": "^2.1.1",
42
- "lit": "^2.8.0",
42
+ "lit": "^2.7.0",
43
43
  "react": "^18.3.1",
44
44
  "vue": "^3.4.27"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.4--canary.d7e0dfc.0",
48
- "@knapsack/postcss-config-starter": "4.69.4--canary.d7e0dfc.0",
49
- "@knapsack/prettier-config": "4.69.4--canary.d7e0dfc.0",
50
- "@knapsack/sandbox-tokens": "4.69.4--canary.d7e0dfc.0",
51
- "@knapsack/typescript-config-starter": "4.69.4--canary.d7e0dfc.0",
47
+ "@knapsack/eslint-config-starter": "4.69.4--canary.4629.0911846c.0",
48
+ "@knapsack/postcss-config-starter": "4.69.4--canary.4629.0911846c.0",
49
+ "@knapsack/prettier-config": "4.69.4--canary.4629.0911846c.0",
50
+ "@knapsack/sandbox-tokens": "4.69.4--canary.4629.0911846c.0",
51
+ "@knapsack/typescript-config-starter": "4.69.4--canary.4629.0911846c.0",
52
52
  "@types/node": "^20.16.3",
53
53
  "@types/react": "^18.3.5",
54
54
  "esbuild": "^0.20.2",
@@ -68,5 +68,5 @@
68
68
  "directory": "apps/ui/libs/sandbox-components",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "d7e0dfc57d8755bed3b0414a1b65afa7e6c4630b"
71
+ "gitHead": "0911846cd49bb074760087018130231d2450ad6b"
72
72
  }