@sfxcode/formkit-primevue 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +24 -23
package/README.md CHANGED
@@ -16,6 +16,7 @@ Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI F
16
16
  - MultiSelect
17
17
  - Password
18
18
  - Ranking
19
+ - Chips
19
20
 
20
21
  ## Usage
21
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/sfxcode/formkit-primevue",
@@ -33,41 +33,42 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@formkit/vue": "^1.0.0-beta.8",
36
+ "@formkit/vue": "^1.0.0-beta.9",
37
37
  "primeicons": "^5.0.0",
38
- "primevue": "^3.12.6",
38
+ "primevue": "^3.15.0",
39
39
  "quill": "^1.3.7"
40
40
  },
41
41
  "devDependencies": {
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",
42
+ "@antfu/eslint-config": "^0.25.2",
43
+ "@formkit/i18n": "^1.0.0-beta.9",
44
+ "@types/node": "^18.0.0",
45
+ "@typescript-eslint/eslint-plugin": "^5.30.1",
46
+ "@typescript-eslint/parser": "^5.30.1",
46
47
  "@vitejs/plugin-vue": "^2.3.3",
47
- "@vue/babel-preset-app": "^5.0.4",
48
- "@vue/compiler-sfc": "^3.2.36",
49
- "@vue/server-renderer": "^3.2.36",
48
+ "@vue/babel-preset-app": "^5.0.6",
49
+ "@vue/compiler-sfc": "^3.2.37",
50
+ "@vue/server-renderer": "^3.2.37",
50
51
  "@vue/test-utils": "^2.0.0",
51
52
  "@vuedx/typecheck": "~0.7.5",
52
53
  "@vuedx/typescript-plugin-vue": "~0.7.5",
53
- "@vueuse/core": "^8.5.0",
54
+ "@vueuse/core": "^8.7.5",
54
55
  "@vueuse/head": "~0.7.6",
55
- "chart.js": "^3.7.1",
56
+ "chart.js": "^3.8.0",
56
57
  "consola": "^2.15.3",
57
58
  "eslint": "latest",
58
- "sass": "^1.52.1",
59
+ "sass": "^1.53.0",
59
60
  "tslib": "^2.4.0",
60
- "typescript": "^4.6.4",
61
- "unplugin-auto-import": "^0.7.2",
62
- "unplugin-vue-components": "^0.19.5",
63
- "vue": "^3.2.36",
64
- "vite": "^2.9.9",
65
- "vite-plugin-dts": "^1.1.1",
61
+ "typescript": "^4.7.4",
62
+ "unplugin-auto-import": "^0.9.2",
63
+ "unplugin-vue-components": "^0.21.0",
64
+ "vite": "^2.9.13",
65
+ "vite-plugin-dts": "^1.2.0",
66
66
  "vite-plugin-eslint": "^1.6.1",
67
- "vite-plugin-pages": "^0.23.0",
68
- "vite-ssg": "^0.20.0",
69
- "vue-router": "^4.0.15",
70
- "vue-tsc": "^0.34.16"
67
+ "vite-plugin-pages": "^0.25.0",
68
+ "vite-ssg": "^0.20.2",
69
+ "vue": "^3.2.37",
70
+ "vue-router": "^4.0.16",
71
+ "vue-tsc": "^0.38.2"
71
72
  },
72
73
  "scripts": {
73
74
  "dev": "vite",