Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 6, 2024
1 parent dd75beb commit 3b8efaf
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 532 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@globalbrain/sefirot",
"version": "3.45.0",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.0",
"description": "Vue Components for Global Brain Design System.",
"author": "Kia Ishii <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@iconify/vue": "^4.1.2",
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.0.1",
"@vue/reactivity": "^3.4.23",
"@vue/runtime-core": "^3.4.23",
"@types/markdown-it": "^14.1.1",
"@vue/reactivity": "^3.4.26",
"@vue/runtime-core": "^3.4.26",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.9.0",
Expand All @@ -60,7 +60,7 @@
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"v-calendar": "^3.1.2",
"vue": "^3.4.23",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"dependencies": {
Expand All @@ -70,7 +70,7 @@
"@tinyhttp/cookie": "^2.1.0",
"@types/file-saver": "^2.0.7",
"@types/qs": "^6.9.15",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"file-saver": "^2.0.5",
"ofetch": "^1.3.4",
"qs": "^6.12.1"
Expand All @@ -84,12 +84,12 @@
"@release-it/conventional-changelog": "^8.0.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.0.1",
"@types/node": "^20.12.7",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.12.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.0",
"@vue/reactivity": "^3.4.23",
"@vue/runtime-core": "^3.4.23",
"@vitest/coverage-v8": "^1.6.0",
"@vue/reactivity": "^3.4.26",
"@vue/runtime-core": "^3.4.26",
"@vue/test-utils": "^2.4.5",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
Expand All @@ -106,13 +106,13 @@
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"punycode": "^2.3.1",
"release-it": "^17.2.0",
"release-it": "^17.2.1",
"typescript": "~5.4.5",
"v-calendar": "^3.1.2",
"vite": "^5.2.10",
"vitepress": "^1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.23",
"vite": "^5.2.11",
"vitepress": "^1.1.4",
"vitest": "^1.6.0",
"vue": "^3.4.26",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
}
Expand Down
Loading

0 comments on commit 3b8efaf

Please sign in to comment.