@blackbaud/skyux-design-tokens 0.0.51 → 0.0.52

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  - Added `neutral-medium-dark` token in modern. [#64](https://github.com/blackbaud/skyux-design-tokens/pull/64)
4
4
 
5
+ ## [0.0.52](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.51...0.0.52) (2025-04-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bring `sd-transforms` to a compatible version and bump `vitest` for vulnerabilities ([#155](https://github.com/blackbaud/skyux-design-tokens/issues/155)) ([f313fc9](https://github.com/blackbaud/skyux-design-tokens/commit/f313fc938aa020a35dc6b25ce16f21cbc3fdbee6))
11
+
5
12
  ## [0.0.51](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.50...0.0.51) (2025-04-04)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "publishToNPM": true
16
16
  },
17
17
  "devDependencies": {
18
- "@tokens-studio/sd-transforms": "1.2.12",
19
- "@vitest/coverage-v8": "3.0.9",
18
+ "@tokens-studio/sd-transforms": "1.2.5",
19
+ "@vitest/coverage-v8": "3.1.1",
20
20
  "fs-extra": "11.3.0",
21
21
  "glob": "11.0.1",
22
22
  "js-yaml": "3.13.1",
@@ -24,7 +24,7 @@
24
24
  "style-dictionary": "4.0.1",
25
25
  "typescript": "5.8.2",
26
26
  "vite": "5.3.4",
27
- "vitest": "3.0.9"
27
+ "vitest": "3.1.1"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",