File tree Expand file tree Collapse file tree 3 files changed +81
-209
lines changed
examples/11_nextjs_app_router Expand file tree Collapse file tree 3 files changed +81
-209
lines changed Original file line number Diff line number Diff line change 1212 "@tanstack/react-query" : " ^5.90.10" ,
1313 "jotai" : " ^2.15.1" ,
1414 "jotai-tanstack-query" : " *" ,
15- "next" : " 16.0.3 " ,
15+ "next" : " ~15.4.7 " ,
1616 "react" : " 19.2.0" ,
1717 "react-dom" : " 19.2.0"
1818 },
2222 "@types/react" : " ^19" ,
2323 "@types/react-dom" : " ^19" ,
2424 "eslint" : " ^9" ,
25- "eslint-config-next" : " 16.0.3 " ,
25+ "eslint-config-next" : " ~15.4.7 " ,
2626 "tailwindcss" : " ^4" ,
2727 "typescript" : " ^5"
2828 }
Original file line number Diff line number Diff line change 1111 "moduleResolution" : " bundler" ,
1212 "resolveJsonModule" : true ,
1313 "isolatedModules" : true ,
14- "jsx" : " react-jsx " ,
14+ "jsx" : " preserve " ,
1515 "incremental" : true ,
1616 "plugins" : [
1717 {
3030 " .next/dev/types/**/*.ts" ,
3131 " **/*.mts"
3232 ],
33- "exclude" : [" node_modules" ]
33+ "exclude" : [" node_modules" , " .next " ]
3434}
You can’t perform that action at this time.
0 commit comments