@kaizen/design-tokens 11.0.0 → 11.0.2
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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/design-tokens",
|
|
3
3
|
"description": "Tokens used in the Kaizen Design System",
|
|
4
|
-
"version": "11.0.
|
|
4
|
+
"version": "11.0.2",
|
|
5
5
|
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"color-string": "Version locked at 1.9.1 as 2.x will break implementation of older repos that are using the ThemeProvider (https://cultureamp.slack.com/archives/C0189KBPM4Y/p1742787520546679) - we will remove this in KAIO 2.0 so we can upgrade to 2.x then if still needed"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@cultureamp/package-bundler": "^2.
|
|
34
|
+
"@cultureamp/package-bundler": "^2.4.4",
|
|
35
35
|
"@types/color-string": "^1.5.5",
|
|
36
36
|
"@types/lodash.flatmap": "^4.5.9",
|
|
37
37
|
"@types/lodash.kebabcase": "^4.1.9",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"json-to-flat-sass": "^1.0.0",
|
|
40
40
|
"lodash.flatmap": "^4.5.0",
|
|
41
41
|
"object-to-css-variables": "^0.2.1",
|
|
42
|
-
"postcss": "^8.5.
|
|
42
|
+
"postcss": "^8.5.8",
|
|
43
43
|
"prettier": "*",
|
|
44
|
-
"react": "^19.
|
|
44
|
+
"react": "^19.2.4",
|
|
45
45
|
"react-highlight": "^0.15.0",
|
|
46
46
|
"react-map-interaction": "^2.1.0",
|
|
47
|
-
"rollup": "^4.
|
|
47
|
+
"rollup": "^4.59.0",
|
|
48
48
|
"tslib": "^2.8.1",
|
|
49
|
-
"tsx": "^4.
|
|
49
|
+
"tsx": "^4.21.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18.3.1 || ^19.0.0"
|