Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Jun 10, 2024
1 parent 3f59a36 commit 3e4762f
Show file tree
Hide file tree
Showing 4 changed files with 1,920 additions and 1,666 deletions.
36 changes: 18 additions & 18 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.7",
"dayjs": "^1.11.10",
"@headlessui/react": "^2.0.0-alpha.4",
"@multiversx/sdk-core": "^12.19.1",
"@multiversx/sdk-dapp": "2.28.8",
"@apollo/client": "^3.10.4",
"dayjs": "^1.11.11",
"@headlessui/react": "^2.0.4",
"@multiversx/sdk-core": "^13.2.1",
"@multiversx/sdk-dapp": "2.33.1",
"@elrondnetwork/transaction-decoder": "^1.0.0",
"@peerme/extensions": "*",
"@peerme/web-ui": "^1.17.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"collect.js": "^4.36.1",
"graphql": "^16.8.1",
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.14.2",
"@types/pluralize": "^0.0.33",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"autoprefixer": "^10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.36",
"tailwindcss": "^3.4.1",
"typescript": "5.4.2"
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "9.4.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 3e4762f

Please sign in to comment.