Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
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
interface
Commits
2ff5ce62
Unverified
Commit
2ff5ce62
authored
May 21, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(package.json): every dependency is a dev dependency, clean up generated release description
parent
79176dfe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
30 deletions
+26
-30
release.yaml
.github/workflows/release.yaml
+0
-2
package.json
package.json
+26
-28
No files found.
.github/workflows/release.yaml
View file @
2ff5ce62
...
...
@@ -64,6 +64,4 @@ jobs:
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
- https://dweb.link/ipfs/${{ steps.upload.outputs.hash }}/
Changes since the last release below.
${{ steps.bump_version.outputs.changelog }}
\ No newline at end of file
package.json
View file @
2ff5ce62
...
...
@@ -3,20 +3,34 @@
"description"
:
"Uniswap Interface"
,
"homepage"
:
"
https://uniswap.exchange
"
,
"private"
:
true
,
"dependencies"
:
{
"de
vDe
pendencies"
:
{
"
@ethersproject/address
"
:
"
^5.0.0-beta.134
"
,
"
@ethersproject/bignumber
"
:
"
^5.0.0-beta.138
"
,
"
@ethersproject/constants
"
:
"
^5.0.0-beta.133
"
,
"
@ethersproject/contracts
"
:
"
^5.0.0-beta.151
"
,
"
@ethersproject/experimental
"
:
"
^5.0.0-beta.141
"
,
"
@ethersproject/providers
"
:
"
5.0.0-beta.162
"
,
"
@ethersproject/strings
"
:
"
^5.0.0-beta.136
"
,
"
@ethersproject/units
"
:
"
^5.0.0-beta.132
"
,
"
@ethersproject/wallet
"
:
"
^5.0.0-beta.141
"
,
"
@material-ui/core
"
:
"
^4.9.5
"
,
"
@mycrypto/eth-scan
"
:
"
^2.1.0
"
,
"
@popperjs/core
"
:
"
^2.4.0
"
,
"
@reach/dialog
"
:
"
^0.2.8
"
,
"
@reach/tooltip
"
:
"
^0.2.0
"
,
"
@reduxjs/toolkit
"
:
"
^1.3.5
"
,
"
@types/jest
"
:
"
^25.2.1
"
,
"
@types/node
"
:
"
^13.13.5
"
,
"
@types/qs
"
:
"
^6.9.2
"
,
"
@types/react
"
:
"
^16.9.34
"
,
"
@types/react-dom
"
:
"
^16.9.7
"
,
"
@types/react-redux
"
:
"
^7.1.8
"
,
"
@types/react-router-dom
"
:
"
^5.0.0
"
,
"
@types/rebass
"
:
"
^4.0.5
"
,
"
@types/styled-components
"
:
"
^4.2.0
"
,
"
@types/testing-library__cypress
"
:
"
^5.0.5
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^2.31.0
"
,
"
@typescript-eslint/parser
"
:
"
^2.31.0
"
,
"
@uniswap/sdk
"
:
"
^2.0.5
"
,
"
@uniswap/v2-core
"
:
"
1.0.0
"
,
"
@uniswap/v2-periphery
"
:
"
1.0.0-beta.0
"
,
...
...
@@ -29,12 +43,19 @@
"
@web3-react/walletlink-connector
"
:
"
^6.0.9
"
,
"
copy-to-clipboard
"
:
"
^3.2.0
"
,
"
cross-env
"
:
"
^7.0.2
"
,
"
cypress
"
:
"
^4.5.0
"
,
"
eslint
"
:
"
^6.8.0
"
,
"
eslint-config-prettier
"
:
"
^6.11.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.1.3
"
,
"
eslint-plugin-react
"
:
"
^7.19.0
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.0.0
"
,
"
history
"
:
"
^4.9.0
"
,
"
i18next
"
:
"
^15.0.9
"
,
"
i18next-browser-languagedetector
"
:
"
^3.0.1
"
,
"
i18next-xhr-backend
"
:
"
^2.0.1
"
,
"
jazzicon
"
:
"
^1.5.0
"
,
"
polished
"
:
"
^3.3.2
"
,
"
prettier
"
:
"
^1.17.0
"
,
"
qrcode.react
"
:
"
^0.9.3
"
,
"
qs
"
:
"
^6.9.4
"
,
"
react
"
:
"
^16.13.1
"
,
...
...
@@ -51,36 +72,13 @@
"
react-use-gesture
"
:
"
^6.0.14
"
,
"
rebass
"
:
"
^4.0.7
"
,
"
redux-localstorage-simple
"
:
"
^2.2.0
"
,
"
serve
"
:
"
^11.3.0
"
,
"
start-server-and-test
"
:
"
^1.11.0
"
,
"
styled-components
"
:
"
^4.2.0
"
,
"
swr
"
:
"
0.1.18
"
,
"
typescript
"
:
"
^3.8.3
"
,
"
use-media
"
:
"
^1.4.0
"
},
"devDependencies"
:
{
"
@ethersproject/experimental
"
:
"
^5.0.0-beta.141
"
,
"
@ethersproject/wallet
"
:
"
^5.0.0-beta.141
"
,
"
@types/jest
"
:
"
^25.2.1
"
,
"
@types/node
"
:
"
^13.13.5
"
,
"
@types/qs
"
:
"
^6.9.2
"
,
"
@types/react
"
:
"
^16.9.34
"
,
"
@types/react-dom
"
:
"
^16.9.7
"
,
"
@types/react-redux
"
:
"
^7.1.8
"
,
"
@types/react-router-dom
"
:
"
^5.0.0
"
,
"
@types/rebass
"
:
"
^4.0.5
"
,
"
@types/styled-components
"
:
"
^4.2.0
"
,
"
@types/testing-library__cypress
"
:
"
^5.0.5
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^2.31.0
"
,
"
@typescript-eslint/parser
"
:
"
^2.31.0
"
,
"
cypress
"
:
"
^4.5.0
"
,
"
eslint
"
:
"
^6.8.0
"
,
"
eslint-config-prettier
"
:
"
^6.11.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.1.3
"
,
"
eslint-plugin-react
"
:
"
^7.19.0
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.0.0
"
,
"
prettier
"
:
"
^1.17.0
"
,
"
serve
"
:
"
^11.3.0
"
,
"
start-server-and-test
"
:
"
^1.11.0
"
,
"
typescript
"
:
"
^3.8.3
"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"cross-env REACT_APP_GIT_COMMIT_HASH=$(git show -s --format=%H) react-scripts build"
,
...
...
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