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 9, 2024
1 parent 2ac297b commit ecf6c0b
Show file tree
Hide file tree
Showing 5 changed files with 1,691 additions and 1,706 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"mathjax-full": "3.2.2",
"sass-embedded": "1.79.4",
"vidstack": "1.12.11",
"vue": "3.5.10",
"vue": "3.5.11",
"vuepress": "2.0.0-rc.17",
"vuepress-shared": "2.0.0-rc.57",
"vuepress-theme-hope": "2.0.0-rc.57"
"vuepress-theme-hope": "2.0.0-rc.58"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.25.6",
"@babel/core": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.7",
"@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-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"@vitejs/plugin-react": "4.3.2",
"apidoc": "1.2.0",
"commitizen": "4.3.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.11.1",
"eslint": "9.12.0",
"eslint-config-mister-hope": "0.2.3",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
"nano-staged": "0.8.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.22.5",
"rollup": "4.24.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-ts": "3.4.5",
Expand All @@ -75,14 +75,14 @@
"stylelint": "16.9.0",
"stylelint-config-hope": "7.0.2",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vercel": "37.6.0",
"typescript": "5.6.3",
"vercel": "37.6.3",
"vite": "5.4.8",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-svgr": "4.2.0",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"apidoc": {
"title": "Waline API Documentation"
}
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,7 +50,7 @@
"@rematch/core": "2.2.0",
"base-icon": "2.3.2",
"classnames": "2.5.1",
"i18next": "23.15.1",
"i18next": "23.15.2",
"i18next-browser-languagedetector": "8.0.0",
"md5": "2.3.0",
"qrcode.react": "4.0.1",
Expand All @@ -60,7 +60,7 @@
"react-redux": "9.1.2",
"react-router-dom": "6.26.2",
"redux": "5.0.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"recaptcha-v3": "^1.11.3",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@giphy/js-types": "5.1.0",
"@types/autosize": "4.0.3",
"@vitejs/plugin-vue": "5.1.4",
Expand Down
Loading

0 comments on commit ecf6c0b

Please sign in to comment.