@sfxcode/formkit-primevue 2.9.2 → 2.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -126,7 +126,7 @@ Some samples for common tasks are available
126
126
  - Checkbox
127
127
  - ColorPicker
128
128
  - DatePicker
129
- - Editor (HTML Editor)
129
+ - Editor (HTML Editor - if you register the editor component, make sure to import quill)
130
130
  - InputMask
131
131
  - InputNumber
132
132
  - InputOtp
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.9.2",
4
+ "version": "2.9.3",
5
5
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
6
6
  "author": {
7
7
  "name": "Tom",
@@ -94,7 +94,8 @@
94
94
  "@intlify/core": "^11.1.4",
95
95
  "primeicons": "^7.0.0",
96
96
  "primevue": "^4.3.4",
97
- "uuid": "^11.1.0"
97
+ "uuid": "^11.1.0",
98
+ "vue-i18n": "^11.1.4"
98
99
  },
99
100
  "devDependencies": {
100
101
  "@antfu/eslint-config": "^4.13.2",
@@ -108,8 +109,8 @@
108
109
  "@vitejs/plugin-vue": "^5.2.4",
109
110
  "@vitest/coverage-v8": "^3.1.4",
110
111
  "@vitest/ui": "^3.1.4",
111
- "@vue/compiler-sfc": "^3.5.14",
112
- "@vue/server-renderer": "^3.5.14",
112
+ "@vue/compiler-sfc": "^3.5.15",
113
+ "@vue/server-renderer": "^3.5.15",
113
114
  "@vue/test-utils": "^2.4.6",
114
115
  "@vue/tsconfig": "^0.7.0",
115
116
  "@vueuse/core": "^13.2.0",
@@ -129,8 +130,8 @@
129
130
  "typescript": "^5.8.3",
130
131
  "unbuild": "^3.5.0",
131
132
  "unocss": "66.1.2",
132
- "unplugin-auto-import": "^19.2.0",
133
- "unplugin-vue-components": "^28.5.0",
133
+ "unplugin-auto-import": "^19.3.0",
134
+ "unplugin-vue-components": "^28.7.0",
134
135
  "vite": "^6.3.5",
135
136
  "vite-plugin-dts": "^4.5.4",
136
137
  "vite-plugin-eslint": "^1.8.1",
@@ -138,9 +139,8 @@
138
139
  "vite-ssg": "^27.0.1",
139
140
  "vitepress": "^1.6.3",
140
141
  "vitest": "^3.1.4",
141
- "vue": "^3.5.14",
142
+ "vue": "^3.5.15",
142
143
  "vue-demi": "^0.14.10",
143
- "vue-i18n": "^11.1.4",
144
144
  "vue-router": "^4.5.1",
145
145
  "vue-tsc": "^2.2.10"
146
146
  }