@knapsack/sandbox-components 4.71.0--canary.4884.6344b42.0 → 4.71.0--canary.4483.d5328f4.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.70.4 (Wed Oct 09 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency @types/node to ^20.16.11 [#4942](https://github.com/knapsack-labs/app-monorepo/pull/4942) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
13
+ # v4.70.1 (Thu Oct 03 2024)
14
+
15
+ #### 🏠 Internal
16
+
17
+ - Update vue monorepo to ^3.5.11 [#4897](https://github.com/knapsack-labs/app-monorepo/pull/4897) ([@renovate[bot]](https://github.com/renovate[bot]))
18
+ - Update dependency @types/node to ^20.16.10 [#4890](https://github.com/knapsack-labs/app-monorepo/pull/4890) ([@renovate[bot]](https://github.com/renovate[bot]))
19
+ - Update dependency @types/react to ^18.3.11 [#4891](https://github.com/knapsack-labs/app-monorepo/pull/4891) ([@renovate[bot]](https://github.com/renovate[bot]))
20
+
21
+ #### Authors: 1
22
+
23
+ - [@renovate[bot]](https://github.com/renovate[bot])
24
+
25
+ ---
26
+
1
27
  # v4.69.14 (Fri Sep 27 2024)
2
28
 
3
29
  #### 🏠 Internal
@@ -320,7 +320,6 @@
320
320
  /* Prevent font size inflation */
321
321
 
322
322
  html {
323
- -moz-text-size-adjust: none;
324
323
  -webkit-text-size-adjust: none;
325
324
  text-size-adjust: none;
326
325
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.71.0--canary.4884.6344b42.0",
4
+ "version": "4.71.0--canary.4483.d5328f4.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -41,16 +41,16 @@
41
41
  "clsx": "^2.1.1",
42
42
  "lit": "^2.8.0",
43
43
  "react": "^18.3.1",
44
- "vue": "^3.5.8"
44
+ "vue": "^3.5.11"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.71.0--canary.4884.6344b42.0",
48
- "@knapsack/postcss-config-starter": "4.71.0--canary.4884.6344b42.0",
49
- "@knapsack/prettier-config": "4.71.0--canary.4884.6344b42.0",
50
- "@knapsack/sandbox-tokens": "4.71.0--canary.4884.6344b42.0",
51
- "@knapsack/typescript-config-starter": "4.71.0--canary.4884.6344b42.0",
52
- "@types/node": "^20.16.6",
53
- "@types/react": "^18.3.9",
47
+ "@knapsack/eslint-config-starter": "4.71.0--canary.4483.d5328f4.0",
48
+ "@knapsack/postcss-config-starter": "4.71.0--canary.4483.d5328f4.0",
49
+ "@knapsack/prettier-config": "4.71.0--canary.4483.d5328f4.0",
50
+ "@knapsack/sandbox-tokens": "4.71.0--canary.4483.d5328f4.0",
51
+ "@knapsack/typescript-config-starter": "4.71.0--canary.4483.d5328f4.0",
52
+ "@types/node": "^20.16.11",
53
+ "@types/react": "^18.3.11",
54
54
  "esbuild": "^0.20.2",
55
55
  "eslint": "^8.57.0",
56
56
  "npm-run-all2": "^5.0.2",
@@ -68,5 +68,5 @@
68
68
  "directory": "apps/ui/libs/sandbox-components",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "6344b42a6dd323ce8133d55f49965e4a7a6437f0"
71
+ "gitHead": "d5328f4613805d0d9d68947278a9c05fc50897af"
72
72
  }