Skip to content

Commit f50c372

Browse files
committed
feat(Input): InputMask and Rating
1 parent 2be8d1b commit f50c372

22 files changed

+965
-789
lines changed

package.json

+27-25
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"private": true,
4-
"version": "0.4.7",
4+
"version": "0.5.0",
55
"type": "module",
66
"files": [
77
"dist"
@@ -30,40 +30,42 @@
3030
"lint": "eslint --fix ./src"
3131
},
3232
"dependencies": {
33+
"@formkit/i18n": "^1.0.0-beta.8",
3334
"@formkit/themes": "^1.0.0-beta.8",
3435
"@formkit/vue": "^1.0.0-beta.8",
35-
"@formkit/i18n": "^1.0.0-beta.8",
3636
"primeicons": "^5.0.0",
37-
"primevue": "^3.12.5",
37+
"primevue": "^3.12.6",
3838
"quill": "^1.3.7",
39-
"vue": "^3.2.33"
39+
"vue": "^3.2.36"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "^0.23.0",
43-
"@types/node": "^17.0.25",
44-
"@typescript-eslint/eslint-plugin": "^5.23.0",
45-
"@typescript-eslint/parser": "^5.23.0",
46-
"@vitejs/plugin-vue": "^2.3.1",
42+
"@antfu/eslint-config": "^0.23.1",
43+
"@types/node": "^17.0.35",
44+
"@typescript-eslint/eslint-plugin": "^5.26.0",
45+
"@typescript-eslint/parser": "^5.26.0",
46+
"@vitejs/plugin-vue": "^2.3.3",
4747
"@vue/babel-preset-app": "^5.0.4",
48-
"@vue/compiler-sfc": "^3.2.33",
49-
"@vue/server-renderer": "^3.2.33",
50-
"@vue/test-utils": "^2.0.0-rc.21",
51-
"@vuedx/typecheck": "~0.7.4",
52-
"@vuedx/typescript-plugin-vue": "~0.7.4",
53-
"@vueuse/core": "^8.3.0",
48+
"@vue/compiler-sfc": "^3.2.36",
49+
"@vue/server-renderer": "^3.2.36",
50+
"@vue/test-utils": "^2.0.0",
51+
"@vuedx/typecheck": "~0.7.5",
52+
"@vuedx/typescript-plugin-vue": "~0.7.5",
53+
"@vueuse/core": "^8.5.0",
5454
"@vueuse/head": "~0.7.6",
55+
"chart.js": "^3.7.1",
56+
"consola": "^2.15.3",
5557
"eslint": "latest",
56-
"sass": "^1.50.1",
57-
"tslib": "^2.3.1",
58-
"typescript": "^4.6.3",
59-
"unplugin-auto-import": "^0.7.1",
60-
"unplugin-vue-components": "^0.19.3",
61-
"vite": "^2.9.5",
62-
"vite-plugin-dts": "^1.1.0",
63-
"vite-plugin-eslint": "^1.5.2",
58+
"sass": "^1.52.1",
59+
"tslib": "^2.4.0",
60+
"typescript": "^4.6.4",
61+
"unplugin-auto-import": "^0.7.2",
62+
"unplugin-vue-components": "^0.19.5",
63+
"vite": "^2.9.9",
64+
"vite-plugin-dts": "^1.1.1",
65+
"vite-plugin-eslint": "^1.6.1",
6466
"vite-plugin-pages": "^0.23.0",
6567
"vite-ssg": "^0.20.0",
66-
"vue-router": "^4.0.14",
67-
"vue-tsc": "^0.34.8"
68+
"vue-router": "^4.0.15",
69+
"vue-tsc": "^0.34.16"
6870
}
6971
}

0 commit comments

Comments
 (0)