@sfxcode/formkit-primevue 2.8.2 → 2.8.4

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.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.8.2",
4
+ "version": "2.8.4",
5
5
  "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
6
6
  "author": {
7
7
  "name": "Tom",
@@ -88,62 +88,62 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@formkit/addons": "^1.6.9",
91
- "@formkit/drag-and-drop": "^0.4.2",
91
+ "@formkit/drag-and-drop": "^0.5.3",
92
92
  "@formkit/i18n": "^1.6.9",
93
93
  "@formkit/inputs": "^1.6.9",
94
94
  "@formkit/vue": "^1.6.9",
95
- "@intlify/core": "^11.1.2",
95
+ "@intlify/core": "^11.1.3",
96
96
  "primeicons": "^7.0.0",
97
97
  "primevue": "^4.3.3",
98
98
  "quill": "^2.0.3",
99
99
  "uuid": "^11.1.0",
100
- "vue-i18n": "^11.1.2"
100
+ "vue-i18n": "^11.1.3"
101
101
  },
102
102
  "devDependencies": {
103
- "@antfu/eslint-config": "^4.11.0",
103
+ "@antfu/eslint-config": "^4.12.0",
104
104
  "@formkit/core": "^1.6.9",
105
- "@primeuix/themes": "^1.0.0",
106
- "@types/node": "^22.13.14",
105
+ "@primeuix/themes": "^1.0.3",
106
+ "@types/node": "^22.15.2",
107
107
  "@types/uuid": "^10.0.0",
108
- "@unocss/preset-icons": "^66.0.0",
109
- "@unocss/preset-uno": "^66.0.0",
108
+ "@unocss/preset-icons": "66.1.0-beta.12",
109
+ "@unocss/preset-uno": "66.1.0-beta.12",
110
110
  "@vitejs/plugin-vue": "^5.2.3",
111
- "@vitest/coverage-v8": "^3.0.9",
112
- "@vitest/ui": "^3.0.9",
111
+ "@vitest/coverage-v8": "^3.1.2",
112
+ "@vitest/ui": "^3.1.2",
113
113
  "@vue/compiler-sfc": "^3.5.13",
114
114
  "@vue/server-renderer": "^3.5.13",
115
115
  "@vue/test-utils": "^2.4.6",
116
116
  "@vue/tsconfig": "^0.7.0",
117
117
  "@vuedx/typecheck": "~0.7.6",
118
118
  "@vuedx/typescript-plugin-vue": "~0.7.6",
119
- "@vueuse/core": "^13.0.0",
119
+ "@vueuse/core": "^13.1.0",
120
120
  "@vueuse/head": "^2.0.0",
121
121
  "changelogen": "^0.6.1",
122
- "chart.js": "^4.4.8",
122
+ "chart.js": "^4.4.9",
123
123
  "consola": "^3.4.2",
124
124
  "cookie": "^1.0.2",
125
- "eslint": "^9.23.0",
125
+ "eslint": "^9.25.1",
126
126
  "happy-dom": "^17.4.4",
127
127
  "json-editor-vue": "^0.18.1",
128
- "mkdist": "^2.2.0",
128
+ "mkdist": "^2.3.0",
129
129
  "quill": "^2.0.2",
130
- "sass": "^1.86.0",
130
+ "sass": "^1.87.0",
131
131
  "tslib": "^2.8.1",
132
- "typescript": "^5.8.2",
132
+ "typescript": "^5.8.3",
133
133
  "unbuild": "^3.5.0",
134
- "unocss": "^66.0.0",
134
+ "unocss": "66.0.0",
135
135
  "unplugin-auto-import": "^19.1.2",
136
- "unplugin-vue-components": "^28.4.1",
137
- "vite": "^6.2.3",
136
+ "unplugin-vue-components": "^28.5.0",
137
+ "vite": "^6.3.3",
138
138
  "vite-plugin-dts": "^4.5.3",
139
139
  "vite-plugin-eslint": "^1.8.1",
140
- "vite-plugin-pages": "^0.32.5",
141
- "vite-ssg": "^26.0.0",
140
+ "vite-plugin-pages": "^0.33.0",
141
+ "vite-ssg": "^26.1.1",
142
142
  "vitepress": "^1.6.3",
143
- "vitest": "^3.0.9",
143
+ "vitest": "^3.1.2",
144
144
  "vue": "^3.5.13",
145
145
  "vue-demi": "^0.14.10",
146
- "vue-router": "^4.5.0",
147
- "vue-tsc": "^2.2.8"
146
+ "vue-router": "^4.5.1",
147
+ "vue-tsc": "^2.2.10"
148
148
  }
149
149
  }