Skip to content

Commit b655d25

Browse files
committed
feat(docu): upgrade docusaurus 3.1.0 to 3.3.2
1 parent 1823ce8 commit b655d25

File tree

3 files changed

+1572
-645
lines changed

3 files changed

+1572
-645
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: yarn
2626
- name: Test Build
2727
run: |
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 18
45+
node-version: 20
4646
cache: yarn
4747
- name: Build pages
4848
run: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.1.0",
18-
"@docusaurus/preset-classic": "^3.1.0",
17+
"@docusaurus/core": "^3.3.2",
18+
"@docusaurus/preset-classic": "^3.3.2",
1919
"@mdx-js/react": "^3.0.0",
2020
"@svgr/webpack": "^5.5.0",
2121
"clsx": "^1.1.1",

0 commit comments

Comments
 (0)