Skip to content

Commit e6fbd5a

Browse files
committed
⬆️ Upgrade dependencies.
1 parent 008eea8 commit e6fbd5a

6 files changed

Lines changed: 424 additions & 301 deletions

File tree

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,48 +14,48 @@
1414
"@nomiclabs/hardhat-ethers": "2.0.2",
1515
"@nomiclabs/hardhat-etherscan": "2.1.7",
1616
"@nomiclabs/hardhat-waffle": "2.0.1",
17-
"@openzeppelin/contracts": "4.3.2",
18-
"@openzeppelin/contracts-upgradeable": "4.3.2",
19-
"@openzeppelin/hardhat-upgrades": "1.11.0",
17+
"@openzeppelin/contracts": "4.3.3",
18+
"@openzeppelin/contracts-upgradeable": "4.3.3",
19+
"@openzeppelin/hardhat-upgrades": "1.12.0",
2020
"@storybook/addon-actions": "6.3.12",
2121
"@storybook/addon-essentials": "6.3.12",
2222
"@storybook/addon-links": "6.3.12",
2323
"@storybook/react": "6.3.12",
2424
"@tailwindcss/forms": "^0.3.4",
2525
"@tailwindcss/typography": "0.4.1",
26-
"@testing-library/jest-dom": "5.14.1",
26+
"@testing-library/jest-dom": "5.15.0",
2727
"@testing-library/react": "12.1.2",
28-
"@trivago/prettier-plugin-sort-imports": "3.0.0",
29-
"@typechain/ethers-v5": "8.0.0",
28+
"@trivago/prettier-plugin-sort-imports": "3.1.1",
29+
"@typechain/ethers-v5": "8.0.2",
3030
"@typechain/hardhat": "3.0.0",
3131
"@types/chai": "4.2.22",
3232
"@types/jest": "27.0.2",
3333
"@types/mocha": "9.0.0",
34-
"@types/node": "16.11.6",
35-
"@types/react": "17.0.33",
36-
"@types/react-dom": "17.0.10",
37-
"@typescript-eslint/eslint-plugin": "5.2.0",
38-
"@typescript-eslint/parser": "5.2.0",
34+
"@types/node": "16.11.7",
35+
"@types/react": "17.0.34",
36+
"@types/react-dom": "17.0.11",
37+
"@typescript-eslint/eslint-plugin": "5.3.1",
38+
"@typescript-eslint/parser": "5.3.1",
3939
"autoprefixer": "10.4.0",
4040
"babel-jest": "27.3.1",
4141
"babel-loader": "8.2.3",
4242
"chai": "4.3.4",
43-
"daisyui": "1.16.0",
43+
"daisyui": "1.16.2",
4444
"dotenv": "10.0.0",
45-
"eslint": "8.1.0",
46-
"eslint-config-airbnb": "18.2.1",
47-
"eslint-config-next": "12.0.1",
45+
"eslint": "8.2.0",
46+
"eslint-config-airbnb": "19.0.0",
47+
"eslint-config-next": "12.0.3",
4848
"eslint-config-prettier": "8.3.0",
49-
"eslint-plugin-import": "2.25.2",
50-
"eslint-plugin-jest": "25.2.2",
51-
"eslint-plugin-jsx-a11y": "6.4.1",
49+
"eslint-plugin-import": "2.25.3",
50+
"eslint-plugin-jest": "25.2.4",
51+
"eslint-plugin-jsx-a11y": "6.5.1",
5252
"eslint-plugin-node": "11.1.0",
5353
"eslint-plugin-promise": "5.1.1",
54-
"eslint-plugin-react": "7.26.1",
55-
"eslint-plugin-react-hooks": "4.2.0",
54+
"eslint-plugin-react": "7.27.0",
55+
"eslint-plugin-react-hooks": "4.3.0",
5656
"ethereum-waffle": "3.4.0",
5757
"ethers": "5.5.1",
58-
"hardhat": "2.6.7",
58+
"hardhat": "2.6.8",
5959
"hardhat-gas-reporter": "1.0.4",
6060
"husky": "7.0.4",
6161
"identity-obj-proxy": "3.0.0",
@@ -66,15 +66,15 @@
6666
"msw": "0.35.0",
6767
"postcss": "8.3.11",
6868
"prettier": "2.4.1",
69-
"prettier-plugin-solidity": "1.0.0-beta.18",
70-
"prisma": "3.3.0",
69+
"prettier-plugin-solidity": "1.0.0-beta.19",
70+
"prisma": "3.4.2",
7171
"solgraph": "0.3.3",
7272
"solhint": "3.3.6",
7373
"solidity-coverage": "0.7.17",
7474
"tailwindcss": "2.2.19",
7575
"ts-node": "10.4.0",
7676
"ts-node-dev": "1.1.8",
77-
"typechain": "6.0.1",
77+
"typechain": "6.0.2",
7878
"typescript": "4.4.4"
7979
},
8080
"resolutions": {
@@ -89,4 +89,4 @@
8989
"prettier --write"
9090
]
9191
}
92-
}
92+
}

