Skip to content

Commit 50b044e

Browse files
committed
chore(dependencies): Formkit 0.19
1 parent 13cf1b5 commit 50b044e

File tree

3 files changed

+1017
-895
lines changed

3 files changed

+1017
-895
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",
@@ -42,38 +42,38 @@
4242
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 -n changelog/config.cjs"
4343
},
4444
"dependencies": {
45-
"@formkit/i18n": "^0.18.3",
46-
"@formkit/vue": "^0.18.3",
45+
"@formkit/i18n": "^0.19.0",
46+
"@formkit/vue": "^0.19.0",
4747
"primeicons": "^6.0.1",
48-
"primevue": "^3.32.1"
48+
"primevue": "^3.32.2"
4949
},
5050
"devDependencies": {
51-
"@antfu/eslint-config": "^0.40.2",
52-
"@types/node": "^20.5.1",
53-
"@unocss/preset-icons": "^0.55.1",
54-
"@unocss/preset-uno": "0.55.1",
55-
"@vitejs/plugin-vue": "^4.3.1",
51+
"@antfu/eslint-config": "^0.41.0",
52+
"@types/node": "^20.5.6",
53+
"@unocss/preset-icons": "^0.55.3",
54+
"@unocss/preset-uno": "0.55.3",
55+
"@vitejs/plugin-vue": "^4.3.3",
5656
"@vue/babel-preset-app": "^5.0.8",
5757
"@vue/compiler-sfc": "^3.3.4",
5858
"@vue/server-renderer": "^3.3.4",
5959
"@vue/test-utils": "^2.4.1",
6060
"@vuedx/typecheck": "~0.7.6",
6161
"@vuedx/typescript-plugin-vue": "~0.7.6",
62-
"@vueuse/core": "^10.3.0",
62+
"@vueuse/core": "^10.4.0",
6363
"@vueuse/head": "^1.3.1",
64-
"chart.js": "^4.3.3",
64+
"chart.js": "^4.4.0",
6565
"consola": "^3.2.3",
6666
"conventional-changelog-cli": "^3.0.0",
67-
"eslint": "^8.47.0",
67+
"eslint": "^8.48.0",
6868
"json-editor-vue": "^0.10.6",
6969
"quill": "^1.3.7",
70-
"sass": "^1.66.0",
70+
"sass": "^1.66.1",
7171
"tslib": "^2.6.2",
72-
"typescript": "^5.1.6",
73-
"unocss": "^0.55.1",
72+
"typescript": "^5.2.2",
73+
"unocss": "^0.55.3",
7474
"unplugin-auto-import": "^0.16.6",
7575
"unplugin-vue-components": "^0.25.1",
76-
"vanilla-jsoneditor": "^0.17.10",
76+
"vanilla-jsoneditor": "^0.18.2",
7777
"vite": "^4.4.9",
7878
"vite-plugin-dts": "^3.5.2",
7979
"vite-plugin-eslint": "^1.8.1",

0 commit comments

Comments
 (0)