Skip to content

Commit 88c43fc

Browse files
committed
chore(dependencies): Formkit 1.0.0 PrimeVue 3.33.0
1 parent 709a452 commit 88c43fc

File tree

2 files changed

+282
-281
lines changed

2 files changed

+282
-281
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.2.9",
3+
"version": "1.3.0",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",
@@ -41,17 +41,17 @@
4141
"lint": "eslint --fix ./src"
4242
},
4343
"dependencies": {
44-
"@formkit/i18n": "^0.19.0",
45-
"@formkit/vue": "^0.19.0",
44+
"@formkit/i18n": "^1.0.0",
45+
"@formkit/vue": "^1.0.0",
4646
"primeicons": "^6.0.1",
47-
"primevue": "^3.32.2"
47+
"primevue": "^3.33.0"
4848
},
4949
"devDependencies": {
5050
"@antfu/eslint-config": "^0.41.0",
51-
"@types/node": "^20.5.7",
52-
"@unocss/preset-icons": "^0.55.3",
53-
"@unocss/preset-uno": "0.55.3",
54-
"@vitejs/plugin-vue": "^4.3.3",
51+
"@types/node": "^20.5.8",
52+
"@unocss/preset-icons": "^0.55.4",
53+
"@unocss/preset-uno": "0.55.4",
54+
"@vitejs/plugin-vue": "^4.3.4",
5555
"@vue/babel-preset-app": "^5.0.8",
5656
"@vue/compiler-sfc": "^3.3.4",
5757
"@vue/server-renderer": "^3.3.4",
@@ -68,12 +68,12 @@
6868
"sass": "^1.66.1",
6969
"tslib": "^2.6.2",
7070
"typescript": "^5.2.2",
71-
"unocss": "^0.55.3",
71+
"unocss": "^0.55.4",
7272
"unplugin-auto-import": "^0.16.6",
73-
"unplugin-vue-components": "^0.25.1",
74-
"vanilla-jsoneditor": "^0.18.2",
73+
"unplugin-vue-components": "^0.25.2",
74+
"vanilla-jsoneditor": "^0.18.3",
7575
"vite": "^4.4.9",
76-
"vite-plugin-dts": "^3.5.2",
76+
"vite-plugin-dts": "^3.5.3",
7777
"vite-plugin-eslint": "^1.8.1",
7878
"vite-plugin-pages": "^0.31.0",
7979
"vite-ssg": "^0.23.1",

0 commit comments

Comments
 (0)