Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install node and pnpm
uses: smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
with:
pnpm-version: 11.1.1
pnpm-version: 11.13.0
package-json-directory: ./docs

- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install node and pnpm
uses: smartcontractkit/.github/actions/setup-nodejs@setup-nodejs/v1
with:
pnpm-version: 11.1.1
pnpm-version: 11.13.0
package-json-directory: ./docs

- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ golang 1.26.2
golangci-lint 2.12.2
mockery 2.53.5
nodejs 24.15.0
pnpm 11.1.1
pnpm 11.13.0
task 3.40.0
rust 1.83.0
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.6",
"react-dom": "^19.2.6"
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.10.1",
Expand Down
Loading
Loading