Skip to content

Commit b77c679

Browse files
committed
fix(imports): Removed direct import of PrimeVue components -
1 parent c4284ae commit b77c679

File tree

3 files changed

+523
-526
lines changed

3 files changed

+523
-526
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Helper classes for using [FormKit](https://formkit.com/) with the [PrimeVue UI F
44

55
## PrimeVue Versions
66

7-
Actual PrimeVue Version in main branch is 3.x. PrimeVue 4 RC23is prepared in the prime4 branch.
8-
Last published release for PrimeVue 4 is 2.0.2 (actually built with primevue 4.0.0-rc.3).
9-
After Release of PrimeVue 4 Final prime4 will be merged in the main branch.
10-
Feel free to test it out ...
7+
Actual PrimeVue Version in the main branch is 4.x.
8+
9+
PrimeVue 3 is in the prime3 branch.
1110

1211
## Docs
1312

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
66
"author": {
77
"name": "Tom",
@@ -86,12 +86,12 @@
8686
"@formkit/i18n": "^1.6.5",
8787
"@formkit/vue": "^1.6.5",
8888
"primeicons": "^7.0.0",
89-
"primevue": "4.0.0-rc.3"
89+
"primevue": "4.0.0"
9090
},
9191
"devDependencies": {
92-
"@antfu/eslint-config": "2.21.1",
92+
"@antfu/eslint-config": "2.21.2",
9393
"@formkit/core": "^1.6.5",
94-
"@primevue/themes": "4.0.0-rc.2",
94+
"@primevue/themes": "4.0.0",
9595
"@types/node": "^20.14.9",
9696
"@unocss/preset-icons": "0.61.0",
9797
"@unocss/preset-uno": "0.61.0",
@@ -116,13 +116,13 @@
116116
"quill": "^2.0.2",
117117
"sass": "^1.77.6",
118118
"tslib": "^2.6.3",
119-
"typescript": "^5.5.2",
119+
"typescript": "^5.5.3",
120120
"unbuild": "2.0.0",
121121
"unocss": "0.61.0",
122122
"unplugin-auto-import": "^0.17.6",
123123
"unplugin-vue-components": "^0.27.2",
124124
"vanilla-jsoneditor": "^0.23.7",
125-
"vite": "^5.3.2",
125+
"vite": "^5.3.3",
126126
"vite-plugin-dts": "^3.9.1",
127127
"vite-plugin-eslint": "^1.8.1",
128128
"vite-plugin-pages": "^0.32.3",
@@ -132,6 +132,6 @@
132132
"vue": "^3.4.31",
133133
"vue-demi": "^0.14.8",
134134
"vue-router": "^4.4.0",
135-
"vue-tsc": "^2.0.22"
135+
"vue-tsc": "^2.0.24"
136136
}
137137
}

0 commit comments

Comments
 (0)