Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 7, 2023
1 parent fdaa9a8 commit d6078ee
Show file tree
Hide file tree
Showing 2 changed files with 702 additions and 906 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,59 +22,59 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@headlessui/react": "^1.7.17",
"@rainbow-me/rainbowkit": "^1.0.11",
"@rainbow-me/rainbowkit": "^1.1.1",
"@react-hookz/web": "^23.1.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@wagmi/chains": "1.8.0",
"@wagmi/core": "^1.4.3",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"ethers": "5.7.2",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"ethers": "6.7.1",
"eventemitter3": "^5.0.1",
"graphql": "^16.8.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "^13.4.19",
"next": "^13.5.4",
"nprogress": "^0.2.0",
"react-hot-toast": "2.4.1",
"sass": "^1.66.1",
"sharp": "^0.32.5",
"sass": "^1.69.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3",
"viem": "^1.15.4",
"wagmi": "^1.4.3",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.3",
"@types/nprogress": "^0.2.1",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
"bump": "^0.2.5",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"tsup": "^7.2.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"postcss-nesting": "^12.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@rainbow-me/rainbowkit": "^1.0.11",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@wagmi/core": "1.4.1",
"eslint": ">= 8.25.0",
"eslint-config-next": ">= 12.3.1",
Expand All @@ -91,4 +91,4 @@
"viem": "1.10.9",
"wagmi": "1.4.1"
}
}
}
Loading

0 comments on commit d6078ee

Please sign in to comment.