Skip to content

Commit

Permalink
Merge pull request #412 from axelarnetwork/chore/keep-it-green
Browse files Browse the repository at this point in the history
chore: update dependencies + add missing icons
  • Loading branch information
alanrsoares authored Aug 16, 2023
2 parents 85e3103 + 47626bc commit c304dee
Show file tree
Hide file tree
Showing 48 changed files with 2,881 additions and 5,265 deletions.
26 changes: 0 additions & 26 deletions jest.config.js

This file was deleted.

41 changes: 19 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll"
"test": "vitest --run",
"test:watch": "vitest"
},
"dependencies": {
"@0xsquid/sdk": "^1.7.4",
"@0xsquid/sdk": "^1.8.0",
"@axelar-network/axelarjs-sdk": "0.13.5",
"@cosmjs/stargate": "^0.30.1",
"@ethersproject/abstract-provider": "^5.7.0",
Expand All @@ -23,12 +23,10 @@
"@terra-money/wallet-provider": "^3.11.2",
"animate.css": "^4.1.1",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.1",
"clsx": "^1.2.1",
"daisyui": "^2.52.0",
"ethers": "^5.7.2",
"next": "^13.4.12",
"next": "^13.4.16",
"next-secure-headers": "^2.2.0",
"proxy-memoize": "^2.0.4",
"rambda": "^8.3.0",
Expand All @@ -41,37 +39,36 @@
"usehooks-ts": "^2.9.1",
"wagmi": "0.12.12",
"wait": "^0.4.2",
"zustand": "^4.4.0"
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@keplr-wallet/types": "^0.11.64",
"@next/bundle-analyzer": "^13.4.12",
"@playwright/test": "^1.36.2",
"@testing-library/jest-dom": "^5.17.0",
"@next/bundle-analyzer": "^13.4.16",
"@playwright/test": "^1.37.0",
"@testing-library/react": "^14.0.0",
"@types/big.js": "^6.2.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.2",
"@types/react": "^18.2.18",
"@types/node": "^18.17.5",
"@types/react": "^18.2.20",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"@types/testing-library__jest-dom": "^5.14.9",
"autoprefixer": "^10.4.15",
"cosmjs-types": "^0.8.0",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.16",
"happy-dom": "^9.20.3",
"long": "^5.2.3",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"stridejs": "^0.6.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading

1 comment on commit c304dee

@vercel
Copy link

@vercel vercel bot commented on c304dee Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.