File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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:
3453452 . Verify session token endpoint is configured
3463463 . 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
355355rm -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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments