Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
feat: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jan 18, 2024
1 parent a5238cd commit e8975cc
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 503 deletions.
4 changes: 2 additions & 2 deletions docker/erc20-deployer/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@fuel-bridge/test-utils": "pr-106",
"@fuel-bridge/test-utils": "pr-118",
"ethers": "5.7.2",
"fuels": "0.70.1"
"fuels": "0.71.1"
},
"devDependencies": {
"ts-node": "^10.9.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"xstate:typegen": "xstate typegen 'src/**/*.ts?(x)'"
},
"dependencies": {
"@fuel-bridge/fungible-token": "0.3.0",
"@fuel-bridge/message-predicates": "pr-106",
"@fuel-bridge/solidity-contracts": "0.3.0",
"@fuel-bridge/fungible-token": "pr-118",
"@fuel-bridge/message-predicates": "pr-118",
"@fuel-bridge/solidity-contracts": "pr-118",
"@fuel-ts/utils": "0.71.1",
"@fuel-ui/css": "0.23.0",
"@fuel-ui/react": "0.23.0",
Expand All @@ -31,7 +31,7 @@
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"framer-motion": "^10.12.16",
"fuels": "0.70.1",
"fuels": "0.71.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
Expand Down
Loading

0 comments on commit e8975cc

Please sign in to comment.