Skip to content

Commit 926e9b3

Browse files
committed
bump deps
1 parent 481bcea commit 926e9b3

File tree

2 files changed

+976
-915
lines changed

2 files changed

+976
-915
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@globalbrain/sefirot",
33
"type": "module",
44
"version": "4.13.0",
5-
"packageManager": "[email protected].3",
5+
"packageManager": "[email protected].4",
66
"description": "Vue Components for Global Brain Design System.",
77
"author": "Kia Ishii <[email protected]>",
88
"license": "MIT",
@@ -51,7 +51,7 @@
5151
"@vue/reactivity": "^3.5.13",
5252
"@vuelidate/core": "^2.0.3",
5353
"@vuelidate/validators": "^2.0.4",
54-
"@vueuse/core": "^12.7.0",
54+
"@vueuse/core": "^12 || ^13",
5555
"body-scroll-lock": "4.0.0-beta.0",
5656
"dayjs": "^1.11.13",
5757
"fuse.js": "^7.1.0",
@@ -66,8 +66,8 @@
6666
"vue-router": "^4.5.0"
6767
},
6868
"dependencies": {
69-
"@sentry/browser": "^9.2.0",
70-
"@sentry/vue": "^9.2.0",
69+
"@sentry/browser": "^9.5.0",
70+
"@sentry/vue": "^9.5.0",
7171
"@tanstack/vue-virtual": "3.0.0-beta.62",
7272
"@tinyhttp/content-disposition": "^2.2.2",
7373
"@tinyhttp/cookie": "^2.1.1",
@@ -91,19 +91,19 @@
9191
"@types/body-scroll-lock": "^3.1.2",
9292
"@types/lodash-es": "^4.17.12",
9393
"@types/markdown-it": "^14.1.2",
94-
"@types/node": "^22.13.5",
94+
"@types/node": "^22.13.10",
9595
"@vitejs/plugin-vue": "^5.2.1",
96-
"@vitest/coverage-v8": "^3.0.7",
96+
"@vitest/coverage-v8": "^3.0.8",
9797
"@vue/reactivity": "^3.5.13",
9898
"@vue/test-utils": "^2.4.6",
9999
"@vuelidate/core": "^2.0.3",
100100
"@vuelidate/validators": "^2.0.4",
101-
"@vueuse/core": "^12.7.0",
101+
"@vueuse/core": "^13.0.0",
102102
"body-scroll-lock": "4.0.0-beta.0",
103103
"dayjs": "^1.11.13",
104104
"eslint": "8.57.0",
105105
"fuse.js": "^7.1.0",
106-
"happy-dom": "^17.1.8",
106+
"happy-dom": "^17.4.4",
107107
"histoire": "0.16.5",
108108
"lodash-es": "^4.17.21",
109109
"markdown-it": "^14.1.0",
@@ -113,13 +113,13 @@
113113
"postcss-nested": "^7.0.2",
114114
"punycode": "^2.3.1",
115115
"release-it": "^18.1.2",
116-
"typescript": "~5.7.3",
116+
"typescript": "~5.8.2",
117117
"v-calendar": "3.0.1",
118-
"vite": "^6.2.0",
118+
"vite": "^6.2.1",
119119
"vitepress": ">=2.0.0-alpha.3",
120-
"vitest": "^3.0.7",
120+
"vitest": "^3.0.8",
121121
"vue": "^3.5.13",
122122
"vue-router": "^4.5.0",
123-
"vue-tsc": "^2.2.4"
123+
"vue-tsc": "^2.2.8"
124124
}
125125
}

0 commit comments

Comments
 (0)