Skip to content

Commit f640b3e

Browse files
committed
chore(dependencies): Formkit 1.1.0
1 parent 27c3f94 commit f640b3e

File tree

2 files changed

+478
-647
lines changed

2 files changed

+478
-647
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",
@@ -41,16 +41,16 @@
4141
"lint": "eslint --fix ./src"
4242
},
4343
"dependencies": {
44-
"@formkit/i18n": "^1.0.0",
45-
"@formkit/vue": "^1.0.0",
44+
"@formkit/i18n": "^1.1.0",
45+
"@formkit/vue": "^1.1.0",
4646
"primeicons": "^6.0.1",
4747
"primevue": "^3.34.1"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^0.42.0",
51-
"@types/node": "^20.6.2",
52-
"@unocss/preset-icons": "^0.55.7",
53-
"@unocss/preset-uno": "0.55.7",
50+
"@antfu/eslint-config": "1.0.0-beta.6",
51+
"@types/node": "^20.6.4",
52+
"@unocss/preset-icons": "^0.56.1",
53+
"@unocss/preset-uno": "0.56.1",
5454
"@vitejs/plugin-vue": "^4.3.4",
5555
"@vue/babel-preset-app": "^5.0.8",
5656
"@vue/compiler-sfc": "^3.3.4",
@@ -62,24 +62,24 @@
6262
"@vueuse/head": "^2.0.0",
6363
"chart.js": "^4.4.0",
6464
"consola": "^3.2.3",
65-
"eslint": "^8.49.0",
65+
"eslint": "^8.50.0",
6666
"json-editor-vue": "^0.10.16",
6767
"quill": "^1.3.7",
68-
"sass": "^1.67.0",
68+
"sass": "^1.68.0",
6969
"tslib": "^2.6.2",
7070
"typescript": "^5.2.2",
71-
"unocss": "^0.55.7",
71+
"unocss": "^0.56.1",
7272
"unplugin-auto-import": "^0.16.6",
7373
"unplugin-vue-components": "^0.25.2",
74-
"vanilla-jsoneditor": "^0.18.3",
74+
"vanilla-jsoneditor": "^0.18.4",
7575
"vite": "^4.4.9",
76-
"vite-plugin-dts": "^3.5.3",
76+
"vite-plugin-dts": "^3.5.4",
7777
"vite-plugin-eslint": "^1.8.1",
7878
"vite-plugin-pages": "^0.31.0",
79-
"vite-ssg": "^0.23.2",
79+
"vite-ssg": "^0.23.3",
8080
"vue": "^3.3.4",
8181
"vue-demi": "^0.14.6",
82-
"vue-router": "^4.2.4",
83-
"vue-tsc": "^1.8.11"
82+
"vue-router": "^4.2.5",
83+
"vue-tsc": "^1.8.13"
8484
}
8585
}

0 commit comments

Comments
 (0)