Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 20, 2024
1 parent f1fea20 commit f192231
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 739 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
min-width: 184.66px;
}
}

// FIXME: Workaround solution
div[class*='language-'] pre code {
color: var(--code-c-text);
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.42",
"@vuepress/plugin-docsearch": "2.0.0-rc.45",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-register-components": "2.0.0-rc.42",
"@vuepress/plugin-shiki": "2.0.0-rc.42",
"@vuepress/theme-default": "2.0.0-rc.42",
"@vuepress/plugin-register-components": "2.0.0-rc.44",
"@vuepress/plugin-shiki": "2.0.0-rc.45",
"@vuepress/theme-default": "2.0.0-rc.45",
"http-server": "^14.1.1",
"sass-embedded": "^1.78.0",
"sass-embedded": "^1.79.2",
"sass-loader": "^16.0.1",
"vue": "^3.5.4",
"vue": "^3.5.6",
"vuepress": "2.0.0-rc.15"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"tsconfig-vuepress": "^5.2.0",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
Loading

0 comments on commit f192231

Please sign in to comment.