Skip to content

Commit

Permalink
fix: bump deps and add back types as peerDeps (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 16, 2023
1 parent 2e4891a commit 165d54b
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 610 deletions.
53 changes: 28 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@globalbrain/sefirot",
"version": "2.47.3",
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.8.0",
"description": "Vue Components for Global Brain Design System.",
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
"license": "MIT",
Expand Down Expand Up @@ -38,66 +38,69 @@
"release": "node scripts/release.js"
},
"peerDependencies": {
"@iconify-icons/ph": "^1.2.4",
"@iconify-icons/ph": "^1.2.5",
"@iconify/vue": "^4.1.1",
"@tanstack/vue-virtual": "3.0.0-beta.60",
"@types/body-scroll-lock": "^3.1.0",
"@types/lodash-es": "^4.17.9",
"@types/markdown-it": "^13.0.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"body-scroll-lock": "4.0.0-beta.0",
"fuse.js": "^6.6.2",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"v-calendar": "^3.0.3",
"v-calendar": "^3.1.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"dependencies": {
"dayjs": "^1.11.9"
"dayjs": "^1.11.10"
},
"devDependencies": {
"@globalbrain/eslint-config": "^1.5.2",
"@histoire/plugin-vue": "^0.17.1",
"@iconify-icons/ph": "^1.2.4",
"@iconify-icons/ph": "^1.2.5",
"@iconify/vue": "^4.1.1",
"@tanstack/vue-virtual": "3.0.0-beta.60",
"@types/body-scroll-lock": "^3.1.0",
"@types/lodash-es": "^4.17.9",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.4",
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.8.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"body-scroll-lock": "4.0.0-beta.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^4.1.0",
"enquirer": "^2.4.1",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"execa": "^5.1.1",
"fuse.js": "^6.6.2",
"happy-dom": "^11.0.2",
"histoire": "^0.17.0",
"happy-dom": "^12.9.0",
"histoire": "^0.17.2",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"semver": "^7.5.4",
"typescript": "~5.2.2",
"v-calendar": "^3.0.3",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.11",
"vitest": "^0.34.4",
"v-calendar": "^3.1.1",
"vite": "^4.4.11",
"vitepress": "1.0.0-rc.20",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.10"
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.18"
}
}

0 comments on commit 165d54b

Please sign in to comment.