Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 13, 2025
1 parent b993bbd commit 9ae38d2
Show file tree
Hide file tree
Showing 7 changed files with 1,230 additions and 1,081 deletions.
9 changes: 4 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"@fancyapps/ui": "5.0.36",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/helper": "2.0.0-rc.66",
"@vuepress/plugin-comment": "2.0.0-rc.67",
"@vuepress/plugin-docsearch": "2.0.0-rc.67",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"@vuepress/plugin-comment": "2.0.0-rc.70",
"@vuepress/plugin-docsearch": "2.0.0-rc.70",
"@waline/client": "workspace:*",
"marked": "15.0.6",
"mathjax-full": "3.2.2",
"sass-embedded": "1.83.1",
"vidstack": "1.12.12",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-shared": "2.0.0-rc.64",
"vuepress-theme-hope": "2.0.0-rc.66"
"vuepress-shared": "2.0.0-rc.68",
"vuepress-theme-hope": "2.0.0-rc.68"
}
}
5 changes: 4 additions & 1 deletion docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default hopeTheme(
{
hostname: 'https://waline.js.org',
favicon: '/favicon.ico',
iconAssets: '//at.alicdn.com/t/c/font_3180165_6o97v6oir2j.css',

logo: '/logo.png',
repo: 'walinejs/waline',
Expand Down Expand Up @@ -80,6 +79,10 @@ export default hopeTheme(
apiKey: 'd189586c601d439f9247bdaf95b3555f',
indexName: 'waline',
},

icon: {
assets: '//at.alicdn.com/t/c/font_3180165_6o97v6oir2j.css',
},
},
},
{ custom: true },
Expand Down
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"commitizen": "4.3.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.17.0",
"eslint-config-mister-hope": "0.4.0",
"eslint-plugin-react": "7.37.3",
"eslint": "9.18.0",
"eslint-config-mister-hope": "0.4.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-vue": "9.32.0",
"husky": "9.1.7",
"markdownlint-cli2": "0.17.1",
Expand All @@ -70,17 +70,22 @@
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"sass-embedded": "1.83.1",
"sort-package-json": "2.12.0",
"stylelint": "16.12.0",
"sort-package-json": "2.13.0",
"stylelint": "16.13.0",
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vercel": "39.2.6",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.3.0",
"vitest": "3.0.0-beta.3"
},
"packageManager": "pnpm@9.15.3",
"packageManager": "pnpm@10.0.0",
"pnpm": {
"overrides": {
"stylelint>ignore": "7.0.0"
}
},
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-redux": "9.2.0",
"react-router": "7.1.1",
"redux": "5.0.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.7"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
"dependencies": {
"@vueuse/core": "^12.3.0",
"@vueuse/core": "^12.4.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^15.0.6",
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.2",
"form-data": "^4.0.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"jsonwebtoken": "^9.0.2",
"koa-compose": "^4.1.0",
"leancloud-storage": "^4.15.2",
Expand Down
Loading

0 comments on commit 9ae38d2

Please sign in to comment.