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 Oct 26, 2023
1 parent 96f93f7 commit cebb92a
Show file tree
Hide file tree
Showing 6 changed files with 1,938 additions and 2,503 deletions.
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"marked": "4.3.0",
"vue": "3.3.4",
"mathjax-full": "3.2.2",
"vue": "3.3.7",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-redirect": "2.0.0-beta.237",
"vuepress-plugin-remove-pwa": "2.0.0-beta.237",
"vuepress-shared": "2.0.0-beta.237",
"vuepress-theme-hope": "2.0.0-beta.237"
"vuepress-plugin-redirect": "2.0.0-beta.240",
"vuepress-plugin-remove-pwa": "2.0.0-beta.240",
"vuepress-shared": "2.0.0-beta.240",
"vuepress-theme-hope": "2.0.0-beta.240"
}
}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/core": "7.23.2",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.23.1",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@babel/runtime": "7.23.2",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.3",
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-terser": "0.4.4",
"@types/node": "20.8.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-react": "4.1.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand All @@ -73,29 +73,29 @@
"conventional-changelog-cli": "4.1.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-vue": "9.17.0",
"eslint-plugin-vue": "9.18.0",
"husky": "8.0.3",
"markdownlint-cli": "0.37.0",
"nano-staged": "0.8.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"rollup": "4.0.2",
"rollup": "4.1.4",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.69.1",
"sass": "1.69.5",
"sort-package-json": "2.6.0",
"stylelint": "15.10.3",
"stylelint-config-hope": "4.0.0",
"stylelint": "15.11.0",
"stylelint-config-hope": "4.1.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vercel": "32.4.1",
"vite": "4.4.11",
"vercel": "32.5.0",
"vite": "4.5.0",
"vite-plugin-reiconify": "1.1.2",
"vitest": "0.34.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"@rematch/core": "2.2.0",
"base-icon": "2.2.1",
"classnames": "2.3.2",
"i18next": "23.5.1",
"i18next": "23.6.0",
"i18next-browser-languagedetector": "7.1.0",
"md5": "2.3.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.2.2",
"react-i18next": "13.3.1",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"redux": "4.2.1",
"typescript": "5.2.2",
"vite-plugin-css-injected-by-js": "^3.3.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,18 @@
"@vueuse/core": "^10.5.0",
"autosize": "^6.0.1",
"marked": "^4.3.0",
"vue": "^3.3.4"
"vue": "^3.3.7"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@giphy/js-types": "4.4.0",
"@types/autosize": "4.0.1",
"@types/autosize": "4.0.2",
"@types/marked": "4.3.1",
"@vitejs/plugin-vue": "4.4.0",
"recaptcha-v3": "1.10.0",
"user-agent-data-types": "0.4.2",
"vite": "4.4.11"
"vite": "4.5.0"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.9",
"koa-compose": "^4.1.0",
"leancloud-storage": "^4.15.1",
"leancloud-storage": "^4.15.2",
"markdown-it": "^13.0.2",
"markdown-it-emoji": "^2.0.2",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"mathjax-full": "^3.2.2",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.6",
"nodemailer": "^6.9.7",
"nunjucks": "^3.2.4",
"phpass": "^0.1.1",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit cebb92a

Please sign in to comment.