@sfxcode/formkit-primevue 1.9.10 → 1.9.12

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 +36 -29
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "1.9.10",
4
+ "version": "1.9.12",
5
5
  "author": {
6
6
  "name": "Tom",
7
7
  "email": "tom@sfxcode.com"
@@ -72,27 +72,32 @@
72
72
  "prepublishOnly": "pnpm build",
73
73
  "docs:dev": "vitepress dev docs",
74
74
  "docs:build": "vitepress build docs",
75
- "docs:serve": "vitepress serve docs"
75
+ "docs:serve": "vitepress serve docs",
76
+ "test": "vitest",
77
+ "test:ui": "vitest --ui",
78
+ "coverage": "vitest run --coverage"
76
79
  },
77
80
  "peerDependencies": {
78
81
  "vue": "^3.4.0"
79
82
  },
80
83
  "dependencies": {
81
- "@formkit/addons": "^1.6.1",
82
- "@formkit/i18n": "^1.6.1",
83
- "@formkit/vue": "^1.6.1",
84
+ "@formkit/addons": "^1.6.2",
85
+ "@formkit/i18n": "^1.6.2",
86
+ "@formkit/vue": "^1.6.2",
84
87
  "primeicons": "^7.0.0",
85
- "primevue": "^3.51.0"
88
+ "primevue": "^3.52.0"
86
89
  },
87
90
  "devDependencies": {
88
- "@antfu/eslint-config": "2.12.1",
89
- "@formkit/core": "^1.6.1",
90
- "@types/node": "^20.12.4",
91
- "@unocss/preset-icons": "0.59.0-beta.1",
92
- "@unocss/preset-uno": "0.59.0-beta.1",
91
+ "@antfu/eslint-config": "2.16.0",
92
+ "@formkit/core": "^1.6.2",
93
+ "@types/node": "^20.12.7",
94
+ "@unocss/preset-icons": "0.59.4",
95
+ "@unocss/preset-uno": "0.59.4",
93
96
  "@vitejs/plugin-vue": "^5.0.4",
94
- "@vue/compiler-sfc": "^3.4.21",
95
- "@vue/server-renderer": "^3.4.21",
97
+ "@vitest/coverage-v8": "^1.5.2",
98
+ "@vitest/ui": "^1.5.2",
99
+ "@vue/compiler-sfc": "^3.4.25",
100
+ "@vue/server-renderer": "^3.4.25",
96
101
  "@vue/test-utils": "^2.4.5",
97
102
  "@vue/tsconfig": "^0.5.1",
98
103
  "@vuedx/typecheck": "~0.7.6",
@@ -102,27 +107,29 @@
102
107
  "changelogen": "^0.5.5",
103
108
  "chart.js": "^4.4.2",
104
109
  "consola": "^3.2.3",
105
- "eslint": "^8.57.0",
106
- "json-editor-vue": "^0.12.0",
107
- "mkdist": "^1.4.0",
108
- "quill": "^1.3.7",
109
- "sass": "^1.74.1",
110
+ "eslint": "^9.1.1",
111
+ "happy-dom": "^14.7.1",
112
+ "json-editor-vue": "^0.15.0",
113
+ "mkdist": "^1.5.1",
114
+ "quill": "^2.0.0",
115
+ "sass": "^1.75.0",
110
116
  "tslib": "^2.6.2",
111
- "typescript": "^5.4.3",
117
+ "typescript": "^5.4.5",
112
118
  "unbuild": "2.0.0",
113
- "unocss": "0.59.0-beta.1",
119
+ "unocss": "0.59.4",
114
120
  "unplugin-auto-import": "^0.17.5",
115
121
  "unplugin-vue-components": "^0.26.0",
116
- "vanilla-jsoneditor": "^0.23.1",
117
- "vite": "^5.2.8",
118
- "vite-plugin-dts": "^3.8.1",
122
+ "vanilla-jsoneditor": "^0.23.2",
123
+ "vite": "^5.2.10",
124
+ "vite-plugin-dts": "^3.9.0",
119
125
  "vite-plugin-eslint": "^1.8.1",
120
126
  "vite-plugin-pages": "^0.32.1",
121
- "vite-ssg": "^0.23.6",
122
- "vitepress": "1.0.2",
123
- "vue": "^3.4.21",
127
+ "vite-ssg": "^0.23.7",
128
+ "vitepress": "1.1.4",
129
+ "vitest": "^1.5.2",
130
+ "vue": "^3.4.25",
124
131
  "vue-demi": "^0.14.7",
125
- "vue-router": "^4.3.0",
126
- "vue-tsc": "^2.0.7"
132
+ "vue-router": "^4.3.2",
133
+ "vue-tsc": "^2.0.14"
127
134
  }
128
- }
135
+ }