Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 21, 2024
1 parent 5296afb commit 6fa1904
Show file tree
Hide file tree
Showing 6 changed files with 1,474 additions and 1,630 deletions.
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
},
"devDependencies": {
"@fancyapps/ui": "5.0.36",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/plugin-comment": "2.0.0-rc.53",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-redirect": "2.0.0-rc.52",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/helper": "2.0.0-rc.56",
"@vuepress/plugin-comment": "2.0.0-rc.56",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-redirect": "2.0.0-rc.56",
"@waline/client": "workspace:*",
"marked": "14.1.2",
"marked": "14.1.3",
"mathjax-full": "3.2.2",
"sass-embedded": "1.79.4",
"sass-embedded": "1.80.3",
"vidstack": "1.12.11",
"vue": "3.5.11",
"vuepress": "2.0.0-rc.17",
"vuepress-shared": "2.0.0-rc.57",
"vuepress-theme-hope": "2.0.0-rc.58"
"vue": "3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-shared": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.59"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/runtime": "7.25.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.7.5",
"@vitejs/plugin-react": "4.3.2",
"@types/node": "22.7.7",
"@vitejs/plugin-react": "4.3.3",
"apidoc": "1.2.0",
"commitizen": "4.3.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.12.0",
"eslint": "9.13.0",
"eslint-config-mister-hope": "0.3.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
"nano-staged": "0.8.0",
Expand All @@ -70,19 +70,19 @@
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
"sass-embedded": "1.79.4",
"sass-embedded": "1.80.3",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"stylelint-config-hope": "7.0.2",
"tslib": "2.7.0",
"stylelint": "16.10.0",
"stylelint-config-hope": "7.0.4",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vercel": "37.6.3",
"vite": "5.4.8",
"vercel": "37.11.0",
"vite": "5.4.9",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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.3.2",
"classnames": "2.5.1",
"i18next": "23.15.2",
"i18next": "23.16.2",
"i18next-browser-languagedetector": "8.0.0",
"md5": "2.3.0",
"qrcode.react": "4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.3",
"react-i18next": "15.1.0",
"react-redux": "9.1.2",
"react-router-dom": "6.26.2",
"react-router-dom": "6.27.0",
"redux": "5.0.1",
"typescript": "5.6.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@
"@vueuse/core": "^11.1.0",
"@waline/api": "1.0.0-alpha.8",
"autosize": "^6.0.1",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"marked": "^14.1.3",
"marked-highlight": "^2.2.0",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@giphy/js-types": "5.1.0",
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.1.4",
"user-agent-data-types": "0.4.2",
"vite": "5.4.8"
"vite": "5.4.9"
},
"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 @@ -26,7 +26,7 @@
"dompurify": "^3.1.7",
"dy-node-ip2region": "^1.0.1",
"fast-csv": "^5.0.1",
"form-data": "^4.0.0",
"form-data": "^4.0.1",
"jsdom": "^25.0.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
Expand Down
Loading

0 comments on commit 6fa1904

Please sign in to comment.