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 Sep 8, 2024
1 parent bbba54c commit d60df13
Show file tree
Hide file tree
Showing 9 changed files with 1,498 additions and 1,383 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-redirect": "2.0.0-rc.39",
"@waline/client": "workspace:*",
"marked": "13.0.3",
"marked": "14.1.1",
"mathjax-full": "3.2.2",
"vidstack": "1.11.29",
"vue": "3.4.35",
"vue": "3.5.3",
"vuepress": "2.0.0-rc.14",
"vuepress-shared": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
Expand Down
5 changes: 3 additions & 2 deletions docs/src/en/reference/server/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ GET /api/article
```

**Parameters**:
| Parameter | Type | Description |

| Parameter | Type | Description |
| --------- | ------ | ------------------------------------------------------------------- |
| path | string | Article id for comment,multiple ids should be spliced with commas. |
| path | string | Article id for comment,multiple ids should be spliced with commas. |

### Update reading statistics

Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,48 +41,48 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@babel/runtime": "7.25.6",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@types/node": "22.1.0",
"@types/node": "22.5.4",
"@vitejs/plugin-react": "4.3.1",
"apidoc": "1.2.0",
"commitizen": "4.3.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.8.0",
"eslint-config-mister-hope": "0.2.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-vue": "9.27.0",
"husky": "9.1.4",
"markdownlint-cli2": "0.13.0",
"eslint": "9.10.0",
"eslint-config-mister-hope": "0.2.3",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.5",
"markdownlint-cli2": "0.14.0",
"nano-staged": "0.8.0",
"postcss": "8.4.40",
"postcss": "8.4.45",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"rollup": "4.21.2",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass": "1.77.8",
"sort-package-json": "2.10.0",
"stylelint": "16.8.1",
"sass": "1.78.0",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"stylelint-config-hope": "7.0.2",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vercel": "35.2.3",
"vite": "5.3.5",
"vercel": "37.4.0",
"vite": "5.4.3",
"vite-plugin-css-injected-by-js": "3.5.1",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.0.5"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "23.12.2",
"i18next": "23.14.0",
"i18next-browser-languagedetector": "8.0.0",
"md5": "2.3.0",
"qrcode.react": "3.1.0",
"qrcode.react": "4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.0",
"react-i18next": "15.0.1",
"react-redux": "9.1.2",
"react-router-dom": "6.26.0",
"react-router-dom": "6.26.1",
"redux": "5.0.1",
"typescript": "5.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/src/pages/profile/twoFactorAuth.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QRCode from 'qrcode.react';
import { QRCodeSVG } from 'qrcode.react';
import React, { useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useSelector } from 'react-redux';
Expand Down Expand Up @@ -60,7 +60,7 @@ export default function () {
{user['2fa'] ? (
<div>
<p>{t('enable 2fa')}</p>
<QRCode value={data.otpauth_url} size={256} />
<QRCodeSVG value={data.otpauth_url} size={256} />
<br />
<br />
<button
Expand Down Expand Up @@ -120,7 +120,7 @@ export default function () {
{!user['2fa'] && step === 3 && (
<div>
<p>{t('open app and scan qrcode')}</p>
<QRCode value={data.otpauth_url} size={256} />
<QRCodeSVG value={data.otpauth_url} size={256} />
<form method="post" onSubmit={on2faUpdate}>
<ul className="typecho-option">
<li>
Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@
]
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.3",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^13.0.3",
"marked-highlight": "^2.1.3",
"recaptcha-v3": "^1.10.0",
"vue": "^3.4.35"
"marked": "^14.1.1",
"marked-highlight": "^2.1.4",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"@giphy/js-types": "5.1.0",
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.1.2",
"@vitejs/plugin-vue": "5.1.3",
"user-agent-data-types": "0.4.2",
"vite": "5.3.5"
"vite": "5.4.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 0 additions & 1 deletion packages/client/src/styles/gif.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
display: block;

box-sizing: border-box;

width: 100%;
border-width: 2px;
border-style: solid;
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"author": "lizheming <i@imnerd.org>",
"dependencies": {
"@cloudbase/node-sdk": "^3.2.0",
"@cloudbase/node-sdk": "^3.3.5",
"@koa/cors": "^5.0.0",
"@mdit/plugin-katex": "0.8.0",
"@mdit/plugin-mathjax": "0.4.8",
Expand All @@ -27,7 +27,7 @@
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
"jsdom": "^24.1.1",
"jsdom": "^25.0.0",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
"koa-compose": "^4.1.0",
Expand All @@ -36,7 +36,7 @@
"markdown-it-emoji": "^3.0.0",
"mathjax-full": "^3.2.2",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"nunjucks": "^3.2.4",
"phpass": "^0.1.1",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit d60df13

Please sign in to comment.