Skip to content

Commit

Permalink
fix(deps): update all (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
zfy0701 and renovate[bot] authored Nov 2, 2023
1 parent 4789ba1 commit 7897edf
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ls-lint/ls-lint": "^2.1.0",
"@types/chai": "^4.3.6",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.15",
"@types/node": "^18.18.8",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"chai": "^4.3.8",
Expand All @@ -30,7 +30,7 @@
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.4",
"json": "^11.0.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.0",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@mysten/bcs": "^0.8.0",
"@mysten/sui.js": "~0.44.0",
"@mysten/sui.js": "~0.45.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"radash": "^11.0.0"
Expand Down
Loading

0 comments on commit 7897edf

Please sign in to comment.