Skip to content

Commit 2822b9c

Browse files
chore: pnpm update (#1744)
1 parent 3930184 commit 2822b9c

File tree

3 files changed

+651
-385
lines changed

3 files changed

+651
-385
lines changed

examples/browser/nextjs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"lint": "next lint"
1212
},
1313
"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",
1715
"@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",
2221
"@solana/web3.js": "1.98.0",
22+
"bs58": "^6.0.0",
2323
"next": "15.1.6",
24-
"react": "^19",
25-
"react-dom": "^19"
24+
"react": "^19.1.0",
25+
"react-dom": "^19.1.0"
2626
},
2727
"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",
3131
"eslint": "9.26.0",
3232
"eslint-config-next": "15.3.2",
33-
"typescript": "^5.7.2"
33+
"typescript": "^5.8.3"
3434
}
3535
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"devDependencies": {
33
"husky": "^9.1.7",
4-
"nx": "^20.4.6",
5-
"playwright": "^1.50.0",
6-
"prettier": "^3.4.2",
4+
"nx": "^20.8.1",
5+
"playwright": "^1.52.0",
6+
"prettier": "^3.5.3",
77
"snarkjs": "^0.7.5",
88
"syncpack": "^13.0.4",
9-
"typescript": "^5.7.2"
9+
"typescript": "^5.8.3"
1010
},
1111
"packageManager": "pnpm@9.2.0"
1212
}

0 commit comments

Comments
 (0)