Skip to content

Commit

Permalink
⬆️ Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 13, 2021
1 parent 008eea8 commit e6fbd5a
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 301 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,48 @@
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "2.1.7",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"@openzeppelin/hardhat-upgrades": "1.11.0",
"@openzeppelin/contracts": "4.3.3",
"@openzeppelin/contracts-upgradeable": "4.3.3",
"@openzeppelin/hardhat-upgrades": "1.12.0",
"@storybook/addon-actions": "6.3.12",
"@storybook/addon-essentials": "6.3.12",
"@storybook/addon-links": "6.3.12",
"@storybook/react": "6.3.12",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "0.4.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@trivago/prettier-plugin-sort-imports": "3.0.0",
"@typechain/ethers-v5": "8.0.0",
"@trivago/prettier-plugin-sort-imports": "3.1.1",
"@typechain/ethers-v5": "8.0.2",
"@typechain/hardhat": "3.0.0",
"@types/chai": "4.2.22",
"@types/jest": "27.0.2",
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"autoprefixer": "10.4.0",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"chai": "4.3.4",
"daisyui": "1.16.0",
"daisyui": "1.16.2",
"dotenv": "10.0.0",
"eslint": "8.1.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-next": "12.0.1",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.0",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.2.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.5.1",
"hardhat": "2.6.7",
"hardhat": "2.6.8",
"hardhat-gas-reporter": "1.0.4",
"husky": "7.0.4",
"identity-obj-proxy": "3.0.0",
Expand All @@ -66,15 +66,15 @@
"msw": "0.35.0",
"postcss": "8.3.11",
"prettier": "2.4.1",
"prettier-plugin-solidity": "1.0.0-beta.18",
"prisma": "3.3.0",
"prettier-plugin-solidity": "1.0.0-beta.19",
"prisma": "3.4.2",
"solgraph": "0.3.3",
"solhint": "3.3.6",
"solidity-coverage": "0.7.17",
"tailwindcss": "2.2.19",
"ts-node": "10.4.0",
"ts-node-dev": "1.1.8",
"typechain": "6.0.1",
"typechain": "6.0.2",
"typescript": "4.4.4"
},
"resolutions": {
Expand All @@ -89,4 +89,4 @@
"prettier --write"
]
}
}
}
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.20.5",
"@supabase/supabase-js": "^1.25.2",
"@supabase/supabase-js": "^1.27.0",
"close-with-grace": "^1.1.0",
"ethereum-cryptography": "^0.2.0",
"ethereumjs-wallet": "^1.0.2",
"fastify": "^3.22.1",
"fastify": "^3.23.1",
"fastify-autoload": "^3.9.0",
"fastify-cli": "^2.13.0",
"fastify-cors": "^6.0.2",
"fastify-jwt": "^3.2.1",
"fastify-multipart": "^5.0.2",
"fastify-multipart": "^5.1.0",
"fastify-plugin": "^3.0.0",
"fastify-sensible": "^3.1.2",
"fastify-tsconfig": "^1.0.1",
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@types/busboy": "0.3.1",
"@types/node": "16.11.6",
"@types/node": "16.11.7",
"@types/tap": "15.0.5",
"cross-env": "7.0.3",
"json-schema-to-typescript": "^10.1.5",
"tap": "15.0.10",
"ts-node-dev": "1.1.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/network-connector": "6.1.9",
"@web3-react/walletconnect-connector": "6.2.7",
"@web3-react/walletconnect-connector": "6.2.8",
"loglevel": "1.7.1",
"next": "12.0.1",
"react": "17.0.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/webadmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/devtools": "^4.0.1",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.8.2",
"@hookform/resolvers": "^2.8.3",
"@reduxjs/toolkit": "^1.6.2",
"history": "^5.0.1",
"history": "^5.1.0",
"loglevel": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.18.0",
"react-hook-form": "^7.19.5",
"react-hot-toast": "^2.1.1",
"react-redux": "^7.2.6",
"react-router": "^6.0.0-beta.8",
"react-router-dom": "^6.0.0-beta.8",
"react-select": "^5.1.0",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-select": "^5.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/redux-logger": "^3.0.9",
"@vitejs/plugin-react": "^1.0.7",
"@vitejs/plugin-react": "^1.0.8",
"typescript": "^4.4.4",
"vite": "^2.6.13"
"vite": "^2.6.14"
}
}
}
12 changes: 6 additions & 6 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"test": "jest"
},
"dependencies": {
"@headlessui/react": "1.4.1",
"@headlessui/react": "1.4.2",
"@heroicons/react": "1.0.5",
"@hookform/devtools": "4.0.1",
"@hookform/resolvers": "2.8.2",
"@prisma/client": "3.3.0",
"@hookform/resolvers": "2.8.3",
"@prisma/client": "3.4.2",
"@tailwindcss/forms": "0.3.4",
"jotai": "1.4.2",
"jotai": "1.4.3",
"loglevel": "1.7.1",
"next": "12.0.1",
"next-auth": "3.29.0",
"next-secure-headers": "2.2.0",
"next-validations": "0.1.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.18.0",
"react-query": "3.29.1",
"react-hook-form": "7.19.5",
"react-query": "3.32.3",
"yup": "0.32.11"
},
"devDependencies": {},
Expand Down
Loading

0 comments on commit e6fbd5a

Please sign in to comment.