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 Nov 26, 2023
1 parent 8124442 commit bb701c2
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 278 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@waline/client": "workspace:*",
"marked": "10.0.0",
"mathjax-full": "3.2.2",
"vue": "3.3.8",
"vue": "3.3.9",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-redirect": "2.0.0-rc.0",
"vuepress-plugin-remove-pwa": "2.0.0-rc.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.9.3",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitejs/plugin-react": "4.2.0",
Expand All @@ -83,7 +83,7 @@
"postcss": "8.4.31",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"rollup": "4.5.0",
"rollup": "4.5.2",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-ts": "3.4.5",
Expand All @@ -94,11 +94,11 @@
"tslib": "2.6.2",
"typescript": "5.3.2",
"vercel": "32.5.5",
"vite": "5.0.0",
"vite": "5.0.2",
"vite-plugin-reiconify": "1.1.2",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.11.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 @@ -59,7 +59,7 @@
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-redux": "8.1.3",
"react-router-dom": "6.19.0",
"react-router-dom": "6.20.0",
"redux": "4.2.1",
"typescript": "5.3.2",
"vite-plugin-css-injected-by-js": "^3.3.0"
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 @@
"autosize": "^6.0.1",
"marked": "^10.0.0",
"marked-highlight": "^2.0.7",
"vue": "^3.3.8"
"vue": "^3.3.9"
},
"devDependencies": {
"@babel/core": "7.23.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dependencies": {
"@cloudbase/node-sdk": "^2.11.0",
"@koa/cors": "^4.0.0",
"@mdit/plugin-katex": "^0.6.5",
"@mdit/plugin-mathjax": "^0.6.5",
"@mdit/plugin-sub": "^0.6.5",
"@mdit/plugin-sup": "^0.6.5",
"@mdit/plugin-katex": "^0.7.2",
"@mdit/plugin-mathjax": "^0.7.2",
"@mdit/plugin-sub": "^0.7.2",
"@mdit/plugin-sup": "^0.7.2",
"akismet": "^2.0.7",
"deta": "^2.0.0",
"dompurify": "^3.0.6",
Expand Down
Loading

0 comments on commit bb701c2

Please sign in to comment.