File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 88 "typecheck" : " tsc"
99 },
1010 "dependencies" : {
11- "@remix-run/node" : " ~1.14.2 " ,
12- "@remix-run/react" : " ~1.14.2 " ,
13- "@remix-run/serve" : " ~1.14.2 " ,
11+ "@remix-run/node" : " ^1.19.3 " ,
12+ "@remix-run/react" : " ^1.19.3 " ,
13+ "@remix-run/serve" : " ^1.19.3 " ,
1414 "isbot" : " ^3.6.5" ,
1515 "react" : " ^18.2.0" ,
1616 "react-dom" : " ^18.2.0" ,
1717 "zod" : " ^3.22.2"
1818 },
1919 "devDependencies" : {
20- "@remix-run/dev" : " ~1.14.2 " ,
21- "@remix-run/eslint-config" : " ~1.14.2 " ,
20+ "@remix-run/dev" : " ^1.19.3 " ,
21+ "@remix-run/eslint-config" : " ^1.19.3 " ,
2222 "@types/react" : " ^18.0.25" ,
2323 "@types/react-dom" : " ^18.0.8" ,
2424 "eslint" : " ^8.27.0" ,
2525 "typescript" : " ^4.8.4"
2626 },
2727 "engines" : {
28- "node" : " >=14"
28+ "node" : " >=14.0.0 "
2929 }
3030}
Original file line number Diff line number Diff line change 11/** @type {import('@remix-run/dev').AppConfig } */
22module . exports = {
3+ future : {
4+ v2_routeConvention : true ,
5+ } ,
36 ignoredRouteFiles : [ "**/.*" ] ,
47 // appDirectory: "app",
58 // assetsBuildDirectory: "public/build",
6- // serverBuildPath: "build/index.js",
79 // publicPath: "/build/",
10+ // serverBuildPath: "build/index.js",
811} ;
You can’t perform that action at this time.
0 commit comments