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 21, 2024
1 parent 1219b2c commit 9ed7a31
Show file tree
Hide file tree
Showing 7 changed files with 835 additions and 1,071 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@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.66",
"@vuepress/plugin-docsearch": "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",
"@waline/client": "workspace:*",
"marked": "15.0.4",
Expand All @@ -22,6 +22,6 @@
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-shared": "2.0.0-rc.64",
"vuepress-theme-hope": "2.0.0-rc.64"
"vuepress-theme-hope": "2.0.0-rc.66"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@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",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@types/node": "22.10.2",
"@vitejs/plugin-react": "4.3.4",
"apidoc": "1.2.0",
Expand All @@ -71,7 +71,7 @@
"rollup-plugin-esbuild": "6.1.1",
"sass-embedded": "1.83.0",
"sort-package-json": "2.12.0",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "24.1.0",
"i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2",
"md5": "2.3.0",
"qrcode.react": "4.2.0",
Expand All @@ -61,7 +61,7 @@
"react-router": "7.1.0",
"redux": "5.0.1",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.5"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
"vite": "6.0.5"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"form-data": "^4.0.1",
"jsdom": "^25.0.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.15",
"koa-compose": "^4.1.0",
"leancloud-storage": "^4.15.2",
"markdown-it": "^14.1.0",
Expand Down
50 changes: 0 additions & 50 deletions packages/server/src/service/markdown/katex.js

This file was deleted.

Loading

0 comments on commit 9ed7a31

Please sign in to comment.