Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <[email protected]>
  • Loading branch information
Arhell committed Dec 26, 2024
1 parent 52a72ac commit 6769ad6
Show file tree
Hide file tree
Showing 5 changed files with 712 additions and 386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
- name: Test Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
- name: Build Static Files
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
- name: Build Static Files
env:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/theme-mermaid": "^2.4.3",
"@mdx-js/react": "1.6.22",
"asciinema-player": "^3.8.0",
"clsx": "^1.2.1",
"asciinema-player": "^3.8.1",
"clsx": "^2.1.1",
"docusaurus-plugin-image-zoom": "^1.0.1",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-plugin-sass": "^0.2.6",
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.9.1",
"nodejieba": "^2.6.0",
"mermaid": "^11.4.1",
"nodejieba": "^3.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "^1.4.0",
"sass": "^1.77.8"
"sass": "^1.83.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 6769ad6

Please sign in to comment.