Skip to content

Commit

Permalink
october-deps: Deps updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanBoyCousin committed Oct 23, 2023
1 parent 921264e commit 48d975b
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 182 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@
"@ragetrade/sdk": "1.0.6",
"@typechain/ethers-v5": "9.0.0",
"@typechain/hardhat": "6.1.5",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@uniswap/v3-sdk": "3.10.0",
"bip39": "^3.1.0",
"chai": "^4.3.8",
"hardhat": "2.17.3",
"chai": "^4.3.10",
"hardhat": "2.18.2",
"hardhat-contract-sizer": "2.10.0",
"hardhat-dependency-compiler": "1.1.3",
"hardhat-deploy": "0.11.37",
"hardhat-deploy": "0.11.43",
"hardhat-gas-reporter": "1.0.9",
"path": "^0.12.7",
"solidity-coverage": "0.8.5",
"ts-node": "^10.9.1",
"typechain": "8.3.1"
"typechain": "8.3.2"
}
}
31 changes: 15 additions & 16 deletions packages/front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"test": "react-app-rewired test"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@apollo/client": "^3.8.6",
"@rainbow-me/rainbowkit": "^0.12.16",
"@ramonak/react-progress-bar": "^5.0.3",
"@sentry/cli": "^2.21.1",
"@sentry/react": "^7.70.0",
"@sentry/cli": "^2.21.2",
"@sentry/react": "^7.74.1",
"@tippyjs/react": "^4.2.6",
"@unstoppabledomains/resolution": "^9.0.0",
"@unstoppabledomains/resolution": "^9.2.2",
"fathom-client": "^3.5.0",
"framer-motion": "^8.0.0",
"graphql": "^16.8.1",
Expand All @@ -28,31 +28,30 @@
"react-app-rewired": "^2.2.1",
"react-content-loader": "^6.2.1",
"react-countup": "^6.4.1",
"react-datepicker": "^4.18.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-number-format": "^4.9.3",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-slider": "^2.0.4",
"react-toastify": "^9.1.1",
"recharts": "^2.8.0",
"recharts": "^2.9.0",
"use-count-up": "^3.0.1",
"use-debounce": "^9.0.3",
"uuid": "^9.0.0",
"wagmi": "^0.12.18",
"web-vitals": "^3.3.0"
"wagmi": "^0.12.18"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.2.22",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.2.7",
"@types/react-router-hash-link": "^2.4.6",
"@types/react-slider": "^1.3.1",
"@types/uuid": "^9.0.4",
"@types/react": "^18.2.31",
"@types/react-datepicker": "^4.19.1",
"@types/react-dom": "^18.2.14",
"@types/react-router-hash-link": "^2.4.8",
"@types/react-slider": "^1.3.3",
"@types/uuid": "^9.0.6",
"env-cmd": "^10.1.0"
}
}
Loading

0 comments on commit 48d975b

Please sign in to comment.