Skip to content

Commit

Permalink
chore(dependencies): PrimeVue 4.2.2 - FormKit 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 15, 2024
1 parent 1025a81 commit db5233d
Show file tree
Hide file tree
Showing 4 changed files with 1,085 additions and 1,081 deletions.
2 changes: 1 addition & 1 deletion dev/components/app/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)

<template>
<div class="mt-8 layout-footer text-center text-gray-700">
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.1.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
<span class="font-medium ml-2">Formkit (1.6) - PrimeVue (4.2.x) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
</div>
</template>

Expand Down
2 changes: 0 additions & 2 deletions dev/modules/primevue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import 'primeicons/primeicons.css'

import type { UserModule } from '@/types'
import { usePrimeInputs } from 'my-library'
import Button from 'primevue/button'
import ConfirmationService from 'primevue/confirmationservice'
import ToastService from 'primevue/toastservice'

Expand All @@ -32,7 +31,6 @@ export const install: UserModule = ({ app }) => {
registerInputs(app)

// other components
app.component('Button', Button)
app.component('MegaMenu', MegaMenu)
app.component('Tab', Tab)
app.component('Tabs', Tabs)
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,29 +87,29 @@
"vue": "^3.4.0"
},
"dependencies": {
"@formkit/addons": "^1.6.7",
"@formkit/addons": "^1.6.8",
"@formkit/drag-and-drop": "^0.2.5",
"@formkit/i18n": "^1.6.7",
"@formkit/inputs": "^1.6.7",
"@formkit/vue": "^1.6.7",
"@formkit/i18n": "^1.6.8",
"@formkit/inputs": "^1.6.8",
"@formkit/vue": "^1.6.8",
"@intlify/core": "9.14.1",
"primeicons": "^7.0.0",
"primevue": "^4.2.1",
"primevue": "^4.2.2",
"quill": "^2.0.2",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"vue-i18n": "9.14.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@formkit/core": "^1.6.7",
"@primevue/themes": "^4.2.1",
"@antfu/eslint-config": "^3.9.1",
"@formkit/core": "^1.6.8",
"@primevue/themes": "^4.2.2",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"@unocss/preset-icons": "^0.64.0",
"@unocss/preset-uno": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@unocss/preset-icons": "^0.64.1",
"@unocss/preset-uno": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"@vue/compiler-sfc": "^3.5.12",
"@vue/server-renderer": "^3.5.12",
"@vue/test-utils": "^2.4.6",
Expand All @@ -123,24 +123,24 @@
"consola": "^3.2.3",
"cookie": "^1.0.1",
"eslint": "^9.14.0",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"json-editor-vue": "^0.17.3",
"mkdist": "^1.6.0",
"quill": "^2.0.2",
"sass": "1.78.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"unbuild": "2.0.0",
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.3",
"vite-ssg": "^0.24.1",
"vitepress": "^1.5.0",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vue": "^3.5.12",
"vue-demi": "^0.14.10",
"vue-router": "^4.4.5",
Expand Down
Loading

0 comments on commit db5233d

Please sign in to comment.