@point-hub/papp 0.0.117 → 0.0.119
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-pagination.vue.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1632 -1625
- package/dist/index.umd.cjs +6 -6
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@headlessui/vue": "^1.7.23",
|
|
43
43
|
"@point-hub/js-utils": "^0.0.6",
|
|
44
44
|
"@point-hub/preset-papp-icon": "^0.0.3",
|
|
45
|
-
"@vueuse/components": "^13.
|
|
46
|
-
"@vueuse/core": "^13.
|
|
45
|
+
"@vueuse/components": "^13.4.0",
|
|
46
|
+
"@vueuse/core": "^13.4.0",
|
|
47
47
|
"cleave.js": "^1.6.0",
|
|
48
48
|
"date-fns": "^4.1.0",
|
|
49
|
-
"pinia": "^3.0.
|
|
49
|
+
"pinia": "^3.0.3",
|
|
50
50
|
"uuid": "^11.1.0",
|
|
51
51
|
"vue-router": "4",
|
|
52
52
|
"vue-tippy": "^6.7.1",
|
|
@@ -56,31 +56,31 @@
|
|
|
56
56
|
"vue": "^3.5.14"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@badeball/cypress-cucumber-preprocessor": "^22.0
|
|
59
|
+
"@badeball/cypress-cucumber-preprocessor": "^22.1.0",
|
|
60
60
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
|
|
61
|
-
"@tsconfig/node20": "^20.1.
|
|
61
|
+
"@tsconfig/node20": "^20.1.6",
|
|
62
62
|
"@types/cleave.js": "^1.4.12",
|
|
63
63
|
"@types/jsdom": "^21.1.7",
|
|
64
|
-
"@types/node": "^
|
|
64
|
+
"@types/node": "^24.0.3",
|
|
65
65
|
"@types/uuid": "^10.0.0",
|
|
66
66
|
"@unocss/preset-web-fonts": "^0.60.4",
|
|
67
67
|
"@unocss/reset": "^0.60.4",
|
|
68
68
|
"@unocss/transformer-directives": "^0.60.4",
|
|
69
69
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
70
|
-
"@vitest/eslint-plugin": "^1.2.
|
|
70
|
+
"@vitest/eslint-plugin": "^1.2.7",
|
|
71
71
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
72
|
-
"@vue/eslint-config-typescript": "^14.5.
|
|
72
|
+
"@vue/eslint-config-typescript": "^14.5.1",
|
|
73
73
|
"@vue/test-utils": "^2.4.6",
|
|
74
74
|
"@vue/tsconfig": "^0.7.0",
|
|
75
75
|
"ajv": "^8.17.1",
|
|
76
76
|
"cypress-file-upload": "^5.0.8",
|
|
77
|
-
"eslint": "9.
|
|
77
|
+
"eslint": "9.29.0",
|
|
78
78
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
79
|
-
"eslint-plugin-vue": "^10.
|
|
79
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
80
80
|
"jsdom": "^26.1.0",
|
|
81
81
|
"npm-run-all2": "^8.0.4",
|
|
82
|
-
"postcss": "^8.5.
|
|
83
|
-
"prettier": "^3.
|
|
82
|
+
"postcss": "^8.5.6",
|
|
83
|
+
"prettier": "^3.6.0",
|
|
84
84
|
"rimraf": "^6.0.1",
|
|
85
85
|
"start-server-and-test": "^2.0.12",
|
|
86
86
|
"typescript": "5.8.3",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"vite": "^6.3.5",
|
|
89
89
|
"vite-plugin-dts": "4.5.4",
|
|
90
90
|
"vitepress": "1.6.3",
|
|
91
|
-
"vitest": "^3.
|
|
92
|
-
"vue": "^3.5.
|
|
91
|
+
"vitest": "^3.2.4",
|
|
92
|
+
"vue": "^3.5.17",
|
|
93
93
|
"vue-tsc": "^2.2.10"
|
|
94
94
|
},
|
|
95
95
|
"repository": {
|