Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 23, 2024
1 parent c95f9b3 commit bf9f9bb
Show file tree
Hide file tree
Showing 9 changed files with 1,066 additions and 1,164 deletions.
21 changes: 11 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
},
"devDependencies": {
"@fancyapps/ui": "5.0.36",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/helper": "2.0.0-rc.38",
"@vuepress/plugin-comment": "2.0.0-rc.39",
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-redirect": "2.0.0-rc.39",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/helper": "2.0.0-rc.47",
"@vuepress/plugin-comment": "2.0.0-rc.47",
"@vuepress/plugin-docsearch": "2.0.0-rc.47",
"@vuepress/plugin-redirect": "2.0.0-rc.51",
"@waline/client": "workspace:*",
"marked": "14.1.2",
"mathjax-full": "3.2.2",
"vidstack": "1.12.10",
"vue": "3.5.6",
"vuepress": "2.0.0-rc.14",
"vuepress-shared": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
"sass-embedded": "1.79.3",
"vidstack": "1.12.11",
"vue": "3.5.8",
"vuepress": "2.0.0-rc.15",
"vuepress-shared": "2.0.0-rc.54",
"vuepress-theme-hope": "2.0.0-rc.56"
}
}
8 changes: 4 additions & 4 deletions docs/src/.vuepress/components/MigrationTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const click = (event: FormDataEvent) => {
textarea {
width: 100%;
height: 200px;
border: 1px solid var(--vp-brc);
border: 1px solid var(--vp-c-border);
border-radius: 3px;
padding: 10px;
outline: none;
Expand All @@ -156,7 +156,7 @@ textarea {
select {
padding: 4px 8px;
font-size: 0.8em;
border: 1px solid var(--vp-brc);
border: 1px solid var(--vp-c-border);
border-radius: 4px;
outline: none;
}
Expand All @@ -166,8 +166,8 @@ button {
line-height: 2em;
padding: 0 20px;
border: none;
background: var(--vp-tc);
color: var(--white);
background: var(--vp-c-accent-bg);
color: var(--vp-c-white);
border-radius: 3px;
cursor: pointer;
}
Expand Down
6 changes: 3 additions & 3 deletions docs/src/.vuepress/components/WalineTips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
.waline-tips {
margin: 1rem auto;
padding: 10px;
border-left: 5px solid var(--warning-border-color);
border-left: 5px solid var(--warning-c-accent);
border-radius: 8px;
background: var(--warning-bg-color);
color: var(--warning-text-color);
background: var(--warning-c-soft);
color: var(--warning-c-text);
}
File renamed without changes.
13 changes: 10 additions & 3 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,17 @@ export default hopeTheme(
indexName: 'waline',
},

mdEnhance: {
codetabs: true,
markdownImage: {
figure: true,
mathjax: true,
},

markdownMath: {
type: 'mathjax',
},

markdownTab: { codeTabs: true },

mdEnhance: {
sub: true,
sup: true,
tasklist: true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "15.2.4",
"@rollup/plugin-replace": "5.0.7",
"@types/node": "22.5.5",
"@vitejs/plugin-react": "4.3.1",
Expand All @@ -66,23 +66,23 @@
"postcss": "8.4.47",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.22.0",
"rollup": "4.22.4",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass-embedded": "1.79.1",
"sass-embedded": "1.79.3",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"stylelint-config-hope": "7.0.2",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vercel": "37.4.2",
"vite": "5.4.6",
"vercel": "37.5.3",
"vite": "5.4.7",
"vite-plugin-css-injected-by-js": "3.5.1",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.1.1"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.6"
"vue": "^3.5.8"
},
"devDependencies": {
"@babel/core": "7.25.2",
Expand All @@ -97,7 +97,7 @@
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.1.4",
"user-agent-data-types": "0.4.2",
"vite": "5.4.6"
"vite": "5.4.7"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
"koa-compose": "^4.1.0",
Expand Down
Loading

0 comments on commit bf9f9bb

Please sign in to comment.