@knapsack/sandbox-tokens 4.54.9--canary.4135.5b7c88d.0 → 4.54.9

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.54.9 (Tue May 21 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update Typescript [#3676](https://github.com/knapsack-labs/app-monorepo/pull/3676) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
11
+
12
+ ---
13
+
1
14
  # v4.54.6 (Fri May 17 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-tokens",
3
3
  "description": "",
4
- "version": "4.54.9--canary.4135.5b7c88d.0",
4
+ "version": "4.54.9",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -21,12 +21,12 @@
21
21
  "test": "tsc"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.54.9--canary.4135.5b7c88d.0"
24
+ "@knapsack/app": "4.54.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.54.9--canary.4135.5b7c88d.0",
27
+ "@knapsack/typescript-config-starter": "4.54.9",
28
28
  "@types/node": "^20.11.30",
29
- "typescript": "^5.4.3"
29
+ "typescript": "^5.4.5"
30
30
  },
31
31
  "license": "GPL-2.0-or-later",
32
32
  "publishConfig": {
@@ -37,5 +37,5 @@
37
37
  "directory": "apps/ui/libs/sandbox-tokens",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "5b7c88d7d87955a5dd04deac666a429473f8e820"
40
+ "gitHead": "7e6f2bf68330eec9970da4011d6aadd49ec8fc68"
41
41
  }