Skip to content

Commit

Permalink
Bump dependencies and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 6, 2024
1 parent 66e017a commit 55d0763
Show file tree
Hide file tree
Showing 9 changed files with 591 additions and 397 deletions.
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"@iconify-prerendered/vue-mdi": "0.23.1702456985",
"@octokit/rest": "20.0.2",
"@octokit/types": "12.4.0",
"@tanstack/vue-query": "5.17.0",
"@tanstack/vue-query": "5.17.7",
"@vueuse/core": "10.7.1",
"axios": "1.6.3",
"axios": "1.6.5",
"element-plus": "2.4.4",
"lodash.groupby": "4.6.0",
"markdown-it": "14.0.0",
"markdown-it-shortcode-tag": "1.1.0",
"moment": "2.30.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@antfu/eslint-config": "^2.6.1",
"@eslint/eslintrc": "^3.0.0",
"@mdit/plugin-attrs": "0.8.0",
"@mdit/plugin-figure": "0.8.0",
Expand All @@ -57,8 +57,8 @@
"@types/lodash.groupby": "4.6.9",
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-vue": "9.19.2",
Expand All @@ -72,9 +72,9 @@
"stylus": "0.62.0",
"unplugin-element-plus": "0.8.0",
"vite-plugin-eslint": "1.8.1",
"vitepress": "1.0.0-rc.34",
"vitepress": "1.0.0-rc.35",
"vitepress-plugin-tabs": "0.5.0",
"vue": "3.4.3",
"vue": "3.4.5",
"vue-eslint-parser": "9.3.2",
"x-satori": "0.1.5"
},
Expand Down
Loading

0 comments on commit 55d0763

Please sign in to comment.