Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed Sep 10, 2023
1 parent 87dd033 commit 32f3424
Show file tree
Hide file tree
Showing 2 changed files with 1,454 additions and 1,476 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@graphprotocol/client-add-source-name": "^2.0.0",
"@graphql-mesh/transform-prefix": "^0.95.2",
"@graphql-mesh/transform-prefix": "^0.95.3",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
Expand All @@ -38,10 +38,10 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@rainbow-me/rainbowkit": "^1.0.9",
"@rainbow-me/rainbowkit": "^1.0.11",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/react-table": "^8.9.3",
"@wagmi/core": "^1.3.9",
"@tanstack/react-table": "^8.9.7",
"@wagmi/core": "^1.4.1",
"animejs": "^3.2.1",
"chart.js": "^4.4.0",
"chartjs-adapter-luxon": "^1.3.1",
Expand All @@ -51,15 +51,15 @@
"graphql": "^16.8.0",
"lodash.merge": "^4.6.2",
"lokijs": "^1.5.12",
"luxon": "^3.4.1",
"luxon": "^3.4.3",
"next": "13.4.19",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"remixicon": "^3.5.0",
"sharp": "^0.32.5",
"viem": "^1.7.0",
"wagmi": "^1.3.10",
"viem": "^1.10.8",
"wagmi": "^1.4.1",
"zod": "^3.22.2"
},
"devDependencies": {
Expand All @@ -76,23 +76,23 @@
"@types/lodash.merge": "^4.6.7",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@wagmi/cli": "^1.3.0",
"@wagmi/cli": "^1.5.0",
"autoprefixer": "10.4.15",
"conventional-changelog-conventionalcommits": "^7.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"hardhat": "^2.17.1",
"hardhat": "^2.17.2",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.37",
"pino-pretty": "^10.2.0",
"postcss": "8.4.28",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-solidity": "^1.1.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"semantic-release": "^21.1.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"semantic-release": "^21.1.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 32f3424

Please sign in to comment.