@kong/design-tokens 1.18.0 → 1.18.1-pr.543.8cb89cf.0
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/dist/tokens/css/custom-properties.css +1 -1
- package/dist/tokens/js/cjs/index.d.ts +1 -1
- package/dist/tokens/js/cjs/index.js +1 -1
- package/dist/tokens/js/index.d.ts +1 -1
- package/dist/tokens/js/index.mjs +1 -1
- package/dist/tokens/less/variables.less +1 -1
- package/dist/tokens/scss/_map.scss +1 -1
- package/dist/tokens/scss/_variables.scss +1 -1
- package/package.json +23 -18
package/dist/tokens/js/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/design-tokens",
|
|
3
|
-
"version": "1.18.0",
|
|
3
|
+
"version": "1.18.1-pr.543.8cb89cf.0",
|
|
4
4
|
"description": "Kong UI Design Tokens and style dictionary",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -53,30 +53,30 @@
|
|
|
53
53
|
"url": "https://github.com/Kong/design-tokens/issues"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@commitlint/cli": "^
|
|
57
|
-
"@commitlint/config-conventional": "^
|
|
56
|
+
"@commitlint/cli": "^20.1.0",
|
|
57
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
58
58
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
|
59
|
-
"@evilmartians/lefthook": "^1.
|
|
60
|
-
"@kong/eslint-config-kong-ui": "^1.5.
|
|
59
|
+
"@evilmartians/lefthook": "^1.13.6",
|
|
60
|
+
"@kong/eslint-config-kong-ui": "^1.5.6",
|
|
61
61
|
"@semantic-release/changelog": "^6.0.3",
|
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
63
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
64
64
|
"chokidar-cli": "^3.0.0",
|
|
65
65
|
"commitizen": "^4.3.1",
|
|
66
66
|
"cz-conventional-changelog": "^3.3.0",
|
|
67
|
-
"eslint": "^9.
|
|
67
|
+
"eslint": "^9.37.0",
|
|
68
68
|
"npm-run-all2": "^8.0.4",
|
|
69
69
|
"rimraf": "^6.0.1",
|
|
70
|
-
"sass": "^1.
|
|
71
|
-
"semantic-release": "^24.2.
|
|
70
|
+
"sass": "^1.93.2",
|
|
71
|
+
"semantic-release": "^24.2.9",
|
|
72
72
|
"shx": "^0.4.0",
|
|
73
73
|
"style-dictionary": "^4.4.0",
|
|
74
|
-
"typescript": "^5.
|
|
75
|
-
"vite": "^7.
|
|
74
|
+
"typescript": "^5.9.3",
|
|
75
|
+
"vite": "^7.1.10",
|
|
76
76
|
"vite-plugin-restart": "^1.0.0",
|
|
77
|
-
"vite-plugin-vue-devtools": "^
|
|
78
|
-
"vue": "^3.5.
|
|
79
|
-
"vue-router": "^4.
|
|
77
|
+
"vite-plugin-vue-devtools": "^8.0.2",
|
|
78
|
+
"vue": "^3.5.22",
|
|
79
|
+
"vue-router": "^4.6.0"
|
|
80
80
|
},
|
|
81
81
|
"release": {
|
|
82
82
|
"branches": [
|
|
@@ -102,7 +102,12 @@
|
|
|
102
102
|
"changelogFile": "CHANGELOG.md"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
|
-
|
|
105
|
+
[
|
|
106
|
+
"@semantic-release/npm",
|
|
107
|
+
{
|
|
108
|
+
"npmPublish": false
|
|
109
|
+
}
|
|
110
|
+
],
|
|
106
111
|
[
|
|
107
112
|
"@semantic-release/git",
|
|
108
113
|
{
|
|
@@ -126,13 +131,13 @@
|
|
|
126
131
|
"jiraAppend": "]"
|
|
127
132
|
}
|
|
128
133
|
},
|
|
129
|
-
"packageManager": "pnpm@10.
|
|
134
|
+
"packageManager": "pnpm@10.18.3",
|
|
130
135
|
"engines": {
|
|
131
|
-
"node": ">=20.19.
|
|
136
|
+
"node": ">=20.19.5",
|
|
132
137
|
"pnpm": ">=9.14.4 || >=10.1.0"
|
|
133
138
|
},
|
|
134
139
|
"volta": {
|
|
135
|
-
"node": "
|
|
140
|
+
"node": "24.10.0"
|
|
136
141
|
},
|
|
137
142
|
"pnpm": {
|
|
138
143
|
"onlyBuiltDependencies": [
|