File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ export default async function Page(props) {
95
95
< ListItem href = "https://beautifulthings.xyz" index = { Utilities . leftPad ( `8` , 4 ) } isWIP >
96
96
beautifulthings.xyz
97
97
</ ListItem >
98
+ < ListItem href = "https://flagpost.org" index = { Utilities . leftPad ( `9` , 4 ) } isWIP >
99
+ flagpost.org
100
+ </ ListItem >
98
101
</ div >
99
102
100
103
< div style = { { marginTop : 88 , lineHeight : '1.6' , maxWidth : 768 } } >
Original file line number Diff line number Diff line change 16
16
"aes-js" : " ^3.1.2" ,
17
17
"d3" : " ^7.9.0" ,
18
18
"js-cookie" : " ^3.0.5" ,
19
- "next" : " ^15.2.2 " ,
20
- "react" : " ^19.0 .0" ,
21
- "react-dom" : " ^19.0 .0" ,
22
- "sass" : " 1.85.1 "
19
+ "next" : " ^15.3.1 " ,
20
+ "react" : " ^19.1 .0" ,
21
+ "react-dom" : " ^19.1 .0" ,
22
+ "sass" : " 1.86.3 "
23
23
},
24
24
"devDependencies" : {
25
- "@types/node" : " ^22.13.10" ,
26
- "@types/react" : " ^19.0.10" ,
27
- "@types/react-dom" : " ^19.0.4" ,
25
+ "@types/node" : " ^22.14.1" ,
26
+ "@types/react" : " ^19.1.2" ,
28
27
"ts-node" : " ^10.9.2" ,
29
- "typescript" : " ^5.8.2"
28
+ "typescript" : " ^5.8.3" ,
29
+ "@types/react-dom" : " ^19.1.2"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments