@sfxcode/formkit-primevue 2.5.5 → 2.5.6
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 +9 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.6",
|
|
5
5
|
"packageManager": "pnpm@9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -91,24 +91,25 @@
|
|
|
91
91
|
"@formkit/drag-and-drop": "^0.1.6",
|
|
92
92
|
"@formkit/i18n": "^1.6.7",
|
|
93
93
|
"@formkit/vue": "^1.6.7",
|
|
94
|
+
"@intlify/core": "9.14.1",
|
|
94
95
|
"primeicons": "^7.0.0",
|
|
95
96
|
"primevue": "4.0.7",
|
|
96
97
|
"quill": "^2.0.2",
|
|
97
98
|
"uuid": "^10.0.0",
|
|
98
|
-
"
|
|
99
|
+
"vue-i18n": "9.14.1"
|
|
99
100
|
},
|
|
100
101
|
"devDependencies": {
|
|
101
102
|
"@antfu/eslint-config": "3.7.3",
|
|
102
103
|
"@formkit/core": "^1.6.7",
|
|
103
104
|
"@primevue/themes": "4.0.7",
|
|
104
105
|
"@types/node": "^22.7.4",
|
|
105
|
-
"@unocss/preset-icons": "^0.63.
|
|
106
|
-
"@unocss/preset-uno": "^0.63.
|
|
106
|
+
"@unocss/preset-icons": "^0.63.3",
|
|
107
|
+
"@unocss/preset-uno": "^0.63.3",
|
|
107
108
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
108
109
|
"@vitest/coverage-v8": "^2.1.2",
|
|
109
110
|
"@vitest/ui": "^2.1.2",
|
|
110
|
-
"@vue/compiler-sfc": "^3.5.
|
|
111
|
-
"@vue/server-renderer": "^3.5.
|
|
111
|
+
"@vue/compiler-sfc": "^3.5.11",
|
|
112
|
+
"@vue/server-renderer": "^3.5.11",
|
|
112
113
|
"@vue/test-utils": "^2.4.6",
|
|
113
114
|
"@vue/tsconfig": "^0.5.1",
|
|
114
115
|
"@vuedx/typecheck": "~0.7.6",
|
|
@@ -127,7 +128,7 @@
|
|
|
127
128
|
"tslib": "^2.7.0",
|
|
128
129
|
"typescript": "^5.6.2",
|
|
129
130
|
"unbuild": "3.0.0-rc.8",
|
|
130
|
-
"unocss": "^0.63.
|
|
131
|
+
"unocss": "^0.63.3",
|
|
131
132
|
"unplugin-auto-import": "^0.18.3",
|
|
132
133
|
"unplugin-vue-components": "^0.27.4",
|
|
133
134
|
"vanilla-jsoneditor": "^1.0.6",
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
"vite-ssg": "^0.23.8",
|
|
139
140
|
"vitepress": "^1.3.4",
|
|
140
141
|
"vitest": "^2.1.2",
|
|
141
|
-
"vue": "^3.5.
|
|
142
|
+
"vue": "^3.5.11",
|
|
142
143
|
"vue-demi": "^0.14.10",
|
|
143
144
|
"vue-router": "^4.4.5",
|
|
144
145
|
"vue-tsc": "^2.1.6"
|