|
1 | 1 | {
|
2 | 2 | "name": "@sfxcode/formkit-primevue",
|
3 |
| - "version": "1.2.4", |
| 3 | + "version": "1.2.5", |
4 | 4 | "type": "module",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "repository": "https://github.com/sfxcode/formkit-primevue",
|
|
42 | 42 | "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 -n changelog/config.cjs"
|
43 | 43 | },
|
44 | 44 | "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", |
47 | 47 | "primeicons": "^6.0.1",
|
48 |
| - "primevue": "^3.32.1" |
| 48 | + "primevue": "^3.32.2" |
49 | 49 | },
|
50 | 50 | "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", |
56 | 56 | "@vue/babel-preset-app": "^5.0.8",
|
57 | 57 | "@vue/compiler-sfc": "^3.3.4",
|
58 | 58 | "@vue/server-renderer": "^3.3.4",
|
59 | 59 | "@vue/test-utils": "^2.4.1",
|
60 | 60 | "@vuedx/typecheck": "~0.7.6",
|
61 | 61 | "@vuedx/typescript-plugin-vue": "~0.7.6",
|
62 |
| - "@vueuse/core": "^10.3.0", |
| 62 | + "@vueuse/core": "^10.4.0", |
63 | 63 | "@vueuse/head": "^1.3.1",
|
64 |
| - "chart.js": "^4.3.3", |
| 64 | + "chart.js": "^4.4.0", |
65 | 65 | "consola": "^3.2.3",
|
66 | 66 | "conventional-changelog-cli": "^3.0.0",
|
67 |
| - "eslint": "^8.47.0", |
| 67 | + "eslint": "^8.48.0", |
68 | 68 | "json-editor-vue": "^0.10.6",
|
69 | 69 | "quill": "^1.3.7",
|
70 |
| - "sass": "^1.66.0", |
| 70 | + "sass": "^1.66.1", |
71 | 71 | "tslib": "^2.6.2",
|
72 |
| - "typescript": "^5.1.6", |
73 |
| - "unocss": "^0.55.1", |
| 72 | + "typescript": "^5.2.2", |
| 73 | + "unocss": "^0.55.3", |
74 | 74 | "unplugin-auto-import": "^0.16.6",
|
75 | 75 | "unplugin-vue-components": "^0.25.1",
|
76 |
| - "vanilla-jsoneditor": "^0.17.10", |
| 76 | + "vanilla-jsoneditor": "^0.18.2", |
77 | 77 | "vite": "^4.4.9",
|
78 | 78 | "vite-plugin-dts": "^3.5.2",
|
79 | 79 | "vite-plugin-eslint": "^1.8.1",
|
|
0 commit comments