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 8
8
"typecheck" : " tsc"
9
9
},
10
10
"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 " ,
14
14
"isbot" : " ^3.6.5" ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0" ,
17
17
"zod" : " ^3.22.2"
18
18
},
19
19
"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 " ,
22
22
"@types/react" : " ^18.0.25" ,
23
23
"@types/react-dom" : " ^18.0.8" ,
24
24
"eslint" : " ^8.27.0" ,
25
25
"typescript" : " ^4.8.4"
26
26
},
27
27
"engines" : {
28
- "node" : " >=14"
28
+ "node" : " >=14.0.0 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
/** @type {import('@remix-run/dev').AppConfig } */
2
2
module . exports = {
3
+ future : {
4
+ v2_routeConvention : true ,
5
+ } ,
3
6
ignoredRouteFiles : [ "**/.*" ] ,
4
7
// appDirectory: "app",
5
8
// assetsBuildDirectory: "public/build",
6
- // serverBuildPath: "build/index.js",
7
9
// publicPath: "/build/",
10
+ // serverBuildPath: "build/index.js",
8
11
} ;
You can’t perform that action at this time.
0 commit comments