Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
swap-v2-sdk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
swap-v2-sdk
Commits
00a1eca9
Unverified
Commit
00a1eca9
authored
Aug 06, 2020
by
Moody Salem
Committed by
GitHub
Aug 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move ethers to peer dependencies (#32)
parent
d72eb54c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1044 additions
and
990 deletions
+1044
-990
.yarnrc
.yarnrc
+1
-0
package.json
package.json
+12
-5
yarn.lock
yarn.lock
+1031
-985
No files found.
.yarnrc
0 → 100644
View file @
00a1eca9
ignore-scripts true
package.json
View file @
00a1eca9
...
@@ -22,11 +22,6 @@
...
@@ -22,11 +22,6 @@
"prepublishOnly"
:
"tsdx build"
"prepublishOnly"
:
"tsdx build"
},
},
"dependencies"
:
{
"dependencies"
:
{
"
@ethersproject/address
"
:
"
^5.0.1
"
,
"
@ethersproject/contracts
"
:
"
^5.0.1
"
,
"
@ethersproject/networks
"
:
"
^5.0.1
"
,
"
@ethersproject/providers
"
:
"
^5.0.4
"
,
"
@ethersproject/solidity
"
:
"
^5.0.1
"
,
"
@uniswap/v2-core
"
:
"
^1.0.0
"
,
"
@uniswap/v2-core
"
:
"
^1.0.0
"
,
"
big.js
"
:
"
^5.2.2
"
,
"
big.js
"
:
"
^5.2.2
"
,
"
decimal.js-light
"
:
"
^2.5.0
"
,
"
decimal.js-light
"
:
"
^2.5.0
"
,
...
@@ -35,7 +30,19 @@
...
@@ -35,7 +30,19 @@
"
tiny-warning
"
:
"
^1.0.3
"
,
"
tiny-warning
"
:
"
^1.0.3
"
,
"
toformat
"
:
"
^2.0.0
"
"
toformat
"
:
"
^2.0.0
"
},
},
"peerDependencies"
:
{
"@ethersproject/address"
:
"
^5.0.0-beta
"
,
"@ethersproject/contracts"
:
"
^5.0.0-beta
"
,
"@ethersproject/networks"
:
"
^5.0.0-beta
"
,
"@ethersproject/providers"
:
"
^5.0.0-beta
"
,
"@ethersproject/solidity"
:
"
^5.0.0-beta
"
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@ethersproject/address
"
:
"
^5.0.2
"
,
"
@ethersproject/contracts
"
:
"
^5.0.2
"
,
"
@ethersproject/networks
"
:
"
^5.0.2
"
,
"
@ethersproject/providers
"
:
"
^5.0.5
"
,
"
@ethersproject/solidity
"
:
"
^5.0.2
"
,
"
@types/big.js
"
:
"
^4.0.5
"
,
"
@types/big.js
"
:
"
^4.0.5
"
,
"
@types/jest
"
:
"
^24.0.25
"
,
"
@types/jest
"
:
"
^24.0.25
"
,
"
babel-plugin-transform-jsbi-to-bigint
"
:
"
^1.3.1
"
,
"
babel-plugin-transform-jsbi-to-bigint
"
:
"
^1.3.1
"
,
...
...
yarn.lock
View file @
00a1eca9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment