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 Feb 20, 2024
1 parent 3e84376 commit e221d7b
Show file tree
Hide file tree
Showing 7 changed files with 1,220 additions and 1,227 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ dist/

# editors
.idea/

# npm config file
.npmrc
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"devDependencies": {
"@fancyapps/ui": "5.0.33",
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/helper": "2.0.0-rc.12",
"@vuepress/plugin-docsearch": "2.0.0-rc.12",
"@vuepress/plugin-redirect": "2.0.0-rc.12",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/helper": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.15",
"@vuepress/plugin-redirect": "2.0.0-rc.15",
"@waline/client": "workspace:*",
"marked": "12.0.0",
"mathjax-full": "3.2.2",
"vue": "3.4.15",
"vuepress": "2.0.0-rc.7",
"vuepress-shared": "2.0.0-rc.23",
"vuepress-theme-hope": "2.0.0-rc.23"
"vue": "3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-shared": "2.0.0-rc.25",
"vuepress-theme-hope": "2.0.0-rc.25"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.9",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@vitejs/plugin-react": "4.2.1",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand All @@ -67,29 +67,29 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-vue": "9.21.1",
"husky": "9.0.10",
"husky": "9.0.11",
"markdownlint-cli2": "0.12.1",
"nano-staged": "0.8.0",
"postcss": "8.4.34",
"postcss": "8.4.35",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.12.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass": "1.70.0",
"sass": "1.71.0",
"sort-package-json": "2.7.0",
"stylelint": "16.2.1",
"stylelint-config-hope": "5.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vercel": "33.4.1",
"vite": "5.0.12",
"vercel": "33.5.1",
"vite": "5.1.3",
"vite-plugin-css-injected-by-js": "3.4.0",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"apidoc": {
"title": "Waline API Documentation"
}
Expand Down
6 changes: 3 additions & 3 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.2.1",
"classnames": "2.5.1",
"i18next": "23.8.2",
"i18next": "23.9.0",
"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.4",
"react-i18next": "14.0.5",
"react-redux": "9.1.0",
"react-router-dom": "6.22.0",
"react-router-dom": "6.22.1",
"redux": "5.0.1",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
"dependencies": {
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.8.0",
"@waline/api": "workspace:1.0.0-alpha.7",
"autosize": "^6.0.1",
"marked": "^12.0.0",
Expand All @@ -96,9 +96,9 @@
"@giphy/js-types": "5.0.0",
"@types/autosize": "4.0.3",
"@types/marked": "5.0.2",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue": "5.0.4",
"user-agent-data-types": "0.4.2",
"vite": "5.0.12"
"vite": "5.1.3"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@cloudbase/node-sdk": "^2.11.0",
"@koa/cors": "^5.0.0",
"@mdit/plugin-katex": "^0.8.0",
"@mdit/plugin-mathjax": "^0.4.8",
"@mdit/plugin-mathjax": "0.4.8",
"@mdit/plugin-sub": "^0.8.0",
"@mdit/plugin-sup": "^0.8.0",
"akismet": "^2.0.7",
"deta": "^2.0.0",
"dompurify": "^3.0.8",
"dompurify": "^3.0.9",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
Expand Down
Loading

0 comments on commit e221d7b

Please sign in to comment.