Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
retroboydev committed Nov 24, 2023
2 parents 4303d68 + d2a7f2f commit 24cd357
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 420 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/jediswap-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ jobs:
- name: Run Cache Invalidation
run: aws cloudfront create-invalidation --distribution-id $CDN_DISTRIBUTION_ID --paths /\*
env:
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
<<<<<<< HEAD
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
=======
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
>>>>>>> d2a7f2f5a171ea0ae113d50e1bf5b40cdd8891df
6 changes: 5 additions & 1 deletion .github/workflows/jediswap-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ jobs:
- name: Run Cache Invalidation
run: aws cloudfront create-invalidation --distribution-id $CDN_DISTRIBUTION_ID --paths /\*
env:
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
<<<<<<< HEAD
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
=======
CDN_DISTRIBUTION_ID: ${{ secrets.AWS_CDN_DISTRIBUTION_ID }}
>>>>>>> d2a7f2f5a171ea0ae113d50e1bf5b40cdd8891df
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jediswap/interface",
"version": "6.0.0",
"version": "6.0.1",
"description": "Jediswap Interface",
"homepage": ".",
"scripts": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"@types/node": "^13.13.5",
"@types/qs": "^6.9.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^18.2.15",
"@types/react-redux": "^7.1.24",
"@types/react-table": "^7.7.12",
"@types/react-virtualized-auto-sizer": "^1.0.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"eslint-plugin-import": "^2.27",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-rulesdir": "^0.2.2",
"hardhat": "^2.14.0",
"hardhat": "^2.19.1",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-extended": "^4.0.1",
Expand All @@ -130,15 +130,15 @@
"jpeg-js": "^0.4.4",
"lint-staged": "^14.0.0",
"mini-css-extract-plugin": "^2.7.6",
"patch-package": "^7.0.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"png-ts": "^0.0.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"process": "^0.11.10",
"react-scripts": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"serve": "^11.3.2",
"serve": "^14.2.1",
"source-map-explorer": "^2.5.3",
"start-server-and-test": "^2.0.0",
"swc-loader": "^0.2.3",
Expand Down Expand Up @@ -175,12 +175,12 @@
"@opensea/seaport-js": "^1.2.0",
"@popperjs/core": "^2.4.4",
"@reach/dialog": "^0.10.3",
"@reach/portal": "^0.10.3",
"@reach/portal": "^0.18.0",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"@sentry/types": "^7.45.0",
"@starknet-react/chains": "^0.1.0-next.0",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.0.0-next.3",
"@types/react-helmet": "^6.1.7",
"@types/react-window-infinite-loader": "^1.0.6",
Expand Down Expand Up @@ -247,12 +247,12 @@
"localforage": "^1.10.0",
"make-plural": "^7.0.0",
"ms": "^2.1.3",
"multicodec": "^3.0.1",
"multicodec": "^3.2.1",
"multihashes": "^4.0.2",
"nock": "^13.3.3",
"nock": "^13.3.8",
"node-fetch": "^3.3.2",
"node-vibrant": "^3.2.1-alpha.1",
"numbro": "^2.3.6",
"numbro": "^2.4.0",
"polished": "^3.3.2",
"polyfill-object.fromentries": "^1.0.1",
"qrcode.react": "^3.1.0",
Expand All @@ -263,7 +263,7 @@
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-is": "^17.0.2",
"react-is": "^18.2.0",
"react-markdown": "^4.3.1",
"react-popper": "^2.2.3",
"react-query": "^3.39.1",
Expand Down
Loading

0 comments on commit 24cd357

Please sign in to comment.