Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit aff8602

Browse files
chore(deps): update all dependencies
1 parent 41256f6 commit aff8602

File tree

4 files changed

+345
-38
lines changed

4 files changed

+345
-38
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
main:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
88
- uses: actions/setup-node@v3
99
with:
1010
node-version: lts/*

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
main:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: lts/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@docusaurus/preset-classic": "^2.0.1",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"remark-deflist": "^0.3.0"
13+
"remark-deflist": "^1.0.0"
1414
},
1515
"scripts": {
1616
"start": "docusaurus start",

0 commit comments

Comments
 (0)