Skip to content

Commit

Permalink
build: restore lockfile and account package
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed May 1, 2024
1 parent 9f3309c commit c1d8cfd
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 264 deletions.
4 changes: 0 additions & 4 deletions .changeset/wise-lions-return.md

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ jobs:
needs: [test]
name: Create Changeset
runs-on: ubuntu-latest
## Comment out the following line to enable the workflow
# github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]'

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.42.1",
"@noble/curves": "^1.4.0",
"@noble/curves": "^1.3.0",
"ethers": "^6.7.1",
"events": "^3.3.0",
"graphql": "^16.8.1",
Expand All @@ -69,7 +69,7 @@
"portfinder": "^1.0.32",
"ramda": "^0.29.0",
"tree-kill": "^1.2.2",
"uuid": "^9.0.1"
"uuid": "^9.0.0"
},
"devDependencies": {
"@fuel-ts/hasher": "workspace:*",
Expand Down
Loading

0 comments on commit c1d8cfd

Please sign in to comment.