Skip to content

Commit 5432728

Browse files
committed
fix
Signed-off-by: yuluo-yx <[email protected]>
1 parent dcba78f commit 5432728

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest
13-
name: Run pre-commit hooks on Go, Rust, and Python files
13+
name: Run pre-commit hooks on Go, Rust, JavaScripts and Python files
1414

1515
steps:
1616
- name: Check out the repo

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@docusaurus/theme-mermaid": "^3.8.1",
3333
"@mdx-js/react": "^3.1.0",
3434
"react": "^18.3.1",
35+
"react-dom": "^18.3.1",
3536
"@stylistic/eslint-plugin": "2.13.0",
3637
"eslint": "9.18.0",
3738
"eslint-plugin-react": "^7.37.4"

0 commit comments

Comments
 (0)