Skip to content

Commit

Permalink
chore(dependencies): FormKit 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 17, 2024
1 parent 3b1a55e commit a33ef4f
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 375 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/formkit-primevue",
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
Expand Down Expand Up @@ -40,26 +40,26 @@
"docs:serve": "vitepress serve docs"
},
"dependencies": {
"@formkit/addons": "^1.4.0",
"@formkit/i18n": "^1.4.0",
"@formkit/vue": "^1.4.0",
"@formkit/addons": "^1.5.0",
"@formkit/i18n": "^1.5.0",
"@formkit/vue": "^1.5.0",
"add": "^2.0.6",
"primeicons": "^6.0.1",
"primevue": "^3.46.0"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.2",
"@types/node": "^20.11.0",
"@antfu/eslint-config": "2.6.3",
"@types/node": "^20.11.5",
"@unocss/preset-icons": "^0.58.3",
"@unocss/preset-uno": "0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/babel-preset-app": "^5.0.8",
"@vue/compiler-sfc": "^3.4.13",
"@vue/server-renderer": "^3.4.13",
"@vue/compiler-sfc": "^3.4.14",
"@vue/server-renderer": "^3.4.14",
"@vue/test-utils": "^2.4.3",
"@vuedx/typecheck": "~0.7.6",
"@vuedx/typescript-plugin-vue": "~0.7.6",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"@vueuse/head": "^2.0.0",
"chart.js": "^4.4.1",
"consola": "^3.2.3",
Expand All @@ -74,12 +74,12 @@
"unplugin-vue-components": "^0.26.0",
"vanilla-jsoneditor": "^0.21.2",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.0",
"vite-ssg": "^0.23.6",
"vitepress": "1.0.0-rc.36",
"vue": "^3.4.13",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.14",
"vue-demi": "^0.14.6",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
Expand Down
Loading

0 comments on commit a33ef4f

Please sign in to comment.