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 Dec 5, 2023
1 parent 95494f4 commit 17a2ed6
Show file tree
Hide file tree
Showing 6 changed files with 1,417 additions and 1,564 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@waline/client": "workspace:*",
"marked": "11.0.0",
"mathjax-full": "3.2.2",
"vue": "3.3.9",
"vue": "3.3.10",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-redirect": "2.0.0-rc.0",
"vuepress-plugin-remove-pwa": "2.0.0-rc.0",
"vuepress-shared": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-rc.0"
"vuepress-plugin-redirect": "2.0.0-rc.2",
"vuepress-plugin-remove-pwa": "2.0.0-rc.2",
"vuepress-shared": "2.0.0-rc.2",
"vuepress-theme-hope": "2.0.0-rc.2"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.4",
"@babel/runtime": "7.23.5",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitejs/plugin-react": "4.2.0",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "4.2.1",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"apidoc": "1.2.0",
Expand All @@ -71,19 +71,19 @@
"conventional-changelog-cli": "4.1.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-vue": "9.19.2",
"husky": "8.0.3",
"markdownlint-cli": "0.37.0",
"nano-staged": "0.8.0",
"postcss": "8.4.31",
"postcss": "8.4.32",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"rollup": "4.5.2",
"rollup": "4.6.1",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-ts": "3.4.5",
Expand All @@ -93,10 +93,10 @@
"stylelint-config-hope": "4.1.0",
"tslib": "2.6.2",
"typescript": "5.3.2",
"vercel": "32.5.5",
"vite": "5.0.2",
"vercel": "32.6.1",
"vite": "5.0.5",
"vite-plugin-reiconify": "1.1.2",
"vitest": "0.34.6"
"vitest": "1.0.1"
},
"packageManager": "[email protected]",
"apidoc": {
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@rematch/core": "2.2.0",
"base-icon": "2.2.1",
"classnames": "2.3.2",
"i18next": "23.7.6",
"i18next": "23.7.7",
"i18next-browser-languagedetector": "7.2.0",
"md5": "2.3.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-redux": "8.1.3",
"react-router-dom": "6.20.0",
"redux": "4.2.1",
"react-redux": "9.0.1",
"react-router-dom": "6.20.1",
"redux": "5.0.0",
"typescript": "5.3.2",
"vite-plugin-css-injected-by-js": "^3.3.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@
"node": ">=18"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"@waline/api": "^1.0.0-alpha.3",
"autosize": "^6.0.1",
"marked": "^11.0.0",
"marked-highlight": "^2.0.7",
"vue": "^3.3.9"
"marked-highlight": "^2.0.9",
"vue": "^3.3.10"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@giphy/js-types": "5.0.0",
"@types/autosize": "4.0.3",
"@types/marked": "5.0.2",
"@vitejs/plugin-vue": "4.5.0",
"@vitejs/plugin-vue": "4.5.1",
"recaptcha-v3": "1.10.0",
"user-agent-data-types": "0.4.2",
"vite": "5.0.0"
"vite": "5.0.5"
}
}
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"dependencies": {
"@cloudbase/node-sdk": "^2.11.0",
"@koa/cors": "^4.0.0",
"@mdit/plugin-katex": "^0.7.2",
"@mdit/plugin-mathjax": "^0.7.2",
"@mdit/plugin-sub": "^0.7.2",
"@mdit/plugin-sup": "^0.7.2",
"@mdit/plugin-katex": "^0.7.5",
"@mdit/plugin-mathjax": "^0.7.5",
"@mdit/plugin-sub": "^0.7.5",
"@mdit/plugin-sup": "^0.7.5",
"akismet": "^2.0.7",
"deta": "^2.0.0",
"dompurify": "^3.0.6",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^4.3.6",
"form-data": "^4.0.0",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.9",
"koa-compose": "^4.1.0",
Expand All @@ -54,7 +54,7 @@
"ua-parser-js": "^1.0.37"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 17a2ed6

Please sign in to comment.