We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcba78f commit 5432728Copy full SHA for 5432728
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
pre-commit:
12
runs-on: ubuntu-latest
13
- name: Run pre-commit hooks on Go, Rust, and Python files
+ name: Run pre-commit hooks on Go, Rust, JavaScripts and Python files
14
15
steps:
16
- name: Check out the repo
website/package.json
@@ -32,6 +32,7 @@
32
"@docusaurus/theme-mermaid": "^3.8.1",
33
"@mdx-js/react": "^3.1.0",
34
"react": "^18.3.1",
35
+ "react-dom": "^18.3.1",
36
"@stylistic/eslint-plugin": "2.13.0",
37
"eslint": "9.18.0",
38
"eslint-plugin-react": "^7.37.4"
0 commit comments