|
11 | 11 | "lint": "next lint"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "bs58": "^6.0.0", |
15 |
| - "@coral-xyz/anchor": "^0.30.0", |
16 |
| - "@lightprotocol/stateless.js": "workspace:*", |
| 14 | + "@coral-xyz/anchor": "^0.30.1", |
17 | 15 | "@lightprotocol/compressed-token": "workspace:*",
|
18 |
| - "@solana/wallet-adapter-base": "^0.9.23", |
19 |
| - "@solana/wallet-adapter-react": "^0.15.35", |
20 |
| - "@solana/wallet-adapter-react-ui": "^0.9.35", |
21 |
| - "@solana/wallet-adapter-unsafe-burner": "^0.1.7", |
| 16 | + "@lightprotocol/stateless.js": "workspace:*", |
| 17 | + "@solana/wallet-adapter-base": "^0.9.26", |
| 18 | + "@solana/wallet-adapter-react": "^0.15.38", |
| 19 | + "@solana/wallet-adapter-react-ui": "^0.9.38", |
| 20 | + "@solana/wallet-adapter-unsafe-burner": "^0.1.10", |
22 | 21 | "@solana/web3.js": "1.98.0",
|
| 22 | + "bs58": "^6.0.0", |
23 | 23 | "next": "15.1.6",
|
24 |
| - "react": "^19", |
25 |
| - "react-dom": "^19" |
| 24 | + "react": "^19.1.0", |
| 25 | + "react-dom": "^19.1.0" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@types/node": "^22.13.0", |
29 |
| - "@types/react": "^19", |
30 |
| - "@types/react-dom": "^19", |
| 28 | + "@types/node": "^22.15.17", |
| 29 | + "@types/react": "^19.1.4", |
| 30 | + "@types/react-dom": "^19.1.4", |
31 | 31 | "eslint": "9.26.0",
|
32 | 32 | "eslint-config-next": "15.3.2",
|
33 |
| - "typescript": "^5.7.2" |
| 33 | + "typescript": "^5.8.3" |
34 | 34 | }
|
35 | 35 | }
|
0 commit comments