hanap-labs 6.0.0 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanap-labs",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "vue",
@@ -59,26 +59,9 @@
59
59
  "build-storybook": "storybook build"
60
60
  },
61
61
  "peerDependencies": {
62
- "@tanstack/vue-query": "^5.90.10",
63
- "@tanstack/vue-table": "^8.21.3",
64
- "@vueuse/core": "^14.3.0",
65
62
  "dayjs": "^1.11.20",
66
63
  "vue": "^3.5.0"
67
64
  },
68
- "peerDependenciesMeta": {
69
- "@tanstack/vue-query": {
70
- "optional": true
71
- },
72
- "@tanstack/vue-table": {
73
- "optional": true
74
- },
75
- "@vueuse/core": {
76
- "optional": true
77
- },
78
- "dayjs": {
79
- "optional": false
80
- }
81
- },
82
65
  "devDependencies": {
83
66
  "@storybook/addon-a11y": "^10.4.0",
84
67
  "@storybook/addon-docs": "^10.4.0",
@@ -101,6 +84,9 @@
101
84
  },
102
85
  "dependencies": {
103
86
  "@floating-ui/dom": "^1.7.4",
87
+ "@tanstack/vue-query": "^5.90.10",
88
+ "@tanstack/vue-table": "^8.21.3",
89
+ "@vueuse/core": "^14.3.0",
104
90
  "lodash": "^4.18.1",
105
91
  "zod": "^4.4.3"
106
92
  }