@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@point-hub/papp",
3
- "version": "0.0.124",
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.7",
45
- "@unocss/vite": "^66.3.3",
46
- "@vueuse/components": "^13.5.0",
47
- "@vueuse/core": "^13.5.0",
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
- "uuid": "^11.1.0",
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": "^22.2.0",
61
- "@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
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.0.13",
66
- "@types/uuid": "^10.0.0",
67
- "@unocss/preset-web-fonts": "^66.3.3",
68
- "@unocss/reset": "^66.3.3",
69
- "@unocss/transformer-directives": "^66.3.3",
70
- "@vitejs/plugin-vue": "^6.0.0",
71
- "@vitest/eslint-plugin": "^1.3.4",
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.7.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.31.0",
81
+ "eslint": "9.36.0",
80
82
  "eslint-plugin-simple-import-sort": "^12.1.1",
81
- "eslint-plugin-vue": "^10.3.0",
82
- "jsdom": "^26.1.0",
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.0.12",
88
- "typescript": "5.8.3",
89
- "unocss": "^66.3.3",
90
- "vite": "^7.0.4",
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.3",
94
+ "vitepress": "1.6.4",
93
95
  "vitest": "^3.2.4",
94
- "vue": "^3.5.17",
95
- "vue-tsc": "^3.0.1"
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
+ }