@sfxcode/formkit-primevue 0.7.5 → 0.8.1

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/README.md CHANGED
@@ -24,6 +24,9 @@ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://git
24
24
  - Ranking
25
25
  - Chips
26
26
  - Knob
27
+ - ColorPicker
28
+ - Listbox
29
+ - ToggleButton
27
30
 
28
31
  ## Usage
29
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
- "version": "0.7.5",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/sfxcode/formkit-primevue",
@@ -33,40 +33,41 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@formkit/vue": "^1.0.0-beta.10",
37
- "primeicons": "^5.0.0",
38
- "primevue": "^3.17.0"
36
+ "@formkit/vue": "^1.0.0-beta.11",
37
+ "primeicons": "^6.0.1",
38
+ "primevue": "^3.18.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@antfu/eslint-config": "^0.26.3",
42
- "@formkit/i18n": "^1.0.0-beta.10",
43
- "@types/node": "^18.7.16",
44
- "@vitejs/plugin-vue": "^3.1.0",
41
+ "@antfu/eslint-config": "^0.27.0",
42
+ "@formkit/i18n": "^1.0.0-beta.11",
43
+ "@types/node": "^18.11.7",
44
+ "@vitejs/plugin-vue": "^3.2.0",
45
45
  "@vue/babel-preset-app": "^5.0.8",
46
- "@vue/compiler-sfc": "^3.2.39",
47
- "@vue/server-renderer": "^3.2.39",
48
- "@vue/test-utils": "^2.0.2",
46
+ "@vue/compiler-sfc": "^3.2.41",
47
+ "@vue/server-renderer": "^3.2.41",
48
+ "@vue/test-utils": "^2.2.1",
49
49
  "@vuedx/typecheck": "~0.7.5",
50
50
  "@vuedx/typescript-plugin-vue": "~0.7.5",
51
- "@vueuse/core": "^9.2.0",
52
- "@vueuse/head": "~0.7.10",
51
+ "@vueuse/core": "^9.4.0",
52
+ "@vueuse/head": "~0.9.8",
53
53
  "chart.js": "^3.9.1",
54
54
  "consola": "^2.15.3",
55
55
  "eslint": "latest",
56
56
  "quill": "^1.3.7",
57
- "sass": "^1.54.9",
57
+ "sass": "^1.55.0",
58
58
  "tslib": "^2.4.0",
59
- "typescript": "^4.8.3",
60
- "unplugin-auto-import": "^0.11.2",
61
- "unplugin-vue-components": "^0.22.4",
62
- "vite": "^3.1.0",
63
- "vite-plugin-dts": "^1.5.0",
59
+ "typescript": "^4.8.4",
60
+ "unplugin-auto-import": "^0.11.4",
61
+ "unplugin-vue-components": "^0.22.9",
62
+ "vue-demi": "^0.13.11",
63
+ "vite": "^3.2.1",
64
+ "vite-plugin-dts": "^1.6.6",
64
65
  "vite-plugin-eslint": "^1.8.1",
65
- "vite-plugin-pages": "^0.26.0",
66
- "vite-ssg": "^0.20.2",
67
- "vue": "^3.2.39",
68
- "vue-router": "^4.1.5",
69
- "vue-tsc": "^0.40.13"
66
+ "vite-plugin-pages": "^0.27.1",
67
+ "vite-ssg": "^0.21.1",
68
+ "vue": "^3.2.41",
69
+ "vue-router": "^4.1.6",
70
+ "vue-tsc": "^1.0.9"
70
71
  },
71
72
  "scripts": {
72
73
  "dev": "vite",