@kong/icons 1.9.2-pr.303.881e11b.0 → 1.9.2-pr.304.62dfd5e.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 +170 -170
- 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 +10 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kong/icons",
|
3
|
-
"version": "1.9.2-pr.
|
3
|
+
"version": "1.9.2-pr.304.62dfd5e.0",
|
4
4
|
"description": "Kong Icon Library",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"type": "module",
|
@@ -53,11 +53,10 @@
|
|
53
53
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
54
54
|
"@evilmartians/lefthook": "^1.6.10",
|
55
55
|
"@kong/design-tokens": "^1.12.12",
|
56
|
-
"@kong/kongponents": "9.0.0-alpha.156",
|
57
56
|
"@semantic-release/changelog": "^6.0.3",
|
58
57
|
"@semantic-release/git": "^10.0.1",
|
59
58
|
"@types/jsdom": "^21.1.6",
|
60
|
-
"@types/node": "^20.12.
|
59
|
+
"@types/node": "^20.12.11",
|
61
60
|
"@types/node-emoji": "^2.1.0",
|
62
61
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
63
62
|
"@typescript-eslint/parser": "^7.8.0",
|
@@ -74,31 +73,31 @@
|
|
74
73
|
"eslint": "^8.57.0",
|
75
74
|
"eslint-config-standard": "^17.1.0",
|
76
75
|
"eslint-plugin-import": "^2.29.1",
|
77
|
-
"eslint-plugin-n": "^17.5.
|
76
|
+
"eslint-plugin-n": "^17.5.1",
|
78
77
|
"eslint-plugin-promise": "^6.1.1",
|
79
|
-
"eslint-plugin-vue": "^9.
|
78
|
+
"eslint-plugin-vue": "^9.26.0",
|
80
79
|
"jsdom": "^24.0.0",
|
81
80
|
"node-emoji": "^2.1.3",
|
82
81
|
"picocolors": "^1.0.0",
|
83
82
|
"postcss": "^8.4.38",
|
84
|
-
"postcss-html": "^1.
|
85
|
-
"rimraf": "^5.0.
|
83
|
+
"postcss-html": "^1.7.0",
|
84
|
+
"rimraf": "^5.0.6",
|
86
85
|
"rollup-plugin-visualizer": "^5.12.0",
|
87
|
-
"sass": "^1.77.
|
86
|
+
"sass": "^1.77.1",
|
88
87
|
"semantic-release": "^22.0.12",
|
89
88
|
"stylelint": "^16.5.0",
|
90
89
|
"stylelint-config-html": "^1.1.0",
|
91
90
|
"stylelint-config-recommended-scss": "^14.0.0",
|
92
91
|
"stylelint-config-recommended-vue": "^1.5.0",
|
93
92
|
"stylelint-order": "^6.0.4",
|
94
|
-
"tsc-alias": "^1.8.
|
93
|
+
"tsc-alias": "^1.8.9",
|
95
94
|
"typescript": "^5.4.5",
|
96
95
|
"vite": "^5.2.11",
|
97
96
|
"vite-plugin-vue-devtools": "^7.1.3",
|
98
97
|
"vitest": "^1.6.0",
|
99
98
|
"vue": "^3.4.27",
|
100
99
|
"vue-router": "^4.3.2",
|
101
|
-
"vue-tsc": "^2.0.
|
100
|
+
"vue-tsc": "^2.0.17"
|
102
101
|
},
|
103
102
|
"peerDependencies": {
|
104
103
|
"vue": ">= 3.3.4 < 4"
|
@@ -155,7 +154,7 @@
|
|
155
154
|
"node": ">=18.17.0"
|
156
155
|
},
|
157
156
|
"volta": {
|
158
|
-
"node": "20.13.
|
157
|
+
"node": "20.13.1",
|
159
158
|
"yarn": "1.22.22"
|
160
159
|
},
|
161
160
|
"config": {
|