@kong/kongponents 9.38.2 → 9.38.3
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/kongponents",
|
|
3
|
-
"version": "9.38.
|
|
3
|
+
"version": "9.38.3",
|
|
4
4
|
"description": "Kong Component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"semantic-release": "semantic-release"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@floating-ui/vue": "^1.1.
|
|
57
|
+
"@floating-ui/vue": "^1.1.8",
|
|
58
58
|
"@kong/icons": "^1.33.2",
|
|
59
59
|
"@popperjs/core": "^2.11.8",
|
|
60
60
|
"date-fns": "^2.30.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@kong/eslint-config-kong-ui": "1.5.1",
|
|
86
86
|
"@semantic-release/changelog": "^6.0.3",
|
|
87
87
|
"@semantic-release/git": "^10.0.1",
|
|
88
|
-
"@stylistic/stylelint-plugin": "^
|
|
88
|
+
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
89
89
|
"@types/inquirer": "^9.0.7",
|
|
90
90
|
"@types/lodash-es": "^4.17.12",
|
|
91
91
|
"@types/node": "^22.17.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
94
94
|
"@vue/compiler-core": "^3.5.18",
|
|
95
95
|
"@vue/tsconfig": "^0.7.0",
|
|
96
|
-
"@vueuse/core": "^13.
|
|
96
|
+
"@vueuse/core": "^13.6.0",
|
|
97
97
|
"autoprefixer": "^10.4.21",
|
|
98
98
|
"boxen": "^8.0.1",
|
|
99
99
|
"commitizen": "^4.3.1",
|
|
@@ -114,20 +114,20 @@
|
|
|
114
114
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
115
115
|
"sass": "^1.89.2",
|
|
116
116
|
"semantic-release": "^24.2.7",
|
|
117
|
-
"shiki": "^3.
|
|
117
|
+
"shiki": "^3.9.1",
|
|
118
118
|
"shx": "^0.4.0",
|
|
119
|
-
"stylelint": "^16.
|
|
119
|
+
"stylelint": "^16.23.0",
|
|
120
120
|
"stylelint-config-html": "^1.1.0",
|
|
121
121
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
122
122
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
123
123
|
"stylelint-order": "^7.0.0",
|
|
124
124
|
"tsc-alias": "^1.8.16",
|
|
125
|
-
"typescript": "^5.
|
|
125
|
+
"typescript": "^5.9.2",
|
|
126
126
|
"vite": "^6.0.15",
|
|
127
|
-
"vite-plugin-vue-devtools": "^7.
|
|
127
|
+
"vite-plugin-vue-devtools": "^7.7.7",
|
|
128
128
|
"vitepress": "^1.6.3",
|
|
129
|
-
"vue": "^3.5.
|
|
130
|
-
"vue-router": "^4.
|
|
129
|
+
"vue": "^3.5.18",
|
|
130
|
+
"vue-router": "^4.5.1",
|
|
131
131
|
"vue-tsc": "^2.2.12"
|
|
132
132
|
},
|
|
133
133
|
"resolutions": {
|