Skip to content

Commit

Permalink
fix: contract dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hashedMae committed Jan 25, 2023
1 parent 7beb1a9 commit 9093296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"command-line-args": "5.2.1",
"dotenv": "^16.0.3",
"ethers": "^5.6.9",
"react-transition-group": "^4.4.5",
"tsx": "^3.12.2"
},
"scripts": {
Expand Down Expand Up @@ -62,6 +63,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react-transition-group": "^4",
"cspell": "latest",
"typescript": "^4.9.4"
}
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3295,10 +3295,12 @@ __metadata:
dependencies:
"@types/command-line-args": 5.2.0
"@types/node": ^18.11.18
"@types/react-transition-group": ^4
command-line-args: 5.2.1
cspell: latest
dotenv: ^16.0.3
ethers: ^5.6.9
react-transition-group: ^4.4.5
tsx: ^3.12.2
typescript: ^4.9.4
languageName: unknown
Expand All @@ -3316,7 +3318,6 @@ __metadata:
"@types/btoa": ^1.2.3
"@types/react": ^18.0.15
"@types/react-dom": ^18.0.6
"@types/react-transition-group": ^4
"@ubiquity/contracts": "workspace:*"
"@uniswap/sdk-core": ^3.1.0
"@uniswap/smart-order-router": ^2.10.1
Expand Down

0 comments on commit 9093296

Please sign in to comment.