|
1 | 1 | {
|
2 | 2 | "name": "@sfxcode/formkit-primevue",
|
3 | 3 | "private": true,
|
4 |
| - "version": "0.4.7", |
| 4 | + "version": "0.5.0", |
5 | 5 | "type": "module",
|
6 | 6 | "files": [
|
7 | 7 | "dist"
|
|
30 | 30 | "lint": "eslint --fix ./src"
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
| 33 | + "@formkit/i18n": "^1.0.0-beta.8", |
33 | 34 | "@formkit/themes": "^1.0.0-beta.8",
|
34 | 35 | "@formkit/vue": "^1.0.0-beta.8",
|
35 |
| - "@formkit/i18n": "^1.0.0-beta.8", |
36 | 36 | "primeicons": "^5.0.0",
|
37 |
| - "primevue": "^3.12.5", |
| 37 | + "primevue": "^3.12.6", |
38 | 38 | "quill": "^1.3.7",
|
39 |
| - "vue": "^3.2.33" |
| 39 | + "vue": "^3.2.36" |
40 | 40 | },
|
41 | 41 | "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", |
47 | 47 | "@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", |
54 | 54 | "@vueuse/head": "~0.7.6",
|
| 55 | + "chart.js": "^3.7.1", |
| 56 | + "consola": "^2.15.3", |
55 | 57 | "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", |
64 | 66 | "vite-plugin-pages": "^0.23.0",
|
65 | 67 | "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" |
68 | 70 | }
|
69 | 71 | }
|
0 commit comments