Skip to content

Commit 6769ad6

Browse files
committed
update dependencies
Signed-off-by: Arhell <[email protected]>
1 parent 52a72ac commit 6769ad6

File tree

5 files changed

+712
-386
lines changed

5 files changed

+712
-386
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: "16.x"
35+
node-version: "18.x"
3636
cache: "yarn"
3737
- name: Test Build
3838
run: |

.github/workflows/image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: "16.x"
18+
node-version: "18.x"
1919
cache: "yarn"
2020
- name: Build Static Files
2121
env:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "16.x"
21+
node-version: "18.x"
2222
cache: "yarn"
2323
- name: Build Static Files
2424
env:

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"@docusaurus/preset-classic": "2.4.3",
2424
"@docusaurus/theme-mermaid": "^2.4.3",
2525
"@mdx-js/react": "1.6.22",
26-
"asciinema-player": "^3.8.0",
27-
"clsx": "^1.2.1",
26+
"asciinema-player": "^3.8.1",
27+
"clsx": "^2.1.1",
2828
"docusaurus-plugin-image-zoom": "^1.0.1",
29-
"docusaurus-plugin-sass": "^0.2.5",
29+
"docusaurus-plugin-sass": "^0.2.6",
3030
"mdx-mermaid": "^1.3.2",
31-
"mermaid": "^10.9.1",
32-
"nodejieba": "^2.6.0",
31+
"mermaid": "^11.4.1",
32+
"nodejieba": "^3.4.4",
3333
"react": "17.0.2",
3434
"react-dom": "17.0.2",
3535
"react-github-btn": "^1.4.0",
36-
"sass": "^1.77.8"
36+
"sass": "^1.83.0"
3737
},
3838
"browserslist": {
3939
"production": [

0 commit comments

Comments
 (0)