@kong/icons 1.8.15-pr.239.b29accc.0 → 1.8.15-pr.243.5390cd6.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 +165 -165
- 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 +25 -25
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kong/icons",
|
3
|
-
"version": "1.8.15-pr.
|
3
|
+
"version": "1.8.15-pr.243.5390cd6.0",
|
4
4
|
"description": "Kong Icon Library",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"type": "module",
|
@@ -47,43 +47,43 @@
|
|
47
47
|
"commit": "cz"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@babel/types": "^7.
|
51
|
-
"@commitlint/cli": "^
|
52
|
-
"@commitlint/config-conventional": "^
|
50
|
+
"@babel/types": "^7.24.0",
|
51
|
+
"@commitlint/cli": "^19.2.0",
|
52
|
+
"@commitlint/config-conventional": "^19.1.0",
|
53
53
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
54
|
-
"@evilmartians/lefthook": "^1.6.
|
54
|
+
"@evilmartians/lefthook": "^1.6.7",
|
55
55
|
"@kong/design-tokens": "^1.12.10",
|
56
56
|
"@semantic-release/changelog": "^6.0.3",
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
58
58
|
"@types/jsdom": "^21.1.6",
|
59
|
-
"@types/node": "^20.11.
|
59
|
+
"@types/node": "^20.11.29",
|
60
60
|
"@types/node-emoji": "^2.1.0",
|
61
|
-
"@typescript-eslint/eslint-plugin": "^
|
62
|
-
"@typescript-eslint/parser": "^
|
61
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
62
|
+
"@typescript-eslint/parser": "^7.2.0",
|
63
63
|
"@vitejs/plugin-vue": "^5.0.4",
|
64
|
-
"@vitest/ui": "^1.
|
65
|
-
"@vue/test-utils": "^2.4.
|
64
|
+
"@vitest/ui": "^1.4.0",
|
65
|
+
"@vue/test-utils": "^2.4.5",
|
66
66
|
"@vue/tsconfig": "^0.5.1",
|
67
|
-
"autoprefixer": "^10.4.
|
67
|
+
"autoprefixer": "^10.4.18",
|
68
68
|
"c8": "^9.1.0",
|
69
69
|
"cheerio": "^1.0.0-rc.12",
|
70
70
|
"commitizen": "^4.3.0",
|
71
71
|
"cross-env": "^7.0.3",
|
72
72
|
"cz-conventional-changelog": "^3.3.0",
|
73
|
-
"eslint": "^8.
|
73
|
+
"eslint": "^8.57.0",
|
74
74
|
"eslint-config-standard": "^17.1.0",
|
75
75
|
"eslint-plugin-import": "^2.29.1",
|
76
76
|
"eslint-plugin-n": "^16.6.2",
|
77
77
|
"eslint-plugin-promise": "^6.1.1",
|
78
|
-
"eslint-plugin-vue": "^9.
|
79
|
-
"jsdom": "^
|
78
|
+
"eslint-plugin-vue": "^9.23.0",
|
79
|
+
"jsdom": "^24.0.0",
|
80
80
|
"node-emoji": "^2.1.3",
|
81
81
|
"picocolors": "^1.0.0",
|
82
|
-
"postcss": "^8.4.
|
82
|
+
"postcss": "^8.4.36",
|
83
83
|
"postcss-html": "^1.6.0",
|
84
84
|
"rimraf": "^5.0.5",
|
85
85
|
"rollup-plugin-visualizer": "^5.12.0",
|
86
|
-
"sass": "^1.
|
86
|
+
"sass": "^1.72.0",
|
87
87
|
"semantic-release": "^22.0.12",
|
88
88
|
"stylelint": "^16.2.1",
|
89
89
|
"stylelint-config-html": "^1.1.0",
|
@@ -91,13 +91,13 @@
|
|
91
91
|
"stylelint-config-recommended-vue": "^1.5.0",
|
92
92
|
"stylelint-order": "^6.0.4",
|
93
93
|
"tsc-alias": "^1.8.8",
|
94
|
-
"typescript": "^5.
|
95
|
-
"vite": "^5.
|
96
|
-
"vite-plugin-vue-devtools": "^7.0.
|
97
|
-
"vitest": "^1.
|
98
|
-
"vue": "^3.4.
|
99
|
-
"vue-router": "^4.
|
100
|
-
"vue-tsc": "^
|
94
|
+
"typescript": "^5.4.2",
|
95
|
+
"vite": "^5.1.6",
|
96
|
+
"vite-plugin-vue-devtools": "^7.0.19",
|
97
|
+
"vitest": "^1.4.0",
|
98
|
+
"vue": "^3.4.21",
|
99
|
+
"vue-router": "^4.3.0",
|
100
|
+
"vue-tsc": "^2.0.6"
|
101
101
|
},
|
102
102
|
"peerDependencies": {
|
103
103
|
"vue": ">= 3.3.4 < 4"
|
@@ -154,8 +154,8 @@
|
|
154
154
|
"node": ">=18.17.0"
|
155
155
|
},
|
156
156
|
"volta": {
|
157
|
-
"node": "20.11.
|
158
|
-
"yarn": "1.22.
|
157
|
+
"node": "20.11.1",
|
158
|
+
"yarn": "1.22.22"
|
159
159
|
},
|
160
160
|
"config": {
|
161
161
|
"commitizen": {
|