|
1 | 1 | {
|
2 | 2 | "name": "@mento-protocol/mento-web",
|
3 |
| - "version": "1.5.1", |
| 3 | + "version": "1.6.0", |
4 | 4 | "description": "A simple DApp for Celo Mento exchanges",
|
5 | 5 | "keywords": [
|
6 | 6 | "Celo",
|
|
26 | 26 | "prettier": "prettier --write ./src"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@celo/contractkit": "^3.1.0", |
30 |
| - "@celo/react-celo": "^4.3.0", |
31 |
| - "@ethersproject/abi": "^5.5.0", |
32 |
| - "@ethersproject/address": "^5.5.0", |
33 |
| - "@ethersproject/units": "^5.5.0", |
34 |
| - "@headlessui/react": "^1.7.8", |
35 |
| - "@metamask/inpage-provider": "6.0.1", |
| 29 | + "@celo/contractkit": "^3.2.0", |
| 30 | + "@celo/react-celo": "^5.0.3", |
| 31 | + "@mento-protocol/mento-sdk": "^0.1.1", |
36 | 32 | "@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28",
|
37 |
| - "@reduxjs/toolkit": "^1.9.2", |
| 33 | + "@metamask/post-message-stream": "6.1.0", |
| 34 | + "@metamask/providers": "10.2.1", |
| 35 | + "@reduxjs/toolkit": "^1.9.3", |
38 | 36 | "bignumber.js": "^9.1.1",
|
| 37 | + "ethers": "^5.7.2", |
39 | 38 | "formik": "^2.2.9",
|
40 | 39 | "frappe-charts": "^1.6.2",
|
41 |
| - "next": "13.1.6", |
| 40 | + "next": "13.2.1", |
42 | 41 | "next-persist": "^1.2.4",
|
43 |
| - "post-message-stream": "3.0.0", |
44 | 42 | "react": "^18.2.0",
|
45 |
| - "react-accessible-dropdown-menu-hook": "^3.2.0", |
| 43 | + "react-accessible-dropdown-menu-hook": "^4.0.0", |
46 | 44 | "react-dom": "^18.2.0",
|
47 | 45 | "react-modal": "^3.16.1",
|
48 | 46 | "react-redux": "^8.0.5",
|
49 | 47 | "react-select": "4.3.1",
|
50 | 48 | "react-toastify": "^9.1.1"
|
51 | 49 | },
|
52 | 50 | "devDependencies": {
|
53 |
| - "@testing-library/jest-dom": "^5.16.5", |
54 |
| - "@testing-library/react": "^13.4.0", |
55 |
| - "@testing-library/user-event": "^14.4.3", |
56 |
| - "@trivago/prettier-plugin-sort-imports": "^4.0.0", |
| 51 | + "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
57 | 52 | "@types/jest": "^29.4.0",
|
58 |
| - "@types/node": "^18.11.18", |
59 |
| - "@types/react": "^18.0.27", |
60 |
| - "@types/react-dom": "^18.0.10", |
| 53 | + "@types/node": "^18.14.1", |
| 54 | + "@types/react": "^18.0.28", |
| 55 | + "@types/react-dom": "^18.0.11", |
61 | 56 | "@types/react-modal": "^3.13.1",
|
62 | 57 | "@types/react-redux": "^7.1.25",
|
63 | 58 | "@types/react-select": "4.0.18",
|
64 |
| - "@typescript-eslint/eslint-plugin": "^5.49.0", |
65 |
| - "@typescript-eslint/parser": "^5.49.0", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 60 | + "@typescript-eslint/parser": "^5.53.0", |
66 | 61 | "autoprefixer": "^10.4.13",
|
67 |
| - "eslint": "^8.33.0", |
68 |
| - "eslint-config-next": "^13.1.6", |
| 62 | + "eslint": "^8.34.0", |
| 63 | + "eslint-config-next": "^13.2.1", |
69 | 64 | "eslint-config-prettier": "^8.6.0",
|
70 |
| - "jest": "^29.4.1", |
71 |
| - "jest-css-modules-transform": "^4.4.2", |
| 65 | + "jest": "^29.4.3", |
72 | 66 | "postcss": "^8.4.21",
|
73 |
| - "prettier": "^2.8.3", |
74 |
| - "tailwindcss": "^3.2.4", |
| 67 | + "prettier": "^2.8.4", |
| 68 | + "tailwindcss": "^3.2.7", |
75 | 69 | "ts-jest": "^29.0.5",
|
76 | 70 | "ts-node": "^10.9.1",
|
77 |
| - "typescript": "^4.9.4" |
| 71 | + "typescript": "^4.9.5" |
78 | 72 | },
|
79 | 73 | "resolutions": {
|
80 | 74 | "bignumber.js": "9.1.1",
|
|
0 commit comments