Skip to content

Commit

Permalink
fix: update deps and fix stats display issue on blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Apr 21, 2024
1 parent 5d5e423 commit 66ecec7
Show file tree
Hide file tree
Showing 4 changed files with 4,215 additions and 2,757 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Setup Node.js
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/components/SocialLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default defineComponent({
return (): VNode =>
h(
"div",
{ class: "nav-item vp-repo" },
{ class: "vp-nav-item vp-action" },
h("a", {
class: "vp-repo-link",
class: "vp-action-link",
href: discordLink,
target: "_blank",
rel: "noopener noreferrer",
Expand Down
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-data",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -15,25 +15,23 @@
},
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-search-pro": "2.0.0-rc.32",
"vuepress-theme-hope": "2.0.0-rc.32"
"vuepress-plugin-search-pro": "2.0.0-rc.37",
"vuepress-theme-hope": "2.0.0-rc.37"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
"@vuepress/plugin-feed": "2.0.0-rc.21",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-feed": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@waline/client": "3.1.3",
"cpx2": "^7.0.1",
"dashjs": "^4.7.4",
"hls.js": "^1.5.8",
"markdownlint-cli": "^0.39.0",
"mathjax-full": "^3.2.2",
"prettier": "^3.2.5",
"sass-loader": "^14.1.1",
"vidstack": "^1.11.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.16.0"
"sass-loader": "^14.2.1",
"vidstack": "^1.11.18"
}
}
Loading

0 comments on commit 66ecec7

Please sign in to comment.