Skip to content

Commit 380a5b5

Browse files
committed
feat(Input): Add RadioButton
1 parent 2d0129f commit 380a5b5

16 files changed

+367
-302
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",
@@ -48,10 +48,10 @@
4848
"primevue": "^3.29.1"
4949
},
5050
"devDependencies": {
51-
"@antfu/eslint-config": "^0.39.0",
52-
"@types/node": "^20.2.1",
53-
"@unocss/preset-icons": "^0.51.13",
54-
"@unocss/preset-uno": "0.51.13",
51+
"@antfu/eslint-config": "^0.39.1",
52+
"@types/node": "^20.2.3",
53+
"@unocss/preset-icons": "^0.52.1",
54+
"@unocss/preset-uno": "0.52.1",
5555
"@vitejs/plugin-vue": "^4.2.3",
5656
"@vue/babel-preset-app": "^5.0.8",
5757
"@vue/compiler-sfc": "^3.3.4",
@@ -70,8 +70,8 @@
7070
"sass": "^1.62.1",
7171
"tslib": "^2.5.2",
7272
"typescript": "^5.0.4",
73-
"unocss": "^0.51.13",
74-
"unplugin-auto-import": "^0.16.0",
73+
"unocss": "^0.52.1",
74+
"unplugin-auto-import": "^0.16.2",
7575
"unplugin-vue-components": "^0.24.1",
7676
"vanilla-jsoneditor": "^0.17.4",
7777
"vite": "^4.3.8",

0 commit comments

Comments
 (0)