Skip to content

Commit 04cc45b

Browse files
authored
Merge pull request #902 from Chia-Network/dependency-updates-20260107
Dependency updates 20260107
2 parents 91796f5 + 82b1ea1 commit 04cc45b

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
5757

5858
- name: crowdin action
59-
uses: crowdin/github-action@v2.11.0
59+
uses: crowdin/github-action@v2.13.0
6060
with:
6161
upload_sources: false
6262
upload_translations: false

.github/workflows/crowdin-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
secret/data/crowdin project-id-docs | CROWDIN_PROJECT_ID;
3535
3636
- name: crowdin action
37-
uses: crowdin/github-action@v2.11.0
37+
uses: crowdin/github-action@v2.13.0
3838
with:
3939
upload_sources: true
4040
upload_translations: false

.github/workflows/deploy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout Code
6161
uses: actions/checkout@v6
6262
- name: Download build from artifacts
63-
uses: actions/download-artifact@v6
63+
uses: actions/download-artifact@v7
6464
with:
6565
name: build
6666
path: ./build

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"write-heading-ids": "docusaurus write-heading-ids"
2020
},
2121
"dependencies": {
22-
"@docsearch/react": "^4.2.0",
22+
"@docsearch/react": "^4.4.0",
2323
"@docusaurus/core": "^3.9.1",
2424
"@docusaurus/plugin-google-gtag": "^3.9.1",
2525
"@docusaurus/preset-classic": "^3.9.1",
@@ -28,8 +28,8 @@
2828
"clvm-lib": "^1.0.1",
2929
"prettier": "^3.6.2",
3030
"prism-react-renderer": "^2.4.1",
31-
"react": "^19.1.1",
32-
"react-dom": "^19.1.1",
31+
"react": "^19.2.3",
32+
"react-dom": "^19.2.3",
3333
"react-icons": "^5.5.0",
3434
"react-simple-code-editor": "^0.14.1",
3535
"rehype-katex": "^7.0.1",

0 commit comments

Comments
 (0)