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 Jan 7, 2025
1 parent 9ed7a31 commit b993bbd
Show file tree
Hide file tree
Showing 5 changed files with 1,489 additions and 1,051 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@vuepress/plugin-docsearch": "2.0.0-rc.67",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"@waline/client": "workspace:*",
"marked": "15.0.4",
"marked": "15.0.6",
"mathjax-full": "3.2.2",
"sass-embedded": "1.83.0",
"sass-embedded": "1.83.1",
"vidstack": "1.12.12",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,37 +50,37 @@
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@vitejs/plugin-react": "4.3.4",
"apidoc": "1.2.0",
"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.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-vue": "9.32.0",
"husky": "9.1.7",
"markdownlint-cli2": "0.16.0",
"markdownlint-cli2": "0.17.1",
"nano-staged": "0.8.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.29.0",
"rollup": "4.30.1",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"sass-embedded": "1.83.0",
"sass-embedded": "1.83.1",
"sort-package-json": "2.12.0",
"stylelint": "16.12.0",
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vercel": "39.2.2",
"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": "[email protected].1",
"packageManager": "[email protected].3",
"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,18 +50,18 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "24.2.0",
"i18next": "24.2.1",
"i18next-browser-languagedetector": "8.0.2",
"md5": "2.3.0",
"qrcode.react": "4.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.2.0",
"react-i18next": "15.4.0",
"react-redux": "9.2.0",
"react-router": "7.1.0",
"react-router": "7.1.1",
"redux": "5.0.1",
"typescript": "5.7.2",
"vite": "6.0.5"
"vite": "6.0.7"
},
"engines": {
"node": ">=20"
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waline/client",
"version": "3.4.2",
"version": "3.4.3",
"description": "client for waline comment system",
"keywords": [
"valine",
Expand Down Expand Up @@ -82,10 +82,10 @@
]
},
"dependencies": {
"@vueuse/core": "12.0.0",
"@vueuse/core": "^12.3.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^15.0.4",
"marked": "^15.0.6",
"marked-highlight": "^2.2.1",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.13"
Expand All @@ -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.5"
"vite": "6.0.7"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit b993bbd

Please sign in to comment.