|
1 | 1 | {
|
2 | 2 | "name": "ksm-app",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "2.0.1", |
4 | 4 | "homepage": "https://KappaSigmaMu.github.io/",
|
5 | 5 | "types": "src/types.d.ts",
|
6 | 6 | "dependencies": {
|
7 | 7 | "@kappasigmamu/canary-component": "^0.4.7",
|
8 |
| - "@polkadot/api": "^11.3.1", |
9 |
| - "@polkadot/api-derive": "^11.3.1", |
10 |
| - "@polkadot/extension-dapp": "^0.47.5", |
11 |
| - "@polkadot/extension-inject": "^0.47.5", |
12 |
| - "@polkadot/keyring": "^12.6.2", |
13 |
| - "@polkadot/networks": "^12.6.2", |
14 |
| - "@polkadot/react-identicon": "^3.6.6", |
15 |
| - "@polkadot/rpc-core": "^11.3.1", |
16 |
| - "@polkadot/types": "^11.3.1", |
17 |
| - "@polkadot/types-augment": "^11.3.1", |
18 |
| - "@polkadot/types-support": "^11.3.1", |
19 |
| - "@polkadot/ui-keyring": "^3.6.6", |
20 |
| - "@polkadot/ui-settings": "^3.6.6", |
21 |
| - "@polkadot/util": "^12.6.2", |
22 |
| - "@polkadot/util-crypto": "^12.6.2", |
| 8 | + "@polkadot/api": "^14.3.1", |
| 9 | + "@polkadot/api-derive": "^14.3.1", |
| 10 | + "@polkadot/extension-dapp": "^0.56.2", |
| 11 | + "@polkadot/extension-inject": "^0.56.2", |
| 12 | + "@polkadot/keyring": "^13.2.3", |
| 13 | + "@polkadot/networks": "^13.2.3", |
| 14 | + "@polkadot/react-identicon": "^3.11.3", |
| 15 | + "@polkadot/rpc-core": "^14.3.1", |
| 16 | + "@polkadot/types": "^14.3.1", |
| 17 | + "@polkadot/types-augment": "^14.3.1", |
| 18 | + "@polkadot/types-support": "^14.3.1", |
| 19 | + "@polkadot/ui-keyring": "^3.11.3", |
| 20 | + "@polkadot/ui-settings": "^3.11.3", |
| 21 | + "@polkadot/util": "^13.2.3", |
| 22 | + "@polkadot/util-crypto": "^13.2.3", |
23 | 23 | "@popperjs/core": "^2.11.8",
|
24 | 24 | "@talismn/connect-wallets": "1.2.5",
|
25 | 25 | "bfj": "^8.0.0",
|
|
69 | 69 | "web-vitals": "^3.5.2"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
| 72 | + "@acala-network/chopsticks": "^1.0.1", |
72 | 73 | "@babel/core": "^7.23.9",
|
73 | 74 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
74 | 75 | "@babel/preset-env": "^7.23.9",
|
|
129 | 130 | },
|
130 | 131 | "scripts": {
|
131 | 132 | "build": "NODE_OPTIONS=--openssl-legacy-provider node scripts/build.js",
|
132 |
| - "chopsticks": "npx @acala-network/chopsticks@latest --config=config/kusama.yml", |
| 133 | + "chopsticks": "chopsticks --config=config/kusama.yml", |
133 | 134 | "cy:open": "cypress open",
|
134 | 135 | "deploy": "gh-pages -d build",
|
135 | 136 | "eslint:fix": "eslint \"{src,apps,libs,test}/**/*.{ts,tsx}\" --fix",
|
|
152 | 153 | "not dead",
|
153 | 154 | "not op_mini all"
|
154 | 155 | ],
|
155 |
| - "packageManager": "[email protected].0" |
| 156 | + "packageManager": "[email protected].1" |
156 | 157 | }
|
0 commit comments