| 
34 | 34 |   },  | 
35 | 35 |   "scripts": {  | 
36 | 36 |     "build": "rm -rf dist/ && tsc -p tsconfig.json",  | 
 | 37 | +    "build:program": "cargo build-sbf --manifest-path=../programs/account-compression/Cargo.toml && cargo build-sbf --manifest-path=../programs/noop/Cargo.toml",  | 
37 | 38 |     "fmt": "prettier --write '{*,**/*}.{ts,tsx,js,jsx,json}'",  | 
38 | 39 |     "pretty": "prettier --check '{,{src,test}/**/}*.{j,t}s'",  | 
39 | 40 |     "pretty:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",  | 
40 | 41 |     "lint": "set -ex; npm run pretty; eslint . --ext .js,.ts",  | 
41 | 42 |     "lint:fix": "npm run pretty:fix && eslint . --fix --ext .js,.ts",  | 
42 | 43 |     "docs": "rm -rf docs/ && typedoc --out docs",  | 
43 |  | -    "deploy:docs": "yarn docs && gh-pages --dest account-compression/sdk --dist docs --dotfiles",  | 
 | 44 | +    "deploy:docs": "npm run docs && gh-pages --dest account-compression/sdk --dist docs --dotfiles",  | 
44 | 45 |     "start-validator": "solana-test-validator --reset --quiet --bpf-program cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK ../target/deploy/spl_account_compression.so --bpf-program noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV ../target/deploy/spl_noop.so",  | 
45 | 46 |     "run-tests": "jest tests --detectOpenHandles",  | 
46 | 47 |     "run-tests:events": "jest tests/events --detectOpenHandles",  | 
 | 
61 | 62 |     "typescript-collections": "^1.3.3"  | 
62 | 63 |   },  | 
63 | 64 |   "peerDependencies": {  | 
64 |  | -    "@solana/web3.js": "^1.50.1"  | 
 | 65 | +    "@solana/web3.js": "^1.87.6"  | 
65 | 66 |   },  | 
66 | 67 |   "devDependencies": {  | 
67 | 68 |     "@metaplex-foundation/rustbin": "^0.3.1",  | 
68 | 69 |     "@metaplex-foundation/solita": "0.15.2",  | 
69 | 70 |     "@project-serum/anchor": "^0.25.0",  | 
70 | 71 |     "@solana/eslint-config-solana": "^1.0.2",  | 
71 |  | -    "@solana/prettier-config-solana": "^0.0.2",  | 
72 |  | -    "@types/bn.js": "^5.1.1",  | 
 | 72 | +    "@solana/prettier-config-solana": "^0.0.3",  | 
 | 73 | +    "@types/bn.js": "^5.1.0",  | 
73 | 74 |     "@types/chai": "^4.3.0",  | 
74 | 75 |     "@types/jest": "^29.0.0",  | 
75 | 76 |     "@types/node-fetch": "^2.6.2",  | 
76 |  | -    "@typescript-eslint/eslint-plugin": "^5.40.1",  | 
77 |  | -    "@typescript-eslint/parser": "^5.40.1",  | 
 | 77 | +    "@typescript-eslint/eslint-plugin": "^6.12.0",  | 
 | 78 | +    "@typescript-eslint/parser": "^6.12.0",  | 
78 | 79 |     "chai": "^4.3.4",  | 
79 | 80 |     "eslint": "^8.25.0",  | 
80 | 81 |     "eslint-config-prettier": "^8.5.0",  | 
 | 
85 | 86 |     "eslint-plugin-prettier": "^4.2.1",  | 
86 | 87 |     "eslint-plugin-simple-import-sort": "^10.0.0",  | 
87 | 88 |     "eslint-plugin-sort-keys-fix": "^1.1.2",  | 
88 |  | -    "gh-pages": "^4.0.0",  | 
 | 89 | +    "gh-pages": "^6.1.0",  | 
89 | 90 |     "jest": "^29.0.1",  | 
90 | 91 |     "jest-config": "^29.0.1",  | 
91 |  | -    "start-server-and-test": "^1.14.0",  | 
92 |  | -    "ts-jest": "^28.0.8",  | 
 | 92 | +    "start-server-and-test": "^2.0.3",  | 
 | 93 | +    "ts-jest": "^29.0.0",  | 
93 | 94 |     "ts-jest-resolver": "^2.0.0",  | 
94 | 95 |     "ts-node": "^10.9.1",  | 
95 |  | -    "typedoc": "^0.22.2",  | 
96 |  | -    "typescript": "=4.7.4"  | 
 | 96 | +    "typedoc": "^0.25.4",  | 
 | 97 | +    "typescript": "5.3.2"  | 
97 | 98 |   },  | 
98 | 99 |   "prettier": "@solana/prettier-config-solana"  | 
99 | 100 | }  | 
0 commit comments