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 Mar 26, 2024
1 parent 0311ff7 commit 3b4d67a
Show file tree
Hide file tree
Showing 6 changed files with 1,286 additions and 1,623 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"dev": "vuepress-vite dev src"
},
"devDependencies": {
"@fancyapps/ui": "5.0.33",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@fancyapps/ui": "5.0.35",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/helper": "2.0.0-rc.21",
"@vuepress/plugin-docsearch": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
"@vuepress/plugin-redirect": "2.0.0-rc.21",
"@waline/client": "workspace:*",
"marked": "12.0.0",
"marked": "12.0.1",
"mathjax-full": "3.2.2",
"vue": "3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-shared": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.27"
"vuepress": "2.0.0-rc.9",
"vuepress-shared": "2.0.0-rc.32",
"vuepress-theme-hope": "2.0.0-rc.32"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/runtime": "7.24.1",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@vitejs/plugin-react": "4.2.1",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"apidoc": "1.2.0",
"commitizen": "4.3.0",
"conventional-changelog-cli": "4.1.0",
Expand All @@ -65,31 +65,31 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-vue": "9.23.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-vue": "9.24.0",
"husky": "9.0.11",
"markdownlint-cli2": "0.12.1",
"nano-staged": "0.8.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.12.0",
"rollup": "4.13.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass": "1.71.1",
"sass": "1.72.0",
"sort-package-json": "2.8.0",
"stylelint": "16.2.1",
"stylelint": "16.3.0",
"stylelint-config-hope": "5.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vercel": "33.5.3",
"vite": "5.1.4",
"typescript": "5.4.3",
"vercel": "33.6.1",
"vite": "5.2.6",
"vite-plugin-css-injected-by-js": "3.5.0",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.4.0"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
},
"devDependencies": {
"@rematch/core": "2.2.0",
"base-icon": "2.2.1",
"base-icon": "2.3.1",
"classnames": "2.5.1",
"i18next": "23.10.0",
"i18next": "23.10.1",
"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": "14.0.5",
"react-i18next": "14.1.0",
"react-redux": "9.1.0",
"react-router-dom": "6.22.2",
"react-router-dom": "6.22.3",
"redux": "5.0.1",
"typescript": "5.3.3"
"typescript": "5.4.3"
},
"publishConfig": {
"provenance": true
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@vueuse/core": "^10.9.0",
"@waline/api": "workspace:1.0.0-alpha.7",
"autosize": "^6.0.1",
"marked": "^12.0.0",
"marked": "^12.0.1",
"marked-highlight": "^2.1.1",
"recaptcha-v3": "^1.10.0",
"vue": "^3.4.21"
Expand All @@ -98,7 +98,7 @@
"@types/marked": "6.0.0",
"@vitejs/plugin-vue": "5.0.4",
"user-agent-data-types": "0.4.2",
"vite": "5.1.4"
"vite": "5.2.6"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"@mdit/plugin-sup": "^0.8.0",
"akismet": "^2.0.7",
"deta": "^2.0.0",
"dompurify": "^3.0.9",
"dompurify": "^3.0.11",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.9",
"katex": "^0.16.10",
"koa-compose": "^4.1.0",
"leancloud-storage": "^4.15.2",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"mathjax-full": "^3.2.2",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.11",
"nodemailer": "^6.9.13",
"nunjucks": "^3.2.4",
"phpass": "^0.1.1",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit 3b4d67a

Please sign in to comment.