Skip to content

Commit

Permalink
Merge cf51055 into ad9adcd
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
2 parents ad9adcd + cf51055 commit a54b825
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"glob": "^10.2.6",
"handlebars": "^4.7.8",
"mkdirp": "^1.0.4",
"ramda": "^0.29.0",
"ramda": "^0.30.1",
"rimraf": "^5.0.8"
},
"devDependencies": {
"@internal/forc": "workspace:*",
"@types/mkdirp": "^1.0.2",
"@types/ramda": "^0.29.3",
"@types/ramda": "^0.30.1",
"@types/rimraf": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"graphql-request": "5.0.0",
"graphql-tag": "^2.12.6",
"portfinder": "^1.0.32",
"ramda": "^0.29.0",
"ramda": "^0.30.1",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand All @@ -78,7 +78,7 @@
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-generic-sdk": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@types/ramda": "^0.29.3",
"@types/ramda": "^0.30.1",
"@types/uuid": "^9.0.1",
"get-graphql-schema": "^2.1.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"ramda": "^0.29.0"
"ramda": "^0.30.1"
},
"devDependencies": {
"@internal/forc": "workspace:*",
"@types/ramda": "^0.29.3",
"@types/ramda": "^0.30.1",
"@fuel-ts/utils": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"ramda": "^0.29.0",
"ramda": "^0.30.1",
"@fuel-ts/abi-coder": "workspace:*",
"@fuel-ts/account": "workspace:*",
"@fuel-ts/address": "workspace:*",
Expand All @@ -37,6 +37,6 @@
"@fuels/vm-asm": "0.55.0"
},
"devDependencies": {
"@types/ramda": "^0.29.3"
"@types/ramda": "^0.30.1"
}
}
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a54b825

Please sign in to comment.