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 30, 2024
1 parent 1a09d19 commit b819ece
Show file tree
Hide file tree
Showing 6 changed files with 1,092 additions and 1,146 deletions.
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
},
"devDependencies": {
"@fancyapps/ui": "5.0.36",
"@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",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/plugin-comment": "2.0.0-rc.53",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-redirect": "2.0.0-rc.52",
"@waline/client": "workspace:*",
"marked": "14.1.2",
"mathjax-full": "3.2.2",
"sass-embedded": "1.79.3",
"sass-embedded": "1.79.4",
"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"
"vue": "3.5.10",
"vuepress": "2.0.0-rc.17",
"vuepress-shared": "2.0.0-rc.57",
"vuepress-theme-hope": "2.0.0-rc.57"
}
}
4 changes: 0 additions & 4 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export default hopeTheme(
sup: true,
tasklist: true,
},

redirect: {
switchLocale: 'modal',
},
},
},
{ custom: true },
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"@babel/runtime": "7.25.6",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.4",
"@rollup/plugin-replace": "5.0.7",
"@types/node": "22.5.5",
"@vitejs/plugin-react": "4.3.1",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.7.4",
"@vitejs/plugin-react": "4.3.2",
"apidoc": "1.2.0",
"commitizen": "4.3.0",
"commitizen": "4.3.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.11.0",
"eslint": "9.11.1",
"eslint-config-mister-hope": "0.2.3",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
Expand All @@ -70,15 +70,15 @@
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass-embedded": "1.79.3",
"sass-embedded": "1.79.4",
"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.5.3",
"vite": "5.4.7",
"vite-plugin-css-injected-by-js": "3.5.1",
"vercel": "37.6.0",
"vite": "5.4.8",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.1.1"
},
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.8"
"vue": "^3.5.10"
},
"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.7"
"vite": "5.4.8"
},
"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.1.6",
"dompurify": "^3.1.7",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
Expand Down
Loading

0 comments on commit b819ece

Please sign in to comment.