@point-hub/papp 0.0.124 → 0.0.125
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-mention.vue.d.ts +66 -0
- package/dist/composable/dark-mode.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2847 -2564
- package/dist/index.umd.cjs +6 -6
- package/package.json +30 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.125",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -41,14 +41,16 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@headlessui/vue": "^1.7.23",
|
|
43
43
|
"@point-hub/js-utils": "^0.0.6",
|
|
44
|
-
"@point-hub/preset-papp-icon": "^0.0.
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@vueuse/
|
|
44
|
+
"@point-hub/preset-papp-icon": "^0.0.8",
|
|
45
|
+
"@tsconfig/node22": "^22.0.2",
|
|
46
|
+
"@unocss/vite": "^66.5.1",
|
|
47
|
+
"@vueuse/components": "^13.9.0",
|
|
48
|
+
"@vueuse/core": "^13.9.0",
|
|
48
49
|
"cleave.js": "^1.6.0",
|
|
49
50
|
"date-fns": "^4.1.0",
|
|
50
51
|
"pinia": "^3.0.3",
|
|
51
|
-
"
|
|
52
|
+
"textarea-caret": "^3.1.0",
|
|
53
|
+
"uuid": "^13.0.0",
|
|
52
54
|
"vue-router": "4",
|
|
53
55
|
"vue-tippy": "^6.7.1",
|
|
54
56
|
"vue3-popper": "^1.5.0"
|
|
@@ -57,42 +59,42 @@
|
|
|
57
59
|
"vue": "^3.5.14"
|
|
58
60
|
},
|
|
59
61
|
"devDependencies": {
|
|
60
|
-
"@badeball/cypress-cucumber-preprocessor": "^
|
|
61
|
-
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.
|
|
62
|
-
"@tsconfig/node20": "^20.1.6",
|
|
62
|
+
"@badeball/cypress-cucumber-preprocessor": "^23.2.0",
|
|
63
|
+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.6",
|
|
63
64
|
"@types/cleave.js": "^1.4.12",
|
|
64
65
|
"@types/jsdom": "^21.1.7",
|
|
65
|
-
"@types/node": "^24.
|
|
66
|
-
"@types/
|
|
67
|
-
"@
|
|
68
|
-
"@unocss/
|
|
69
|
-
"@unocss/
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
66
|
+
"@types/node": "^24.5.2",
|
|
67
|
+
"@types/textarea-caret": "^3.0.4",
|
|
68
|
+
"@types/uuid": "^11.0.0",
|
|
69
|
+
"@unocss/preset-web-fonts": "^66.5.1",
|
|
70
|
+
"@unocss/reset": "^66.5.1",
|
|
71
|
+
"@unocss/transformer-directives": "^66.5.1",
|
|
72
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
73
|
+
"@vitest/eslint-plugin": "^1.3.12",
|
|
72
74
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
73
75
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
74
76
|
"@vue/test-utils": "^2.4.6",
|
|
75
|
-
"@vue/tsconfig": "^0.
|
|
77
|
+
"@vue/tsconfig": "^0.8.1",
|
|
76
78
|
"ajv": "^8.17.1",
|
|
77
79
|
"chokidar-cli": "^3.0.0",
|
|
78
80
|
"cypress-file-upload": "^5.0.8",
|
|
79
|
-
"eslint": "9.
|
|
81
|
+
"eslint": "9.36.0",
|
|
80
82
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
81
|
-
"eslint-plugin-vue": "^10.
|
|
82
|
-
"jsdom": "^
|
|
83
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
84
|
+
"jsdom": "^27.0.0",
|
|
83
85
|
"npm-run-all2": "^8.0.4",
|
|
84
86
|
"postcss": "^8.5.6",
|
|
85
87
|
"prettier": "^3.6.2",
|
|
86
88
|
"rimraf": "^6.0.1",
|
|
87
|
-
"start-server-and-test": "^2.
|
|
88
|
-
"typescript": "5.
|
|
89
|
-
"unocss": "^66.
|
|
90
|
-
"vite": "^7.
|
|
89
|
+
"start-server-and-test": "^2.1.2",
|
|
90
|
+
"typescript": "5.9.2",
|
|
91
|
+
"unocss": "^66.5.1",
|
|
92
|
+
"vite": "^7.1.6",
|
|
91
93
|
"vite-plugin-dts": "4.5.4",
|
|
92
|
-
"vitepress": "1.6.
|
|
94
|
+
"vitepress": "1.6.4",
|
|
93
95
|
"vitest": "^3.2.4",
|
|
94
|
-
"vue": "^3.5.
|
|
95
|
-
"vue-tsc": "^3.0.
|
|
96
|
+
"vue": "^3.5.21",
|
|
97
|
+
"vue-tsc": "^3.0.7"
|
|
96
98
|
},
|
|
97
99
|
"repository": {
|
|
98
100
|
"type": "git",
|
|
@@ -101,4 +103,4 @@
|
|
|
101
103
|
"publishConfig": {
|
|
102
104
|
"access": "public"
|
|
103
105
|
}
|
|
104
|
-
}
|
|
106
|
+
}
|