Skip to content

Commit 7002451

Browse files
committed
fix anchor errors
1 parent 9c888e6 commit 7002451

File tree

36 files changed

+11864
-2948
lines changed

36 files changed

+11864
-2948
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"type": "module",
3-
"dependencies": {
4-
"@coral-xyz/anchor": "^0.30.0"
5-
},
6-
"scripts": {
7-
"postinstall": "zx prepare.mjs"
8-
},
9-
"devDependencies": {
10-
"@types/bn.js": "^5.1.0",
11-
"@types/chai": "^4.3.0",
12-
"@types/mocha": "^9.0.0",
13-
"anchor-bankrun": "^0.4.0",
14-
"chai": "^4.3.4",
15-
"mocha": "^9.0.3",
16-
"solana-bankrun": "^0.3.0",
17-
"ts-mocha": "^10.0.0",
18-
"typescript": "^4.3.5",
19-
"zx": "^8.1.4"
20-
}
2+
"type": "module",
3+
"dependencies": {
4+
"@coral-xyz/anchor": "0.31.1"
5+
},
6+
"scripts": {
7+
"postinstall": "zx prepare.mjs"
8+
},
9+
"devDependencies": {
10+
"@types/bn.js": "^5.1.0",
11+
"@types/chai": "^4.3.0",
12+
"@types/mocha": "^9.0.0",
13+
"anchor-bankrun": "^0.4.0",
14+
"chai": "^4.3.4",
15+
"mocha": "^9.0.3",
16+
"solana-bankrun": "^0.3.0",
17+
"ts-mocha": "^10.0.0",
18+
"typescript": "^4.3.5",
19+
"zx": "^8.1.4"
20+
}
2121
}

tokens/create-token/anchor/pnpm-lock.yaml

Lines changed: 21 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"type": "module",
3-
"scripts": {
4-
"postinstall": "zx prepare.mjs"
5-
},
6-
"devDependencies": {
7-
"@coral-xyz/anchor": "^0.30.0",
8-
"@solana/spl-token": "^0.3.11",
9-
"@types/bn.js": "^5.1.0",
10-
"@types/chai": "^4.3.0",
11-
"@types/mocha": "^9.0.0",
12-
"anchor-bankrun": "^0.4.0",
13-
"chai": "^4.3.4",
14-
"mocha": "^9.0.3",
15-
"solana-bankrun": "^0.3.0",
16-
"ts-mocha": "^10.0.0",
17-
"typescript": "^4.3.5",
18-
"zx": "^8.1.4"
19-
}
2+
"type": "module",
3+
"scripts": {
4+
"postinstall": "zx prepare.mjs"
5+
},
6+
"devDependencies": {
7+
"@coral-xyz/anchor": "0.31.1",
8+
"@solana/spl-token": "^0.3.11",
9+
"@types/bn.js": "^5.1.0",
10+
"@types/chai": "^4.3.0",
11+
"@types/mocha": "^9.0.0",
12+
"anchor-bankrun": "^0.4.0",
13+
"chai": "^4.3.4",
14+
"mocha": "^9.0.3",
15+
"solana-bankrun": "^0.3.0",
16+
"ts-mocha": "^10.0.0",
17+
"typescript": "^4.3.5",
18+
"zx": "^8.1.4"
19+
}
2020
}

0 commit comments

Comments
 (0)