@kong/icons 1.9.1-pr.283.626784b.0 → 1.9.2-pr.303.881e11b.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/kong-icons.es.js +319 -319
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/index.d.ts +1 -1
- package/package.json +22 -21
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kong/icons",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.2-pr.303.881e11b.0",
|
4
4
|
"description": "Kong Icon Library",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"type": "module",
|
@@ -47,22 +47,23 @@
|
|
47
47
|
"commit": "cz"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@babel/types": "^7.24.
|
51
|
-
"@commitlint/cli": "^19.
|
52
|
-
"@commitlint/config-conventional": "^19.
|
50
|
+
"@babel/types": "^7.24.5",
|
51
|
+
"@commitlint/cli": "^19.3.0",
|
52
|
+
"@commitlint/config-conventional": "^19.2.2",
|
53
53
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
54
54
|
"@evilmartians/lefthook": "^1.6.10",
|
55
|
-
"@kong/design-tokens": "^1.12.
|
55
|
+
"@kong/design-tokens": "^1.12.12",
|
56
|
+
"@kong/kongponents": "9.0.0-alpha.156",
|
56
57
|
"@semantic-release/changelog": "^6.0.3",
|
57
58
|
"@semantic-release/git": "^10.0.1",
|
58
59
|
"@types/jsdom": "^21.1.6",
|
59
|
-
"@types/node": "^20.12.
|
60
|
+
"@types/node": "^20.12.10",
|
60
61
|
"@types/node-emoji": "^2.1.0",
|
61
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
62
|
-
"@typescript-eslint/parser": "^7.
|
62
|
+
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
63
|
+
"@typescript-eslint/parser": "^7.8.0",
|
63
64
|
"@vitejs/plugin-vue": "^5.0.4",
|
64
|
-
"@vitest/ui": "^1.
|
65
|
-
"@vue/test-utils": "^2.4.
|
65
|
+
"@vitest/ui": "^1.6.0",
|
66
|
+
"@vue/test-utils": "^2.4.6",
|
66
67
|
"@vue/tsconfig": "^0.5.1",
|
67
68
|
"autoprefixer": "^10.4.19",
|
68
69
|
"c8": "^9.1.0",
|
@@ -73,9 +74,9 @@
|
|
73
74
|
"eslint": "^8.57.0",
|
74
75
|
"eslint-config-standard": "^17.1.0",
|
75
76
|
"eslint-plugin-import": "^2.29.1",
|
76
|
-
"eslint-plugin-n": "^
|
77
|
+
"eslint-plugin-n": "^17.5.0",
|
77
78
|
"eslint-plugin-promise": "^6.1.1",
|
78
|
-
"eslint-plugin-vue": "^9.
|
79
|
+
"eslint-plugin-vue": "^9.25.0",
|
79
80
|
"jsdom": "^24.0.0",
|
80
81
|
"node-emoji": "^2.1.3",
|
81
82
|
"picocolors": "^1.0.0",
|
@@ -83,21 +84,21 @@
|
|
83
84
|
"postcss-html": "^1.6.0",
|
84
85
|
"rimraf": "^5.0.5",
|
85
86
|
"rollup-plugin-visualizer": "^5.12.0",
|
86
|
-
"sass": "^1.
|
87
|
+
"sass": "^1.77.0",
|
87
88
|
"semantic-release": "^22.0.12",
|
88
|
-
"stylelint": "^16.
|
89
|
+
"stylelint": "^16.5.0",
|
89
90
|
"stylelint-config-html": "^1.1.0",
|
90
91
|
"stylelint-config-recommended-scss": "^14.0.0",
|
91
92
|
"stylelint-config-recommended-vue": "^1.5.0",
|
92
93
|
"stylelint-order": "^6.0.4",
|
93
94
|
"tsc-alias": "^1.8.8",
|
94
95
|
"typescript": "^5.4.5",
|
95
|
-
"vite": "^5.2.
|
96
|
-
"vite-plugin-vue-devtools": "^7.
|
97
|
-
"vitest": "^1.
|
98
|
-
"vue": "^3.4.
|
99
|
-
"vue-router": "^4.3.
|
100
|
-
"vue-tsc": "^2.0.
|
96
|
+
"vite": "^5.2.11",
|
97
|
+
"vite-plugin-vue-devtools": "^7.1.3",
|
98
|
+
"vitest": "^1.6.0",
|
99
|
+
"vue": "^3.4.27",
|
100
|
+
"vue-router": "^4.3.2",
|
101
|
+
"vue-tsc": "^2.0.16"
|
101
102
|
},
|
102
103
|
"peerDependencies": {
|
103
104
|
"vue": ">= 3.3.4 < 4"
|
@@ -154,7 +155,7 @@
|
|
154
155
|
"node": ">=18.17.0"
|
155
156
|
},
|
156
157
|
"volta": {
|
157
|
-
"node": "20.
|
158
|
+
"node": "20.13.0",
|
158
159
|
"yarn": "1.22.22"
|
159
160
|
},
|
160
161
|
"config": {
|