File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6
6
grid-template-columns : repeat (auto-fit , minmax (60px , 1fr ));
7
7
white-space : nowrap ;
8
8
}
9
+
10
+ .full > * > * {
11
+ width : 100% ;
12
+ }
Original file line number Diff line number Diff line change 5
5
"node" : " >=18"
6
6
},
7
7
"license" : " MIT" ,
8
- "version" : " 1.1.3 " ,
8
+ "version" : " 1.1.4 " ,
9
9
"scripts" : {
10
10
"dev" : " next -p 10000" ,
11
11
"build" : " next build" ,
12
12
"start" : " PORT=10000 next start" ,
13
13
"lint" : " next lint"
14
14
},
15
15
"dependencies" : {
16
- "next" : " ^15.1.3 " ,
16
+ "next" : " ^15.1.6 " ,
17
17
"react" : " ^19.0.0" ,
18
18
"react-dom" : " ^19.0.0" ,
19
- "sass" : " 1.83.0 "
19
+ "sass" : " 1.83.4 "
20
20
},
21
21
"devDependencies" : {
22
- "@types/node" : " ^22.10.2 " ,
23
- "@types/react" : " ^19.0.2 " ,
22
+ "@types/node" : " ^22.12.0 " ,
23
+ "@types/react" : " ^19.0.8 " ,
24
24
"ts-node" : " ^10.9.2" ,
25
- "typescript" : " ^5.7.2 "
25
+ "typescript" : " ^5.7.3 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments