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 Dec 8, 2024
1 parent c14f313 commit ae263cd
Show file tree
Hide file tree
Showing 10 changed files with 1,474 additions and 1,520 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"devDependencies": {
"@fancyapps/ui": "5.0.36",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/helper": "2.0.0-rc.56",
"@vuepress/plugin-comment": "2.0.0-rc.56",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-redirect": "2.0.0-rc.56",
"@vuepress/helper": "2.0.0-rc.63",
"@vuepress/plugin-comment": "2.0.0-rc.63",
"@vuepress/plugin-docsearch": "2.0.0-rc.64",
"@vuepress/plugin-redirect": "2.0.0-rc.63",
"@waline/client": "workspace:*",
"marked": "15.0.2",
"marked": "15.0.3",
"mathjax-full": "3.2.2",
"sass-embedded": "1.81.0",
"sass-embedded": "1.82.0",
"vidstack": "1.12.12",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-shared": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.59"
"vuepress-shared": "2.0.0-rc.60",
"vuepress-theme-hope": "2.0.0-rc.61"
}
}
2 changes: 1 addition & 1 deletion docs/src/.vuepress/components/NormalPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import WalineTips from './WalineTips.js';

import type { ThemeNormalPageFrontmatter } from 'vuepress-theme-hope';

import 'vuepress-theme-hope/styles/page.scss';
import 'vuepress-theme-hope/styles/normal-page.scss';

export default defineComponent({
name: 'NormalPage',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/components/WalineTips.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use 'vuepress-shared/styles/wrapper';
@use 'vuepress-theme-hope/styles/wrapper';

.waline-tips-wrapper {
@include wrapper.horizontal-wrapper();
Expand Down
27 changes: 11 additions & 16 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ export default hopeTheme(
},
},

markdown: {
codeTabs: true,
figure: true,
math: {
type: 'mathjax',
},
sub: true,
sup: true,
tasklist: true,
},

plugins: {
comment: {
provider: 'Waline',
Expand Down Expand Up @@ -69,22 +80,6 @@ export default hopeTheme(
apiKey: 'd189586c601d439f9247bdaf95b3555f',
indexName: 'waline',
},

markdownImage: {
figure: true,
},

markdownMath: {
type: 'mathjax',
},

markdownTab: { codeTabs: true },

mdEnhance: {
sub: true,
sup: true,
tasklist: true,
},
},
},
{ custom: true },
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,45 +43,45 @@
"@babel/core": "7.26.0",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@vitejs/plugin-react": "4.3.4",
"apidoc": "1.2.0",
"commitizen": "4.3.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-mister-hope": "0.3.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-vue": "9.31.0",
"eslint-plugin-vue": "9.32.0",
"husky": "9.1.7",
"markdownlint-cli2": "0.15.0",
"nano-staged": "0.8.0",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.27.4",
"rollup": "4.28.1",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass-embedded": "1.81.0",
"sass-embedded": "1.82.0",
"sort-package-json": "2.12.0",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vercel": "39.1.2",
"vercel": "39.1.3",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.3.0",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "24.0.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next": "24.0.5",
"i18next-browser-languagedetector": "8.0.1",
"md5": "2.3.0",
"qrcode.react": "4.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.2",
"react-i18next": "15.1.3",
"react-redux": "9.1.2",
"react-router": "7.0.1",
"react-router": "7.0.2",
"redux": "5.0.1",
"typescript": "5.7.2",
"vite": "6.0.1"
"vite": "6.0.3"
},
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@vueuse/core": "12.0.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^15.0.2",
"marked": "^15.0.3",
"marked-highlight": "^2.2.1",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.13"
Expand All @@ -97,7 +97,7 @@
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.2.1",
"user-agent-data-types": "0.4.2",
"vite": "6.0.1"
"vite": "6.0.3"
},
"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 @@ -23,7 +23,7 @@
"@mdit/plugin-sup": "0.8.0",
"akismet": "^2.0.7",
"deta": "^2.0.0",
"dompurify": "^3.2.1",
"dompurify": "^3.2.2",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.2",
"form-data": "^4.0.1",
Expand Down
Loading

0 comments on commit ae263cd

Please sign in to comment.