packages/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@sinclair/typebox": "^0.20.5",
25-
"@supabase/supabase-js": "^1.25.2",
25+
"@supabase/supabase-js": "^1.27.0",
2626
"close-with-grace": "^1.1.0",
2727
"ethereum-cryptography": "^0.2.0",
2828
"ethereumjs-wallet": "^1.0.2",
29-
"fastify": "^3.22.1",
29+
"fastify": "^3.23.1",
3030
"fastify-autoload": "^3.9.0",
3131
"fastify-cli": "^2.13.0",
3232
"fastify-cors": "^6.0.2",
3333
"fastify-jwt": "^3.2.1",
34-
"fastify-multipart": "^5.0.2",
34+
"fastify-multipart": "^5.1.0",
3535
"fastify-plugin": "^3.0.0",
3636
"fastify-sensible": "^3.1.2",
3737
"fastify-tsconfig": "^1.0.1",
@@ -40,11 +40,11 @@
4040
},
4141
"devDependencies": {
4242
"@types/busboy": "0.3.1",
43-
"@types/node": "16.11.6",
43+
"@types/node": "16.11.7",
4444
"@types/tap": "15.0.5",
4545
"cross-env": "7.0.3",
4646
"json-schema-to-typescript": "^10.1.5",
4747
"tap": "15.0.10",
4848
"ts-node-dev": "1.1.8"
4949
}
50-
}
50+
}

packages/dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@web3-react/core": "6.1.9",
1717
"@web3-react/injected-connector": "6.0.7",
1818
"@web3-react/network-connector": "6.1.9",
19-
"@web3-react/walletconnect-connector": "6.2.7",
19+
"@web3-react/walletconnect-connector": "6.2.8",
2020
"loglevel": "1.7.1",
2121
"next": "12.0.1",
2222
"react": "17.0.2",

packages/webadmin/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@headlessui/react": "^1.4.1",
10+
"@headlessui/react": "^1.4.2",
1111
"@heroicons/react": "^1.0.5",
1212
"@hookform/devtools": "^4.0.1",
1313
"@hookform/error-message": "^2.0.0",
14-
"@hookform/resolvers": "^2.8.2",
14+
"@hookform/resolvers": "^2.8.3",
1515
"@reduxjs/toolkit": "^1.6.2",
16-
"history": "^5.0.1",
16+
"history": "^5.1.0",
1717
"loglevel": "^1.7.1",
1818
"react": "^17.0.2",
1919
"react-dom": "^17.0.2",
20-
"react-hook-form": "^7.18.0",
20+
"react-hook-form": "^7.19.5",
2121
"react-hot-toast": "^2.1.1",
2222
"react-redux": "^7.2.6",
23-
"react-router": "^6.0.0-beta.8",
24-
"react-router-dom": "^6.0.0-beta.8",
25-
"react-select": "^5.1.0",
23+
"react-router": "^6.0.2",
24+
"react-router-dom": "^6.0.2",
25+
"react-select": "^5.2.1",
2626
"redux-logger": "^3.0.6",
2727
"redux-persist": "^6.0.0",
2828
"yup": "^0.32.11"
2929
},
3030
"devDependencies": {
31-
"@types/react": "^17.0.33",
32-
"@types/react-dom": "^17.0.10",
31+
"@types/react": "^17.0.34",
32+
"@types/react-dom": "^17.0.11",
3333
"@types/redux-logger": "^3.0.9",
34-
"@vitejs/plugin-react": "^1.0.7",
34+
"@vitejs/plugin-react": "^1.0.8",
3535
"typescript": "^4.4.4",
36-
"vite": "^2.6.13"
36+
"vite": "^2.6.14"
3737
}
38-
}
38+
}

packages/webapp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"@headlessui/react": "1.4.1",
15+
"@headlessui/react": "1.4.2",
1616
"@heroicons/react": "1.0.5",
1717
"@hookform/devtools": "4.0.1",
18-
"@hookform/resolvers": "2.8.2",
19-
"@prisma/client": "3.3.0",
18+
"@hookform/resolvers": "2.8.3",
19+
"@prisma/client": "3.4.2",
2020
"@tailwindcss/forms": "0.3.4",
21-
"jotai": "1.4.2",
21+
"jotai": "1.4.3",
2222
"loglevel": "1.7.1",
2323
"next": "12.0.1",
2424
"next-auth": "3.29.0",
2525
"next-secure-headers": "2.2.0",
2626
"next-validations": "0.1.10",
2727
"react": "17.0.2",
2828
"react-dom": "17.0.2",
29-
"react-hook-form": "7.18.0",
30-
"react-query": "3.29.1",
29+
"react-hook-form": "7.19.5",
30+
"react-query": "3.32.3",
3131
"yup": "0.32.11"
3232
},
3333
"devDependencies": {},

0 commit comments

Comments
 (0)