Skip to content

Commit

Permalink
Merge pull request #320 from yearn/fix/peer-dependencies
Browse files Browse the repository at this point in the history
fix: Dependencies
  • Loading branch information
karelianpie committed Sep 1, 2023
2 parents eabbe2a + c53925d commit 1bf1424
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 1,654 deletions.
49 changes: 9 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-typescript": "^7.22.11",
"@headlessui/react": "^1.7.17",
"@ledgerhq/iframe-provider": "^0.4.3",
Expand All @@ -29,18 +30,13 @@
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@wagmi/core": "^1.3.10",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"axios": "^1.5.0",
"babel-loader": "^9.1.3",
"csstype": "^3.0.10",
"dayjs": "^1.11.9",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"ethers": "5.7.2",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
Expand All @@ -54,65 +50,38 @@
"sass": "^1.66.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.9.3",
"vitest": "^0.34.3",
"wagmi": "^1.3.11",
"webpack": "^5.88.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jest": "^29.5.4",
"@types/node": "^20.4.5",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"bump": "^0.2.5",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.4",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
"sass": "^1.64.1",
"sharp": "^0.32.4",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"vitest": "^0.34.3"
},
"peerDependencies": {
"@headlessui/react": ">= 1.7.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"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-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",
"react": ">= 17.0.0",
"react-dom": ">= 17.0.0"
"eslint-plugin-unused-imports": ">= 2.0.0"
}
}
Loading

0 comments on commit 1bf1424

Please sign in to comment.