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 2, 2024
1 parent 27fae51 commit db932b2
Show file tree
Hide file tree
Showing 6 changed files with 1,106 additions and 1,161 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"devDependencies": {
"@fancyapps/ui": "5.0.33",
"@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",
"@vuepress/helper": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.18",
"@vuepress/plugin-redirect": "2.0.0-rc.18",
"@waline/client": "workspace:*",
"marked": "12.0.0",
"mathjax-full": "3.2.2",
"vue": "3.4.19",
"vue": "3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-shared": "2.0.0-rc.25",
"vuepress-theme-hope": "2.0.0-rc.25"
"vuepress-shared": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.27"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/core": "7.24.0",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.9",
"@babel/runtime": "7.24.0",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.11.19",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.2.1",
Expand All @@ -61,12 +61,12 @@
"conventional-changelog-cli": "4.1.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"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.21.1",
"eslint-plugin-vue": "9.22.0",
"husky": "9.0.11",
"markdownlint-cli2": "0.12.1",
"nano-staged": "0.8.0",
Expand All @@ -77,14 +77,14 @@
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass": "1.71.0",
"sort-package-json": "2.7.0",
"sass": "1.71.1",
"sort-package-json": "2.8.0",
"stylelint": "16.2.1",
"stylelint-config-hope": "5.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vercel": "33.5.1",
"vite": "5.1.3",
"vercel": "33.5.3",
"vite": "5.1.4",
"vite-plugin-css-injected-by-js": "3.4.0",
"vite-plugin-svgr": "4.2.0",
"vitest": "1.3.1"
Expand Down
4 changes: 2 additions & 2 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.9.0",
"i18next": "23.10.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.5",
"react-redux": "9.1.0",
"react-router-dom": "6.22.1",
"react-router-dom": "6.22.2",
"redux": "5.0.1",
"typescript": "5.3.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,23 +82,23 @@
]
},
"dependencies": {
"@vueuse/core": "^10.8.0",
"@vueuse/core": "^10.9.0",
"@waline/api": "workspace:1.0.0-alpha.7",
"autosize": "^6.0.1",
"marked": "^12.0.0",
"marked-highlight": "^2.1.1",
"recaptcha-v3": "^1.10.0",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@giphy/js-types": "5.0.0",
"@types/autosize": "4.0.3",
"@types/marked": "5.0.2",
"@vitejs/plugin-vue": "5.0.4",
"user-agent-data-types": "0.4.2",
"vite": "5.1.3"
"vite": "5.1.4"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"markdown-it-emoji": "^3.0.0",
"mathjax-full": "^3.2.2",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.11",
"nunjucks": "^3.2.4",
"phpass": "^0.1.1",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit db932b2

Please sign in to comment.