Skip to content

Commit

Permalink
chore(deps): bump the docusaurus group in /website with 3 updates
Browse files Browse the repository at this point in the history
Bumps the docusaurus group in /website with 3 updates: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases).

Updates `@docusaurus/core` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus)

Updates `@docusaurus/preset-classic` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/module-type-aliases` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-module-type-aliases)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Nov 10, 2023
1 parent 5f29287 commit 24551e7
Show file tree
Hide file tree
Showing 6 changed files with 3,660 additions and 2,989 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
working-directory: website
run: yarn install --frozen-lockfile

- name: ♻️ Webpack cache
uses: actions/cache@v3
with:
path: website/node_modules/.cache/webpack
key: ${{ runner.os }}-webpack-${{ github.sha }}
restore-keys: |
${{ runner.os }}-webpack-
- name: 🏗️ Build website
run: yarn build
working-directory: website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: [v*]

jobs:
gh-release:
gh-release:
name: Build and release website
uses: ./.github/workflows/build-website.yml
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@

## Author

👤 **ESCEMI <contact@escemi.com>**
👤 **[ESCEMI](https://www.escemi.com)**

- Website: https://www.escemi.com
- Sponsor: https://github.com/sponsors/neilime
- Github: [@neilime](https://github.com/neilime)
- Github: [@escemi-tech](https://github.com/escemi-tech)
- LinkedIn: [@escemi](https://www.linkedin.com/company/escemi)

## 📝 License

Copyright © 2020 [ESCEMI <[email protected]>](https://www.escemi.com).<br />
Copyright © 2020 [ESCEMI](https://www.escemi.com).<br />
This project is [MIT](https://github.com/neilime/twbs-helper-module/blob/main/LICENSE) licensed.
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.0.1",
"clsx": "^2.0.0",
"file-loader": "^6.2.0",
Expand All @@ -27,7 +27,7 @@
"url-loader": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/module-type-aliases": "3.0.0",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "^18.2.21",
"@types/react-helmet": "^6.1.6",
Expand Down
11 changes: 8 additions & 3 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ title: Home
---

<p align="center">
<a href="https://github.com/neilime/twbs-helper-module" target="_blank"><img src="https://repository-images.githubusercontent.com/80362393/425f1180-7115-11ea-96d4-75646c99df22" width="600" /></a>
<a href="https://github.com/neilime/twbs-helper-module" target="_blank">
<img
src="https://repository-images.githubusercontent.com/80362393/425f1180-7115-11ea-96d4-75646c99df22"
width="600"
/>
</a>
</p>

[![Continuous integration](https://github.com/neilime/twbs-helper-module/workflows/Continuous%20integration/badge.svg)](https://github.com/neilime/twbs-helper-module/actions?query=workflow%3A%22Continuous+integration%22)
Expand Down Expand Up @@ -40,7 +45,7 @@ title: Home

## Author

👤 **ESCEMI <contact@escemi.com>**
👤 **[ESCEMI](https://www.escemi.com)>**

- Website: https://www.escemi.com
- Sponsor: https://github.com/sponsors/neilime
Expand All @@ -49,5 +54,5 @@ title: Home

## 📝 License

Copyright © 2020 [ESCEMI <[email protected]>](https://www.escemi.com).<br />
Copyright © 2020 [ESCEMI](https://www.escemi.com).<br />
This project is [MIT](https://github.com/neilime/twbs-helper-module/blob/main/LICENSE) licensed.
Loading

0 comments on commit 24551e7

Please sign in to comment.