@knapsack/sandbox-components 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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
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
+
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/sandbox-components",
3
3
  "description": "",
4
- "version": "4.69.2",
4
+ "version": "4.69.3",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -44,13 +44,13 @@
44
44
  "vue": "^3.4.27"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.2",
48
- "@knapsack/postcss-config-starter": "4.69.2",
49
- "@knapsack/prettier-config": "4.69.2",
50
- "@knapsack/sandbox-tokens": "4.69.2",
51
- "@knapsack/typescript-config-starter": "4.69.2",
52
- "@types/node": "^20.16.1",
53
- "@types/react": "^18.3.3",
47
+ "@knapsack/eslint-config-starter": "4.69.3",
48
+ "@knapsack/postcss-config-starter": "4.69.3",
49
+ "@knapsack/prettier-config": "4.69.3",
50
+ "@knapsack/sandbox-tokens": "4.69.3",
51
+ "@knapsack/typescript-config-starter": "4.69.3",
52
+ "@types/node": "^20.16.3",
53
+ "@types/react": "^18.3.5",
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": "bdb742e9c0a88752306c4b750f608c2025c30f79"
71
+ "gitHead": "ebf2843a855700a85d377e4e36efdee1d969ec8a"
72
72
  }