Skip to content

Commit

Permalink
Merge pull request #334 from yearn/refactor/remove-react-dependencies
Browse files Browse the repository at this point in the history
refactor: Remove react from dependencies
  • Loading branch information
Majorfi authored Sep 14, 2023
2 parents 6066d3f + fa1902b commit 6aed2eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@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.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
Expand All @@ -38,14 +39,12 @@
"encoding": "^0.1.13",
"ethers": "5.7.2",
"eventemitter3": "^5.0.1",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"graphql": "^16.8.0",
"lokijs": "^1.5.12",
"next": "^13.4.19",
"nprogress": "^0.2.0",
"pino-pretty": "^10.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
"sass": "^1.66.1",
"sharp": "^0.32.5",
Expand All @@ -56,23 +55,25 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/nprogress": "^0.2.0",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"bump": "^0.2.5",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"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",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"postcss-nesting": "^12.0.1",
"react-dom": "18.2.0",
"react": "18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
Expand All @@ -81,17 +82,19 @@
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@wagmi/core": "1.4.1",
"eslint": ">= 8.25.0",
"eslint-config-next": ">= 12.3.1",
"eslint-import-resolver-typescript": ">= 3.5.1",
"eslint-plugin-brackets": ">= 0.1.3",
"eslint-plugin-import": ">= 2.26.0",
"eslint-plugin-react": ">= 7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": ">= 7.31.10",
"eslint-plugin-simple-import-sort": ">= 8.0.0",
"eslint-plugin-tailwindcss": ">= 3.6.2",
"eslint-plugin-unused-imports": ">= 2.0.0",
"eslint": ">= 8.25.0",
"react-dom": "18.2.0",
"react": "18.2.0",
"viem": "1.10.9",
"wagmi": "1.4.1"
}
}
}
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1728,14 +1728,14 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==

"@types/react-dom@^18.2.7":
"@types/[email protected]":
version "18.2.7"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.21":
"@types/react@*", "@types/[email protected]":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
Expand Down Expand Up @@ -1909,6 +1909,11 @@
resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.5.0.tgz#c921183ae518bb484299c2dc81f2acefd91c3dbe"
integrity sha512-W58f2Rzz5lLmk0jbhgStVlZl5wEiPB1Ur3fRvUaBM+MrifZ3qskmFq/CiH//fEYeG5Dh9vF1qRviMMH46cX9Nw==

"@wagmi/[email protected]":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@wagmi/chains/-/chains-1.8.0.tgz#70e5fd0d50c8f9b8e63585eaf8544481e71707d3"
integrity sha512-UXo0GF0Cl0+neKC2KAmVAahv8L/5rACbFRRqkDvHMefzY6Fh7yzJd8F4GaGNNG3w4hj8eUB/E3+dEpaTYDN62w==

"@wagmi/[email protected]":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@wagmi/connectors/-/connectors-3.1.1.tgz#3a7993e1e6865370aa9635b7a5d53f0faf0534f1"
Expand Down

0 comments on commit 6aed2eb

Please sign in to comment.