Skip to content

Commit 35deeb5

Browse files
committed
chore(formkit): update to 1.6.5
1 parent b9e1958 commit 35deeb5

File tree

2 files changed

+1112
-1119
lines changed

2 files changed

+1112
-1119
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"author": {
66
"name": "Tom",
77
"email": "tom@sfxcode.com"
@@ -81,19 +81,19 @@
8181
"vue": "^3.4.0"
8282
},
8383
"dependencies": {
84-
"@formkit/addons": "^1.6.3",
85-
"@formkit/i18n": "^1.6.3",
86-
"@formkit/vue": "^1.6.3",
84+
"@formkit/addons": "^1.6.5",
85+
"@formkit/i18n": "^1.6.5",
86+
"@formkit/vue": "^1.6.5",
8787
"primeicons": "^7.0.0",
8888
"primevue": "^3.52.0"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "2.18.0",
92-
"@formkit/core": "^1.6.3",
93-
"@types/node": "^20.12.12",
94-
"@unocss/preset-icons": "0.60.2",
95-
"@unocss/preset-uno": "0.60.2",
96-
"@vitejs/plugin-vue": "^5.0.4",
91+
"@antfu/eslint-config": "2.19.2",
92+
"@formkit/core": "^1.6.5",
93+
"@types/node": "^20.13.0",
94+
"@unocss/preset-icons": "0.60.4",
95+
"@unocss/preset-uno": "0.60.4",
96+
"@vitejs/plugin-vue": "^5.0.5",
9797
"@vitest/coverage-v8": "^1.6.0",
9898
"@vitest/ui": "^1.6.0",
9999
"@vue/compiler-sfc": "^3.4.27",
@@ -102,34 +102,34 @@
102102
"@vue/tsconfig": "^0.5.1",
103103
"@vuedx/typecheck": "~0.7.6",
104104
"@vuedx/typescript-plugin-vue": "~0.7.6",
105-
"@vueuse/core": "^10.9.0",
105+
"@vueuse/core": "^10.10.0",
106106
"@vueuse/head": "^2.0.0",
107107
"changelogen": "^0.5.5",
108-
"chart.js": "^4.4.2",
108+
"chart.js": "^4.4.3",
109109
"consola": "^3.2.3",
110-
"eslint": "^9.2.0",
111-
"happy-dom": "^14.11.0",
110+
"eslint": "^9.4.0",
111+
"happy-dom": "^14.12.0",
112112
"json-editor-vue": "^0.15.1",
113113
"mkdist": "^1.5.1",
114114
"quill": "^2.0.2",
115-
"sass": "^1.77.1",
115+
"sass": "^1.77.4",
116116
"tslib": "^2.6.2",
117117
"typescript": "^5.4.5",
118118
"unbuild": "2.0.0",
119-
"unocss": "0.60.2",
119+
"unocss": "0.60.4",
120120
"unplugin-auto-import": "^0.17.6",
121121
"unplugin-vue-components": "^0.27.0",
122-
"vanilla-jsoneditor": "^0.23.4",
123-
"vite": "^5.2.11",
122+
"vanilla-jsoneditor": "^0.23.5",
123+
"vite": "^5.2.12",
124124
"vite-plugin-dts": "^3.9.1",
125125
"vite-plugin-eslint": "^1.8.1",
126-
"vite-plugin-pages": "^0.32.1",
126+
"vite-plugin-pages": "^0.32.2",
127127
"vite-ssg": "^0.23.7",
128-
"vitepress": "1.1.4",
128+
"vitepress": "1.2.2",
129129
"vitest": "^1.6.0",
130130
"vue": "^3.4.27",
131-
"vue-demi": "^0.14.7",
131+
"vue-demi": "^0.14.8",
132132
"vue-router": "^4.3.2",
133-
"vue-tsc": "^2.0.18"
133+
"vue-tsc": "^2.0.19"
134134
}
135135
}

0 commit comments

Comments
 (0)