Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 71c89f9 commit 1b451c4
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 539 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@hookform/devtools": "4.3.1",
"@hookform/devtools": "4.3.2",
"@tailwindcss/typography": "0.5.15",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/network-connector": "6.2.9",
"@web3-react/walletconnect-connector": "6.2.13",
"daisyui": "4.12.13",
"daisyui": "4.12.22",
"loglevel": "1.9.2",
"nft.storage": "7.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.2.10",
"react-hook-form": "7.53.1",
"react-dropzone": "14.3.5",
"react-hook-form": "7.54.1",
"react-hot-toast": "2.4.1",
"use-nft": "0.12.0",
"web3-react": "5.0.5",
Expand All @@ -45,38 +45,38 @@
"@typechain/ethers-v5": "11.1.2",
"@typechain/hardhat": "9.1.0",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.9",
"@types/node": "20.16.15",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@types/mocha": "10.0.10",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.20",
"chai": "5.1.2",
"dotenv": "16.4.5",
"eslint": "9.13.0",
"dotenv": "16.4.7",
"eslint": "9.17.0",
"eslint-config-productsway": "1.3.4",
"ethereum-waffle": "4.0.10",
"ethers": "5.7.2",
"hardhat": "2.22.14",
"hardhat-gas-reporter": "2.2.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"hardhat": "2.22.17",
"hardhat-gas-reporter": "2.2.2",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"p-queue": "8.0.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-solidity": "1.4.1",
"rustywind": "0.22.0",
"rustywind": "0.23.1",
"solgraph": "1.0.2",
"solhint": "5.0.3",
"solidity-coverage": "0.8.13",
"sort-package-json": "2.10.1",
"tailwindcss": "3.4.14",
"solidity-coverage": "0.8.14",
"sort-package-json": "2.12.0",
"tailwindcss": "3.4.16",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "5.6.3",
"vite": "5.4.10"
"typescript": "5.7.2",
"vite": "5.4.11"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"@fastify/cors": "9.0.1",
"@fastify/multipart": "8.3.0",
"@fastify/sensible": "5.6.0",
"@sinclair/typebox": "0.33.17",
"@sinclair/typebox": "0.34.11",
"close-with-grace": "2.1.0",
"fastify": "4.28.1",
"fastify": "4.29.0",
"fastify-cli": "6.3.0",
"fastify-plugin": "4.5.1",
"fastify-tsconfig": "2.0.0",
"nft.storage": "7.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@types/busboy": "1.5.4",
"@types/node": "20.16.15",
"@types/node": "20.17.10",
"@types/tap": "15.0.12",
"cross-env": "7.0.3",
"fast-json-stringify": "6.0.0",
"tap": "21.0.1",
"tsup": "8.3.0",
"tsx": "4.19.1"
"tsup": "8.3.5",
"tsx": "4.19.2"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 1b451c4

Please sign in to comment.