@point-hub/papp 0.2.3 → 0.3.2
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-select.vue.d.ts +2 -3
- package/dist/composable/dark-mode.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +744 -749
- package/dist/index.umd.cjs +5 -5
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.2
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -43,57 +43,57 @@
|
|
|
43
43
|
"@point-hub/js-utils": "^0.0.6",
|
|
44
44
|
"@point-hub/preset-papp-icon": "^0.0.12",
|
|
45
45
|
"@tsconfig/node22": "^22.0.5",
|
|
46
|
-
"@unocss/vite": "^66.6.
|
|
47
|
-
"@vueuse/components": "^14.1
|
|
48
|
-
"@vueuse/core": "^14.1
|
|
46
|
+
"@unocss/vite": "^66.6.3",
|
|
47
|
+
"@vueuse/components": "^14.2.1",
|
|
48
|
+
"@vueuse/core": "^14.2.1",
|
|
49
49
|
"cleave.js": "^1.6.0",
|
|
50
50
|
"date-fns": "^4.1.0",
|
|
51
51
|
"pinia": "^3.0.4",
|
|
52
52
|
"textarea-caret": "^3.1.0",
|
|
53
53
|
"uuid": "^13.0.0",
|
|
54
|
-
"vue-router": "4",
|
|
55
54
|
"vue-tippy": "^6.7.1",
|
|
56
55
|
"vue3-popper": "^1.5.0"
|
|
57
56
|
},
|
|
58
57
|
"peerDependencies": {
|
|
58
|
+
"vue-router": "5",
|
|
59
59
|
"vue": "^3.5.14"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@badeball/cypress-cucumber-preprocessor": "^24.0.
|
|
62
|
+
"@badeball/cypress-cucumber-preprocessor": "^24.0.1",
|
|
63
63
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
|
|
64
64
|
"@types/cleave.js": "^1.4.12",
|
|
65
|
-
"@types/jsdom": "^
|
|
66
|
-
"@types/node": "^25.
|
|
65
|
+
"@types/jsdom": "^28.0.0",
|
|
66
|
+
"@types/node": "^25.3.3",
|
|
67
67
|
"@types/textarea-caret": "^3.0.4",
|
|
68
68
|
"@types/uuid": "^11.0.0",
|
|
69
|
-
"@unocss/preset-web-fonts": "^66.6.
|
|
70
|
-
"@unocss/reset": "^66.6.
|
|
71
|
-
"@unocss/transformer-directives": "^66.6.
|
|
72
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
73
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
74
|
-
"@vue/eslint-config-typescript": "^14.
|
|
69
|
+
"@unocss/preset-web-fonts": "^66.6.3",
|
|
70
|
+
"@unocss/reset": "^66.6.3",
|
|
71
|
+
"@unocss/transformer-directives": "^66.6.3",
|
|
72
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
73
|
+
"@vitest/eslint-plugin": "^1.6.9",
|
|
74
|
+
"@vue/eslint-config-typescript": "^14.7.0",
|
|
75
75
|
"@vue/test-utils": "^2.4.6",
|
|
76
|
-
"@vue/tsconfig": "^0.
|
|
77
|
-
"ajv": "^8.
|
|
76
|
+
"@vue/tsconfig": "^0.9.0",
|
|
77
|
+
"ajv": "^8.18.0",
|
|
78
78
|
"chokidar-cli": "^3.0.0",
|
|
79
79
|
"cypress-file-upload": "^5.0.8",
|
|
80
|
-
"eslint": "
|
|
81
|
-
"eslint-plugin-cypress": "^
|
|
80
|
+
"eslint": "10.0.2",
|
|
81
|
+
"eslint-plugin-cypress": "^6.1.0",
|
|
82
82
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
83
|
-
"eslint-plugin-vue": "^10.
|
|
84
|
-
"jsdom": "^
|
|
83
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
84
|
+
"jsdom": "^28.1.0",
|
|
85
85
|
"npm-run-all2": "^8.0.4",
|
|
86
86
|
"postcss": "^8.5.6",
|
|
87
|
-
"rimraf": "^6.1.
|
|
88
|
-
"start-server-and-test": "^2.1.
|
|
87
|
+
"rimraf": "^6.1.3",
|
|
88
|
+
"start-server-and-test": "^2.1.5",
|
|
89
89
|
"typescript": "5.9.3",
|
|
90
|
-
"unocss": "^66.6.
|
|
90
|
+
"unocss": "^66.6.2",
|
|
91
91
|
"vite": "^7.3.1",
|
|
92
92
|
"vite-plugin-dts": "4.5.4",
|
|
93
|
-
"vitepress": "^2.0.0-alpha.
|
|
93
|
+
"vitepress": "^2.0.0-alpha.15",
|
|
94
94
|
"vitest": "^4.0.18",
|
|
95
|
-
"vue": "^3.5.
|
|
96
|
-
"vue-tsc": "^3.2.
|
|
95
|
+
"vue": "^3.5.29",
|
|
96
|
+
"vue-tsc": "^3.2.5"
|
|
97
97
|
},
|
|
98
98
|
"repository": {
|
|
99
99
|
"type": "git",
|