Skip to content

Commit

Permalink
chore(dependencies): PrimeVue 4.2.4 and update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Dec 14, 2024
1 parent e10d9cb commit 69d8a78
Show file tree
Hide file tree
Showing 2 changed files with 1,272 additions and 1,564 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sfxcode/formkit-primevue",
"type": "module",
"version": "2.6.11",
"packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3",
"packageManager": "pnpm@9.14.2",
"author": {
"name": "Tom",
"email": "[email protected]"
Expand Down Expand Up @@ -72,7 +72,7 @@
"dev": "vite serve dev",
"dev:build": "vite build dev",
"dev:preview": "vite preview dev",
"release": "npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
"release": "npm run lint && npm run build && changelogen --minor --release && npm publish --access public && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "pnpm build",
Expand All @@ -88,28 +88,28 @@
},
"dependencies": {
"@formkit/addons": "^1.6.9",
"@formkit/drag-and-drop": "^0.2.5",
"@formkit/drag-and-drop": "^0.2.6",
"@formkit/i18n": "^1.6.9",
"@formkit/inputs": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@intlify/core": "9.14.1",
"primeicons": "^7.0.0",
"primevue": "^4.2.4",
"quill": "^2.0.2",
"primevue": "^4.2.5",
"quill": "^2.0.3",
"uuid": "^11.0.3",
"vue-i18n": "9.14.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/eslint-config": "^3.12.0",
"@formkit/core": "^1.6.9",
"@primevue/themes": "^4.2.4",
"@types/node": "^22.10.1",
"@primevue/themes": "^4.2.5",
"@types/node": "^22.10.2",
"@types/uuid": "^10.0.0",
"@unocss/preset-icons": "^0.64.1",
"@unocss/preset-uno": "^0.64.1",
"@unocss/preset-icons": "^0.65.1",
"@unocss/preset-uno": "^0.65.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/compiler-sfc": "^3.5.13",
"@vue/server-renderer": "^3.5.13",
"@vue/test-utils": "^2.4.6",
Expand All @@ -119,28 +119,28 @@
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"changelogen": "^0.5.7",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"consola": "^3.2.3",
"cookie": "^1.0.2",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"json-editor-vue": "^0.17.3",
"mkdist": "^1.6.0",
"mkdist": "^2.0.1",
"quill": "^2.0.2",
"sass": "1.78.0",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.6",
"unbuild": "3.0.1",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.4",
"vite-ssg": "^0.24.1",
"vite-ssg": "^0.24.2",
"vitepress": "^1.5.0",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-router": "^4.5.0",
Expand Down
Loading

0 comments on commit 69d8a78

Please sign in to comment.