Skip to content

Commit ff6d2f7

Browse files
committed
chore: update x402 template deps and docs
1 parent 9fa1294 commit ff6d2f7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

community/x402-template/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ This template uses minimal dependencies:
290290
```json
291291
{
292292
"dependencies": {
293-
"next": "16.0.0",
293+
"next": "16.0.10",
294294
"react": "19.2.0",
295295
"react-dom": "19.2.0",
296296
"viem": "^2.38.5",
297-
"x402-next": "^0.7.1"
297+
"x402-next": "^1.1.0"
298298
}
299299
}
300300
```
@@ -345,17 +345,17 @@ This template uses minimal dependencies:
345345
2. Verify session token endpoint is configured
346346
3. Check for CORS issues if using custom domains
347347

348-
### During installation, viewing `--silent --ignore-scripts` flag
348+
### During installation, viewing `--silent --ignore-scripts` flag
349349

350-
1. If you’re using npm with Node 18+ and pnpm is not yet installed, some required scripts may be skipped due to the flags used.
351-
2. Although the project files are generated, you’ll need to install pnpm to ensure all scripts run correctly and fix the setup.
352-
3. Clean any partial install and install pnpm:
350+
1. If you are using npm with Node 18+ and pnpm is not yet installed, some required scripts may be skipped due to the flags used.
351+
2. Although the project files are generated, you will need to install pnpm to ensure all scripts run correctly and fix the setup.
352+
3. Clean any partial install and install pnpm:
353353

354-
```
354+
```bash
355355
rm -rf node_modules
356-
rm -f package-lock.json pnpm-lock.yaml yarn.lock
357-
pnpm install
358-
```
356+
rm -f package-lock.json pnpm-lock.yaml yarn.lock
357+
pnpm install
358+
```
359359

360360
---
361361

community/x402-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react": "19.2.0",
4141
"react-dom": "19.2.0",
4242
"viem": "^2.38.5",
43-
"x402-next": "^0.7.1"
43+
"x402-next": "^1.1.0"
4444
},
4545
"devDependencies": {
4646
"@tailwindcss/postcss": "^4",

0 commit comments

Comments
 (0)