Skip to content

Commit

Permalink
Merge pull request #451 from soroswap/feat/updateDependencies
Browse files Browse the repository at this point in the history
⬆️ Update some dependencies
  • Loading branch information
chopan123 authored May 20, 2024
2 parents 4eb2454 + fa982b5 commit 2faa418
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 150 deletions.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ currentDir=$(pwd)
# Set the name, image and version for the Docker container
containerName=soroswapFrontend
imageName=node
versionTag=18.18.2
versionTag=20.10.0

# Display the command being executed
echo "Command: $1"
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@lobstrco/signer-extension-api": "^1.0.0-beta.0",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.10.17",
"@next/font": "13.0.7",
"@nightlylabs/wallet-selector-polkadot": "0.2.4",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/types": "^10.12.6",
Expand Down Expand Up @@ -49,17 +48,17 @@
"bs58": "^5.0.0",
"buffer": "6.0.3",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "^14.2.3",
"i": "^0.3.7",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"next": "14.0.4",
"next": "^14.2.3",
"npm": "^10.2.5",
"polished": "^4.2.2",
"qs": "^6.11.2",
"react": "18.2.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-ga": "^3.3.1",
"react-redux": "^9.1.0",
Expand Down
Loading

0 comments on commit 2faa418

Please sign in to comment.