Skip to content

Commit

Permalink
build(deps): bump rollup from 4.21.0 to 4.24.3 in /docs (#796)
Browse files Browse the repository at this point in the history
* build(deps): bump rollup from 4.21.0 to 4.24.3 in /docs

Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.24.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.0...v4.24.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update versions and change scripts

* ci: ignore docs from codespell tool

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ahmed <mail@ahme.dev>
  • Loading branch information
dependabot[bot] and ahme-dev authored Nov 2, 2024
1 parent 76c05c5 commit 7e2d2e7
Show file tree
Hide file tree
Showing 3 changed files with 962 additions and 392 deletions.
11 changes: 5 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"preview": "vitepress preview"
},
"dependencies": {
"vitepress": "^1.3.4",
"vitepress-plugin-auto-sidebar": "^1.2.0",
"vue": "^3.4.38"
"vitepress": "~1.4.3",
"vitepress-sidebar": "~1.28.0",
"vue": "~3.5.12"
},
"devDependencies": {
"markdown-it-mathjax3": "^4.3.2"
"markdown-it-mathjax3": "~4.3.2"
}
}
Loading

0 comments on commit 7e2d2e7

Please sign in to comment.