@sfxcode/formkit-primevue 0.8.2 → 0.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.
package/README.md CHANGED
@@ -27,6 +27,8 @@ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://git
27
27
  - ColorPicker
28
28
  - Listbox
29
29
  - ToggleButton
30
+ - SelectButton
31
+ - TriStateCheckbox
30
32
 
31
33
  ## Usage
32
34
 
@@ -37,3 +37,4 @@ export declare const primeInputs: {
37
37
  primeToggleButton: FormKitTypeDefinition;
38
38
  primeListbox: FormKitTypeDefinition;
39
39
  };
40
+ declare module '@sfxcode/formkit-primevue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/sfxcode/formkit-primevue",
@@ -35,37 +35,37 @@
35
35
  "dependencies": {
36
36
  "@formkit/vue": "^1.0.0-beta.11",
37
37
  "primeicons": "^6.0.1",
38
- "primevue": "^3.18.0"
38
+ "primevue": "^3.18.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@antfu/eslint-config": "^0.27.0",
41
+ "@antfu/eslint-config": "^0.29.4",
42
42
  "@formkit/i18n": "^1.0.0-beta.11",
43
- "@types/node": "^18.11.7",
43
+ "@types/node": "^18.11.9",
44
44
  "@vitejs/plugin-vue": "^3.2.0",
45
45
  "@vue/babel-preset-app": "^5.0.8",
46
- "@vue/compiler-sfc": "^3.2.41",
47
- "@vue/server-renderer": "^3.2.41",
46
+ "@vue/compiler-sfc": "^3.2.44",
47
+ "@vue/server-renderer": "^3.2.44",
48
48
  "@vue/test-utils": "^2.2.1",
49
- "@vuedx/typecheck": "~0.7.5",
50
- "@vuedx/typescript-plugin-vue": "~0.7.5",
51
- "@vueuse/core": "^9.4.0",
49
+ "@vuedx/typecheck": "~0.7.6",
50
+ "@vuedx/typescript-plugin-vue": "~0.7.6",
51
+ "@vueuse/core": "^9.5.0",
52
52
  "@vueuse/head": "~0.9.8",
53
53
  "chart.js": "^3.9.1",
54
54
  "consola": "^2.15.3",
55
- "eslint": "latest",
55
+ "eslint": "^8.27.0",
56
56
  "quill": "^1.3.7",
57
- "sass": "^1.55.0",
58
- "tslib": "^2.4.0",
57
+ "sass": "^1.56.1",
58
+ "tslib": "^2.4.1",
59
59
  "typescript": "^4.8.4",
60
60
  "unplugin-auto-import": "^0.11.4",
61
61
  "unplugin-vue-components": "^0.22.9",
62
62
  "vue-demi": "^0.13.11",
63
- "vite": "^3.2.1",
64
- "vite-plugin-dts": "^1.6.6",
63
+ "vite": "^3.2.3",
64
+ "vite-plugin-dts": "^1.7.0",
65
65
  "vite-plugin-eslint": "^1.8.1",
66
66
  "vite-plugin-pages": "^0.27.1",
67
- "vite-ssg": "^0.21.1",
68
- "vue": "^3.2.41",
67
+ "vite-ssg": "^0.21.2",
68
+ "vue": "^3.2.44",
69
69
  "vue-router": "^4.1.6",
70
70
  "vue-tsc": "^1.0.9"
71
71
  },