Skip to content

Commit 506bf4e

Browse files
committed
chore(dependencies): Update PrimeVue to 3.51
1 parent 4abc985 commit 506bf4e

File tree

3 files changed

+461
-547
lines changed

3 files changed

+461
-547
lines changed

dev/modules/formkit.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const install: UserModule = ({ app }) => {
1818
// default:
1919
duration: 250,
2020
easing: 'ease-in-out',
21-
delay: 0,
2221
},
2322
{
2423
/* optional animation targets object */

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "1.9.8",
4+
"version": "1.9.9",
55
"author": {
66
"name": "Tom",
77
"email": "tom@sfxcode.com"
@@ -82,14 +82,14 @@
8282
"@formkit/i18n": "^1.6.1",
8383
"@formkit/vue": "^1.6.1",
8484
"primeicons": "^7.0.0",
85-
"primevue": "^3.50.0"
85+
"primevue": "^3.51.0"
8686
},
8787
"devDependencies": {
88-
"@antfu/eslint-config": "2.11.6",
88+
"@antfu/eslint-config": "2.12.1",
8989
"@formkit/core": "^1.6.1",
90-
"@types/node": "^20.12.2",
91-
"@unocss/preset-icons": "^0.58.8",
92-
"@unocss/preset-uno": "0.58.8",
90+
"@types/node": "^20.12.4",
91+
"@unocss/preset-icons": "0.59.0-beta.1",
92+
"@unocss/preset-uno": "0.59.0-beta.1",
9393
"@vitejs/plugin-vue": "^5.0.4",
9494
"@vue/compiler-sfc": "^3.4.21",
9595
"@vue/server-renderer": "^3.4.21",
@@ -106,20 +106,20 @@
106106
"json-editor-vue": "^0.12.0",
107107
"mkdist": "^1.4.0",
108108
"quill": "^1.3.7",
109-
"sass": "^1.72.0",
109+
"sass": "^1.74.1",
110110
"tslib": "^2.6.2",
111111
"typescript": "^5.4.3",
112112
"unbuild": "2.0.0",
113-
"unocss": "^0.58.8",
113+
"unocss": "0.59.0-beta.1",
114114
"unplugin-auto-import": "^0.17.5",
115115
"unplugin-vue-components": "^0.26.0",
116116
"vanilla-jsoneditor": "^0.23.1",
117-
"vite": "^5.2.7",
117+
"vite": "^5.2.8",
118118
"vite-plugin-dts": "^3.8.1",
119119
"vite-plugin-eslint": "^1.8.1",
120120
"vite-plugin-pages": "^0.32.1",
121121
"vite-ssg": "^0.23.6",
122-
"vitepress": "1.0.1",
122+
"vitepress": "1.0.2",
123123
"vue": "^3.4.21",
124124
"vue-demi": "^0.14.7",
125125
"vue-router": "^4.3.0",

0 commit comments

Comments
 (0)