@sfxcode/formkit-primevue 1.9.4 → 1.9.5

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 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -27,7 +27,6 @@ import { primeInputs } from '@sfxcode/formkit-primevue'
27
27
 
28
28
  [useFormKitSchema](https://github.com/sfxcode/formkit-primevue/blob/main/src/composables/useFormKitSchema.ts) provide functions to simplify the usage of elements, components, lists, ...
29
29
 
30
-
31
30
  ### Basic Styling
32
31
 
33
32
  Basic styling is provided with the [formkit-primevue.scss](https://github.com/sfxcode/formkit-primevue/blob/main/src/sass/formkit-primevue.scss) file.
@@ -47,7 +46,7 @@ You can use it or take it as base for your own styling.
47
46
  - PT and PTOptions are available ([https://primevue.org/passthrough/](https://primevue.org/passthrough/))
48
47
  - [Styling](https://formkit-primevue.netlify.app/styling/base) and [PT](https://formkit-primevue.netlify.app/styling/passThrough) demo available
49
48
 
50
- ### Samples
49
+ ### Samples
51
50
 
52
51
  Some samples for common tasks are available
53
52
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "1.9.4",
4
+ "version": "1.9.5",
5
5
  "author": {
6
6
  "name": "Tom",
7
7
  "email": "tom@sfxcode.com"
@@ -64,18 +64,18 @@
64
64
  "@formkit/i18n": "^1.6.0",
65
65
  "@formkit/vue": "^1.6.0",
66
66
  "primeicons": "^6.0.1",
67
- "primevue": "^3.49.1"
67
+ "primevue": "^3.50.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@antfu/eslint-config": "2.8.1",
70
+ "@antfu/eslint-config": "2.8.3",
71
71
  "@formkit/core": "^1.6.0",
72
- "@types/node": "^20.11.27",
73
- "@unocss/preset-icons": "^0.58.5",
74
- "@unocss/preset-uno": "0.58.5",
72
+ "@types/node": "^20.11.28",
73
+ "@unocss/preset-icons": "^0.58.6",
74
+ "@unocss/preset-uno": "0.58.6",
75
75
  "@vitejs/plugin-vue": "^5.0.4",
76
76
  "@vue/compiler-sfc": "^3.4.21",
77
77
  "@vue/server-renderer": "^3.4.21",
78
- "@vue/test-utils": "^2.4.4",
78
+ "@vue/test-utils": "^2.4.5",
79
79
  "@vue/tsconfig": "^0.5.1",
80
80
  "@vuedx/typecheck": "~0.7.6",
81
81
  "@vuedx/typescript-plugin-vue": "~0.7.6",
@@ -87,11 +87,11 @@
87
87
  "json-editor-vue": "^0.12.0",
88
88
  "mkdist": "^1.4.0",
89
89
  "quill": "^1.3.7",
90
- "sass": "^1.71.1",
90
+ "sass": "^1.72.0",
91
91
  "tslib": "^2.6.2",
92
92
  "typescript": "^5.4.2",
93
93
  "unbuild": "2.0.0",
94
- "unocss": "^0.58.5",
94
+ "unocss": "^0.58.6",
95
95
  "unplugin-auto-import": "^0.17.5",
96
96
  "unplugin-vue-components": "^0.26.0",
97
97
  "vanilla-jsoneditor": "^0.23.0",