Skip to content

Commit 5ace43f

Browse files
committed
nextjs 15.3.1
1 parent 560c4e5 commit 5ace43f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

app/page.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ export default async function Page(props) {
9595
<ListItem href="https://beautifulthings.xyz" index={Utilities.leftPad(`8`, 4)} isWIP>
9696
beautifulthings.xyz
9797
</ListItem>
98+
<ListItem href="https://flagpost.org" index={Utilities.leftPad(`9`, 4)} isWIP>
99+
flagpost.org
100+
</ListItem>
98101
</div>
99102

100103
<div style={{ marginTop: 88, lineHeight: '1.6', maxWidth: 768 }}>

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"aes-js": "^3.1.2",
1717
"d3": "^7.9.0",
1818
"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"
2323
},
2424
"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",
2827
"ts-node": "^10.9.2",
29-
"typescript": "^5.8.2"
28+
"typescript": "^5.8.3",
29+
"@types/react-dom": "^19.1.2"
3030
}
3131
}

0 commit comments

Comments
 (0)