@globalbrain/sefirot 4.47.0 → 4.48.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.
@@ -376,6 +376,7 @@
376
376
  --z-index-tooltip: 10;
377
377
  --z-index-dropdown: 1000;
378
378
  --z-index-backdrop: 2000;
379
+ --z-index-sheet: 2000;
379
380
  }
380
381
 
381
382
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "4.47.0",
3
+ "version": "4.48.1",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "keywords": [
6
6
  "components",
@@ -53,14 +53,14 @@
53
53
  "test:coverage": "vitest run --coverage",
54
54
  "check": "pnpm run --aggregate-output '/^(type|lint|test:fail)$/'",
55
55
  "check:fail": "pnpm run --aggregate-output '/^(type|lint:fail|test:fail)$/'",
56
- "release": "pnpm whoami >/dev/null 2>&1 || pnpm login && release-it"
56
+ "release": "npm whoami >/dev/null 2>&1 || npm login && release-it"
57
57
  },
58
58
  "dependencies": {
59
59
  "@iconify-json/ph": "^1.2.2",
60
60
  "@iconify-json/ri": "^1.2.10",
61
61
  "@popperjs/core": "^2.11.8",
62
- "@sentry/browser": "^10.55.0",
63
- "@sentry/vue": "^10.55.0",
62
+ "@sentry/browser": "^10.58.0",
63
+ "@sentry/vue": "^10.58.0",
64
64
  "@tanstack/vue-virtual": "3.0.0-beta.62",
65
65
  "@tinyhttp/content-disposition": "^2.2.4",
66
66
  "@tinyhttp/cookie": "^2.1.1",
@@ -71,15 +71,15 @@
71
71
  "@types/markdown-it": "^14.1.2",
72
72
  "@types/qs": "^6.15.1",
73
73
  "@vitejs/plugin-vue": "^6.0.7",
74
- "@vue/reactivity": "^3.5.35",
74
+ "@vue/reactivity": "^3.5.38",
75
75
  "@vuelidate/core": "^2.0.3",
76
76
  "@vuelidate/validators": "^2.0.4",
77
77
  "@vueuse/core": "^14.3.0",
78
78
  "body-scroll-lock": "4.0.0-beta.0",
79
79
  "d3": "^7.9.0",
80
80
  "dayjs": "^1.11.21",
81
- "dompurify": "^3.4.7",
82
- "fuse.js": "^7.3.0",
81
+ "dompurify": "^3.4.11",
82
+ "fuse.js": "^7.4.2",
83
83
  "html2canvas": "^1.4.1",
84
84
  "jsdom": "^29.1.1",
85
85
  "lodash-es": "^4.18.1",
@@ -94,8 +94,8 @@
94
94
  "qs": "^6.15.2",
95
95
  "unplugin-icons": "^23.0.1",
96
96
  "v-calendar": "3.0.1",
97
- "vite": "^7.3.3",
98
- "vue": "^3.5.35",
97
+ "vite": "^7.3.5",
98
+ "vue": "^3.5.38",
99
99
  "vue-draggable-plus": "^0.6.1",
100
100
  "vue-router": "^5.1.0"
101
101
  },
@@ -104,18 +104,18 @@
104
104
  "@histoire/plugin-vue": "1.0.0-beta.1",
105
105
  "@release-it/conventional-changelog": "^11.0.1",
106
106
  "@types/jsdom": "^28.0.3",
107
- "@types/node": "^25.9.1",
108
- "@typescript-eslint/rule-tester": "^8.60.0",
109
- "@vitest/coverage-v8": "^4.1.7",
110
- "@vue/test-utils": "^2.4.10",
107
+ "@types/node": "^26.0.0",
108
+ "@typescript-eslint/rule-tester": "^8.61.1",
109
+ "@vitest/coverage-v8": "^4.1.9",
110
+ "@vue/test-utils": "^2.4.11",
111
111
  "eslint": "^9.39.4",
112
- "happy-dom": "^20.9.0",
112
+ "happy-dom": "^20.10.5",
113
113
  "histoire": "1.0.0-beta.1",
114
114
  "release-it": "^20.2.0",
115
115
  "typescript": "~6.0.3",
116
116
  "vitepress": "^2.0.0-alpha.17",
117
- "vitest": "^4.1.7",
118
- "vue-tsc": "^3.3.3"
117
+ "vitest": "^4.1.9",
118
+ "vue-tsc": "^3.3.5"
119
119
  },
120
- "packageManager": "pnpm@11.5.0"
120
+ "packageManager": "pnpm@11.7.0"
121
121
  }