Skip to content

Commit d08ad21

Browse files
committed
chore: bump deps
1 parent 0d7d56c commit d08ad21

File tree

2 files changed

+460
-445
lines changed

2 files changed

+460
-445
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@globalbrain/sefirot",
33
"version": "3.33.0",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].4",
55
"description": "Vue Components for Global Brain Design System.",
66
"author": "Kia Ishii <[email protected]>",
77
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"@types/markdown-it": "^13.0.7",
4747
"@vuelidate/core": "^2.0.3",
4848
"@vuelidate/validators": "^2.0.4",
49-
"@vueuse/core": "^10.7.2",
49+
"@vueuse/core": "^10.8.0",
5050
"body-scroll-lock": "4.0.0-beta.0",
5151
"fuse.js": "^7.0.0",
5252
"lodash-es": "^4.17.21",
@@ -56,8 +56,8 @@
5656
"postcss": "^8.4.35",
5757
"postcss-nested": "^6.0.1",
5858
"v-calendar": "^3.1.2",
59-
"vue": "^3.4.19",
60-
"vue-router": "^4.2.5"
59+
"vue": "^3.4.20",
60+
"vue-router": "^4.3.0"
6161
},
6262
"dependencies": {
6363
"@tanstack/vue-virtual": "3.0.0-beta.62",
@@ -80,17 +80,17 @@
8080
"@types/body-scroll-lock": "^3.1.2",
8181
"@types/lodash-es": "^4.17.12",
8282
"@types/markdown-it": "^13.0.7",
83-
"@types/node": "^20.11.19",
83+
"@types/node": "^20.11.20",
8484
"@vitejs/plugin-vue": "^5.0.4",
85-
"@vitest/coverage-v8": "^1.3.0",
85+
"@vitest/coverage-v8": "^1.3.1",
8686
"@vue/test-utils": "^2.4.4",
8787
"@vuelidate/core": "^2.0.3",
8888
"@vuelidate/validators": "^2.0.4",
89-
"@vueuse/core": "^10.7.2",
89+
"@vueuse/core": "^10.8.0",
9090
"body-scroll-lock": "4.0.0-beta.0",
91-
"eslint": "^8.56.0",
91+
"eslint": "^8.57.0",
9292
"fuse.js": "^7.0.0",
93-
"happy-dom": "^13.3.8",
93+
"happy-dom": "^13.6.0",
9494
"histoire": "^0.16.5",
9595
"lodash-es": "^4.17.21",
9696
"markdown-it": "^14.0.0",
@@ -102,11 +102,11 @@
102102
"release-it": "^17.1.1",
103103
"typescript": "~5.3.3",
104104
"v-calendar": "^3.1.2",
105-
"vite": "^5.1.3",
105+
"vite": "^5.1.4",
106106
"vitepress": "1.0.0-rc.44",
107-
"vitest": "^1.3.0",
108-
"vue": "^3.4.19",
109-
"vue-router": "^4.2.5",
107+
"vitest": "^1.3.1",
108+
"vue": "^3.4.20",
109+
"vue-router": "^4.3.0",
110110
"vue-tsc": "^1.8.27"
111111
}
112112
}

0 commit comments

Comments
 (0)