@point-hub/papp 0.2.2 → 0.3.1

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.2.2",
3
+ "version": "0.3.1",
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.0",
47
- "@vueuse/components": "^14.1.0",
48
- "@vueuse/core": "^14.1.0",
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.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": "^27.0.0",
66
- "@types/node": "^25.1.0",
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.0",
70
- "@unocss/reset": "^66.6.0",
71
- "@unocss/transformer-directives": "^66.6.0",
72
- "@vitejs/plugin-vue": "^6.0.3",
73
- "@vitest/eslint-plugin": "^1.6.6",
74
- "@vue/eslint-config-typescript": "^14.6.0",
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.8.1",
77
- "ajv": "^8.17.1",
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": "9.39.2",
81
- "eslint-plugin-cypress": "^5.2.1",
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.7.0",
84
- "jsdom": "^27.4.0",
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.2",
88
- "start-server-and-test": "^2.1.3",
87
+ "rimraf": "^6.1.3",
88
+ "start-server-and-test": "^2.1.5",
89
89
  "typescript": "5.9.3",
90
- "unocss": "^66.6.0",
90
+ "unocss": "^66.6.2",
91
91
  "vite": "^7.3.1",
92
92
  "vite-plugin-dts": "4.5.4",
93
93
  "vitepress": "^2.0.0-alpha.15",
94
94
  "vitest": "^4.0.18",
95
- "vue": "^3.5.27",
96
- "vue-tsc": "^3.2.4"
95
+ "vue": "^3.5.29",
96
+ "vue-tsc": "^3.2.5"
97
97
  },
98
98
  "repository": {
99
99
  "type": "git",