@point-hub/papp 0.0.95 → 0.0.97
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.
- package/dist/components/base-input.vue.d.ts +2 -7
- package/dist/index.css +1 -1
- package/dist/index.js +236 -240
- package/dist/index.umd.cjs +3 -3
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.97",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@headlessui/vue": "^1.7.23",
|
|
41
41
|
"@point-hub/js-utils": "^0.0.6",
|
|
42
42
|
"@point-hub/preset-papp-icon": "^0.0.3",
|
|
43
|
-
"@vueuse/components": "^
|
|
44
|
-
"@vueuse/core": "^
|
|
43
|
+
"@vueuse/components": "^13.0.0",
|
|
44
|
+
"@vueuse/core": "^13.0.0",
|
|
45
45
|
"cleave.js": "^1.6.0",
|
|
46
46
|
"date-fns": "^4.1.0",
|
|
47
|
-
"pinia": "^
|
|
48
|
-
"uuid": "^11.0
|
|
47
|
+
"pinia": "^3.0.1",
|
|
48
|
+
"uuid": "^11.1.0",
|
|
49
49
|
"vue": "^3.5.13",
|
|
50
50
|
"vue-router": "4",
|
|
51
51
|
"vue-tippy": "^6.6.0",
|
|
@@ -55,33 +55,33 @@
|
|
|
55
55
|
"@tsconfig/node20": "^20.1.4",
|
|
56
56
|
"@types/cleave.js": "^1.4.12",
|
|
57
57
|
"@types/jsdom": "^21.1.7",
|
|
58
|
-
"@types/node": "^22.10
|
|
58
|
+
"@types/node": "^22.13.10",
|
|
59
59
|
"@types/uuid": "^10.0.0",
|
|
60
|
-
"@unocss/preset-web-fonts": "^0.
|
|
61
|
-
"@unocss/reset": "^0.
|
|
62
|
-
"@unocss/transformer-directives": "^0.
|
|
60
|
+
"@unocss/preset-web-fonts": "^66.0.0",
|
|
61
|
+
"@unocss/reset": "^66.0.0",
|
|
62
|
+
"@unocss/transformer-directives": "^66.0.0",
|
|
63
63
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
64
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
65
|
-
"@vue/eslint-config-prettier": "^10.
|
|
66
|
-
"@vue/eslint-config-typescript": "^14.
|
|
64
|
+
"@vitest/eslint-plugin": "^1.1.37",
|
|
65
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
66
|
+
"@vue/eslint-config-typescript": "^14.5.0",
|
|
67
67
|
"@vue/test-utils": "^2.4.6",
|
|
68
68
|
"@vue/tsconfig": "^0.7.0",
|
|
69
69
|
"ajv": "^8.17.1",
|
|
70
|
-
"eslint": "9.
|
|
70
|
+
"eslint": "9.22.0",
|
|
71
71
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
72
|
-
"eslint-plugin-vue": "^
|
|
72
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
73
73
|
"jsdom": "^26.0.0",
|
|
74
74
|
"npm-run-all2": "^7.0.2",
|
|
75
|
-
"postcss": "^8.5.
|
|
76
|
-
"prettier": "^3.
|
|
75
|
+
"postcss": "^8.5.3",
|
|
76
|
+
"prettier": "^3.5.3",
|
|
77
77
|
"rimraf": "^6.0.1",
|
|
78
|
-
"typescript": "5.
|
|
79
|
-
"unocss": "^0.
|
|
80
|
-
"vite": "^6.
|
|
81
|
-
"vite-plugin-dts": "4.5.
|
|
82
|
-
"vitepress": "1.
|
|
83
|
-
"vitest": "^
|
|
84
|
-
"vue-tsc": "^2.2.
|
|
78
|
+
"typescript": "5.8.2",
|
|
79
|
+
"unocss": "^66.0.0",
|
|
80
|
+
"vite": "^6.2.2",
|
|
81
|
+
"vite-plugin-dts": "4.5.3",
|
|
82
|
+
"vitepress": "1.6.3",
|
|
83
|
+
"vitest": "^3.0.8",
|
|
84
|
+
"vue-tsc": "^2.2.8"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|