Skip to content

Commit b8d3cc1

Browse files
committed
Update yarn and polkadot packages
1 parent a41eff8 commit b8d3cc1

File tree

2 files changed

+2886
-1814
lines changed

2 files changed

+2886
-1814
lines changed

package.json

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "ksm-app",
3-
"version": "0.2.0",
3+
"version": "2.0.1",
44
"homepage": "https://KappaSigmaMu.github.io/",
55
"types": "src/types.d.ts",
66
"dependencies": {
77
"@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",
2323
"@popperjs/core": "^2.11.8",
2424
"@talismn/connect-wallets": "1.2.5",
2525
"bfj": "^8.0.0",
@@ -69,6 +69,7 @@
6969
"web-vitals": "^3.5.2"
7070
},
7171
"devDependencies": {
72+
"@acala-network/chopsticks": "^1.0.1",
7273
"@babel/core": "^7.23.9",
7374
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7475
"@babel/preset-env": "^7.23.9",
@@ -129,7 +130,7 @@
129130
},
130131
"scripts": {
131132
"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",
133134
"cy:open": "cypress open",
134135
"deploy": "gh-pages -d build",
135136
"eslint:fix": "eslint \"{src,apps,libs,test}/**/*.{ts,tsx}\" --fix",
@@ -152,5 +153,5 @@
152153
"not dead",
153154
"not op_mini all"
154155
],
155-
"packageManager": "[email protected].0"
156+
"packageManager": "[email protected].1"
156157
}

0 commit comments

Comments
 (0)