Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jun 23, 2024
1 parent 39af2ea commit 0c1033b
Show file tree
Hide file tree
Showing 2 changed files with 537 additions and 1,428 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,42 @@
"deps:update": "pnpx taze minor --write --force --include-locked",
"prepare": "husky"
},
"dependencies": {
"devDependencies": {
"@element-plus/icons-vue": "2.3.1",
"@giscus/vue": "3.0.0",
"@highcharts/dashboards": "2.1.0",
"@mdit/plugin-footnote": "0.12.0",
"@vueuse/core": "10.11.0",
"element-plus": "2.7.5",
"feed": "4.2.2",
"highcharts": "11.4.3",
"highcharts-vue": "2.0.1",
"vitepress": "1.2.3",
"vitepress-plugin-rss": "^0.2.6",
"vue": "3.4.29"
},
"devDependencies": {
"@nolebase/vitepress-plugin-git-changelog": "2.1.1",
"@nolebase/vitepress-plugin-git-changelog": "2.1.2",
"@tsconfig/node20": "20.1.4",
"@types/fs-extra": "11.0.4",
"@types/node": "20.14.4",
"@types/node": "20.14.8",
"@vitejs/plugin-vue": "5.0.5",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/tsconfig": "0.5.1",
"@vueuse/core": "10.11.0",
"element-plus": "2.7.6",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.26.0",
"execa": "^9.2.0",
"execa": "9.3.0",
"fast-glob": "^3.3.2",
"feed": "4.2.2",
"fs-extra": "11.2.0",
"highcharts": "11.4.3",
"highcharts-vue": "2.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"mermaid": "10.9.1",
"prettier": "3.3.2",
"radash": "12.1.0",
"typescript": "5.4.5",
"typescript": "5.5.2",
"unplugin-auto-import": "0.17.6",
"unplugin-vue-components": "0.27.0",
"vite": "5.3.1",
"vite-plugin-inspect": "0.8.4",
"vite-plugin-vue-devtools": "7.3.0",
"vue-tsc": "2.0.21"
"vite-plugin-vue-devtools": "7.3.4",
"vitepress": "1.2.3",
"vue": "3.4.30",
"vue-tsc": "2.0.22"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down
Loading

0 comments on commit 0c1033b

Please sign in to comment.