Skip to content

Commit 3b8efaf

Browse files
committed
chore: bump deps
1 parent dd75beb commit 3b8efaf

File tree

2 files changed

+530
-532
lines changed

2 files changed

+530
-532
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@globalbrain/sefirot",
33
"version": "3.45.0",
4-
"packageManager": "pnpm@9.0.5",
4+
"packageManager": "pnpm@9.1.0",
55
"description": "Vue Components for Global Brain Design System.",
66
"author": "Kia Ishii <[email protected]>",
77
"license": "MIT",
@@ -45,9 +45,9 @@
4545
"@iconify/vue": "^4.1.2",
4646
"@types/body-scroll-lock": "^3.1.2",
4747
"@types/lodash-es": "^4.17.12",
48-
"@types/markdown-it": "^14.0.1",
49-
"@vue/reactivity": "^3.4.23",
50-
"@vue/runtime-core": "^3.4.23",
48+
"@types/markdown-it": "^14.1.1",
49+
"@vue/reactivity": "^3.4.26",
50+
"@vue/runtime-core": "^3.4.26",
5151
"@vuelidate/core": "^2.0.3",
5252
"@vuelidate/validators": "^2.0.4",
5353
"@vueuse/core": "^10.9.0",
@@ -60,7 +60,7 @@
6060
"postcss": "^8.4.38",
6161
"postcss-nested": "^6.0.1",
6262
"v-calendar": "^3.1.2",
63-
"vue": "^3.4.23",
63+
"vue": "^3.4.26",
6464
"vue-router": "^4.3.2"
6565
},
6666
"dependencies": {
@@ -70,7 +70,7 @@
7070
"@tinyhttp/cookie": "^2.1.0",
7171
"@types/file-saver": "^2.0.7",
7272
"@types/qs": "^6.9.15",
73-
"dayjs": "^1.11.10",
73+
"dayjs": "^1.11.11",
7474
"file-saver": "^2.0.5",
7575
"ofetch": "^1.3.4",
7676
"qs": "^6.12.1"
@@ -84,12 +84,12 @@
8484
"@release-it/conventional-changelog": "^8.0.1",
8585
"@types/body-scroll-lock": "^3.1.2",
8686
"@types/lodash-es": "^4.17.12",
87-
"@types/markdown-it": "^14.0.1",
88-
"@types/node": "^20.12.7",
87+
"@types/markdown-it": "^14.1.1",
88+
"@types/node": "^20.12.10",
8989
"@vitejs/plugin-vue": "^5.0.4",
90-
"@vitest/coverage-v8": "^1.5.0",
91-
"@vue/reactivity": "^3.4.23",
92-
"@vue/runtime-core": "^3.4.23",
90+
"@vitest/coverage-v8": "^1.6.0",
91+
"@vue/reactivity": "^3.4.26",
92+
"@vue/runtime-core": "^3.4.26",
9393
"@vue/test-utils": "^2.4.5",
9494
"@vuelidate/core": "^2.0.3",
9595
"@vuelidate/validators": "^2.0.4",
@@ -106,13 +106,13 @@
106106
"postcss": "^8.4.38",
107107
"postcss-nested": "^6.0.1",
108108
"punycode": "^2.3.1",
109-
"release-it": "^17.2.0",
109+
"release-it": "^17.2.1",
110110
"typescript": "~5.4.5",
111111
"v-calendar": "^3.1.2",
112-
"vite": "^5.2.10",
113-
"vitepress": "^1.1.3",
114-
"vitest": "^1.5.0",
115-
"vue": "^3.4.23",
112+
"vite": "^5.2.11",
113+
"vitepress": "^1.1.4",
114+
"vitest": "^1.6.0",
115+
"vue": "^3.4.26",
116116
"vue-router": "^4.3.2",
117117
"vue-tsc": "^1.8.27"
118118
}

0 commit comments

Comments
 (0)