|
14 | 14 | "lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
|
15 | 15 | "test": "jest",
|
16 | 16 | "test-all": "yarn lint && yarn type-check && yarn test",
|
17 |
| - "notifier": "TS_NODE_PROJECT=./tsconfig.commonjs.json ts-node scripts/governance-notifier.ts" |
| 17 | + "notifier": "TS_NODE_PROJECT=./tsconfig.commonjs.json ts-node scripts/governance-notifier.ts", |
| 18 | + "postinstall": "patch-package" |
18 | 19 | },
|
19 | 20 | "lint-staged": {
|
20 | 21 | "*.@(ts|tsx|js|jsx)": [
|
|
23 | 24 | },
|
24 | 25 | "dependencies": {
|
25 | 26 | "@blockworks-foundation/mango-client": "^3.2.15",
|
26 |
| - "@project-serum/anchor": "^0.19.0", |
27 |
| - "@solana/spl-token": "^0.1.8", |
28 |
| - "@solana/web3.js": "1.31.0", |
29 | 27 | "@emotion/react": "^11.1.5",
|
30 | 28 | "@emotion/styled": "^11.3.0",
|
31 | 29 | "@headlessui/react": "^1.0.0",
|
32 | 30 | "@heroicons/react": "^1.0.1",
|
| 31 | + "@project-serum/anchor": "^0.19.0", |
33 | 32 | "@project-serum/borsh": "^0.2.2",
|
34 | 33 | "@project-serum/common": "^0.0.1-beta.3",
|
35 | 34 | "@project-serum/sol-wallet-adapter": "^0.2.0",
|
| 35 | + "@solana/spl-token": "^0.1.8", |
| 36 | + "@solana/web3.js": "1.31.0", |
36 | 37 | "@tippyjs/react": "^4.2.5",
|
37 | 38 | "@uxdprotocol/uxd-client": "^2.56.0",
|
38 | 39 | "axios": "^0.21.1",
|
|
71 | 72 | "jest": "^26.6.3",
|
72 | 73 | "jest-watch-typeahead": "^0.6.1",
|
73 | 74 | "lint-staged": "^10.0.10",
|
| 75 | + "patch-package": "^6.4.7", |
74 | 76 | "postcss": "^8.2.12",
|
75 | 77 | "postcss-preset-env": "^6.7.0",
|
| 78 | + "postinstall-postinstall": "^2.1.0", |
76 | 79 | "prettier": "^2.0.2",
|
77 | 80 | "tailwindcss": "^2.1.2",
|
78 | 81 | "twin.macro": "^2.4.0",
|
|
0 commit comments