Skip to content

Commit

Permalink
feature(evm): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Jul 3, 2023
1 parent 16d174c commit 4297ccb
Show file tree
Hide file tree
Showing 8 changed files with 1,308 additions and 428 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": ["github>waveshq/standard//renovate-config/web"],
"ignoreDeps": [
"@openzeppelin/contracts",
"@openzeppelin/contracts-upgradeable"
"@openzeppelin/contracts-upgradeable",
"hardhat"
],
"regexManagers": [
{
Expand Down
6 changes: 3 additions & 3 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@prisma/client": "^4.16.2",
"@waveshq/standard-api-fastify": "^1.0.6",
"@waveshq/standard-api-fastify": "^1.0.8",
"@waveshq/walletkit-core": "^0.51.0",
"@waveshq/walletkit-ui": "^0.51.0",
"bignumber.js": "^9.1.1",
Expand Down Expand Up @@ -79,8 +79,8 @@
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"testcontainers": "^9.9.1",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@headlessui/react": "^1.7.15",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@waveshq/standard-web": "^1.0.6",
"@waveshq/standard-web": "^1.0.8",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"clsx": "^1.2.1",
Expand All @@ -31,7 +31,7 @@
"react-qr-code": "^2.0.11",
"react-secure-storage": "^1.2.2",
"sass": "^1.63.6",
"viem": "^1.2.6",
"viem": "^1.2.9",
"wagmi": "^1.3.3"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"@tailwindcss/typography": "^0.5.9",
"@testing-library/cypress": "^9.0.0",
"@types/node": "20.3.2",
"@waveshq/standard-web-linter": "^1.0.6",
"@waveshq/standard-web-linter": "^1.0.8",
"autoprefixer": "^10.4.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"

defi-blockchain:
image: defi/defichain:master-92f1c507b
image: defi/defichain:master-c14a2ba13
command: >
defid
-printtoconsole
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
-nextnetworkupgradeheight=18
defi-playground:
image: ghcr.io/birthdayresearch/playground-api:3.32.0
image: ghcr.io/birthdayresearch/playground-api:3.33.0
depends_on:
- defi-blockchain
ports:
Expand All @@ -70,7 +70,7 @@ services:
- "traefik.http.routers.playground.entrypoints=web"

defi-whale:
image: ghcr.io/birthdayresearch/whale-api:3.32.0
image: ghcr.io/birthdayresearch/whale-api:3.33.0
depends_on:
- defi-blockchain
ports:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"migration:deploy": "turbo run migration:deploy"
},
"dependencies": {
"@waveshq/standard-defichain-jellyfishsdk": "^1.0.6"
"@waveshq/standard-defichain-jellyfishsdk": "^1.0.8"
},
"devDependencies": {
"@stickyjs/turbo": "^1.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2"
"lint-staged": "^13.2.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/smartcontracts-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@stickyjs/testcontainers": "^1.2.1",
"@stickyjs/turbo-jest": "^1.2.1",
"@stickyjs/typescript": "^1.2.1",
"cross-fetch": "^3.1.6",
"cross-fetch": "^3.1.8",
"dotenv": "^16.3.1",
"ethers": "~5.7.2",
"hardhat": "2.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/smartcontracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/mocha": "10.0.1",
"base64-sol": "1.1.0",
"chai": "4.3.7",
"cross-fetch": "^3.1.6",
"cross-fetch": "^3.1.8",
"dotenv": "^16.3.1",
"ethers": "~5.7.2",
"hardhat": "2.14.0",
Expand Down
Loading

0 comments on commit 4297ccb

Please sign in to comment.