Skip to content

Commit 6228ba7

Browse files
committed
1.1.5 - nextjs 15.2.2 update, patches broken avatars
1 parent 0dc0989 commit 6228ba7

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

app/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -243,50 +243,50 @@ export default async function Page(props) {
243243
<br />
244244
<br />
245245
<Card title="EXAMPLE">
246-
<Avatar src="https://pbs.twimg.com/profile_images/1818030201051430918/M6kSNje3_400x400.jpg" href="https://internet.dev" target="_blank" />
247-
<Avatar src="https://pbs.twimg.com/profile_images/1880540584588570624/4LQlAZ0q_400x400.jpg" href="https://internet.dev" target="_blank" />
246+
<Avatar src="https://pbs.twimg.com/profile_images/1892435035430801409/ExonBPYi_400x400.jpg" href="https://internet.dev" target="_blank" />
247+
<Avatar src="https://pbs.twimg.com/profile_images/1893001029421015040/Giy-FV6B_400x400.jpg" href="https://internet.dev" target="_blank" />
248+
<Avatar src="https://pbs.twimg.com/profile_images/1890125319224598528/ZILr9OGp_400x400.jpg" href="https://internet.dev" target="_blank" />
248249
<Avatar src="https://pbs.twimg.com/profile_images/1748647089633169408/B7vd7ito_400x400.jpg" href="https://internet.dev" target="_blank" />
249-
<Avatar src="https://pbs.twimg.com/profile_images/1778697935544627200/1LvOcE-F_400x400.jpg" href="https://internet.dev" target="_blank" />
250250
<Avatar src="https://pbs.twimg.com/profile_images/1841883108305731585/3rhRm7aY_400x400.jpg" href="https://internet.dev" target="_blank" />
251251
<Avatar src="https://avatars.githubusercontent.com/u/10610892?v=4" href="https://internet.dev" target="_blank" />
252252
<br />
253253
<br />
254-
<Avatar src="https://pbs.twimg.com/profile_images/1818030201051430918/M6kSNje3_400x400.jpg" href="https://internet.dev" target="_blank">
254+
<Avatar src="https://pbs.twimg.com/profile_images/1892435035430801409/ExonBPYi_400x400.jpg" href="https://x.com/aalimbuyuguen" target="_blank">
255255
<Indent>
256256
ANDREW ALIMBUYUGUEN
257257
<br />
258258
Webmaster
259259
</Indent>
260260
</Avatar>
261-
<Avatar src="https://pbs.twimg.com/profile_images/1748647089633169408/B7vd7ito_400x400.jpg" href="https://internet.dev" target="_blank">
261+
<Avatar src="https://pbs.twimg.com/profile_images/1748647089633169408/B7vd7ito_400x400.jpg" href="https://x.com/ana_piligrim" target="_blank">
262262
<Indent>
263263
ANASTASIYA URALEVA
264264
<br />
265265
Webmaster
266266
</Indent>
267267
</Avatar>
268-
<Avatar src="https://pbs.twimg.com/profile_images/1778697935544627200/1LvOcE-F_400x400.jpg" href="https://internet.dev" target="_blank">
268+
<Avatar src="https://pbs.twimg.com/profile_images/1890125319224598528/ZILr9OGp_400x400.jpg" href="https://x.com/elijaharita" target="_blank">
269269
<Indent>
270270
ELIJAH SEED ARITA
271271
<br />
272272
Webmaster
273273
</Indent>
274274
</Avatar>
275-
<Avatar src="https://pbs.twimg.com/profile_images/1841883108305731585/3rhRm7aY_400x400.jpg" href="https://internet.dev" target="_blank">
275+
<Avatar src="https://pbs.twimg.com/profile_images/1841883108305731585/3rhRm7aY_400x400.jpg" href="https://x.com/xbalbinus" target="_blank">
276276
<Indent>
277277
XIANGAN HE
278278
<br />
279279
Webmaster
280280
</Indent>
281281
</Avatar>
282-
<Avatar src="https://avatars.githubusercontent.com/u/10610892?v=4" href="https://internet.dev" target="_blank">
282+
<Avatar src="https://pbs.twimg.com/profile_images/1885454100223188993/6HXdKp9n_400x400.jpg" href="https://x.com/binary_fiddler" target="_blank">
283283
<Indent>
284284
CHENYU HUANG
285285
<br />
286286
Webmaster
287287
</Indent>
288288
</Avatar>
289-
<Avatar src="https://pbs.twimg.com/profile_images/1887053356449062915/EGdkFMF4_400x400.jpg" href="https://internet.dev" target="_blank">
289+
<Avatar src="https://pbs.twimg.com/profile_images/1893001029421015040/Giy-FV6B_400x400.jpg" href="https://x.com/wwwjim" target="_blank">
290290
<Indent>
291291
JIMMY LEE
292292
<br />

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const nextConfig = {
2+
devIndicators: false
3+
}
4+
5+
module.exports = nextConfig

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"node": ">=18"
66
},
77
"license": "MIT",
8-
"version": "1.1.4",
8+
"version": "1.1.5",
99
"scripts": {
1010
"dev": "next -p 10000",
1111
"build": "next build",
1212
"start": "PORT=10000 next start",
1313
"lint": "next lint"
1414
},
1515
"dependencies": {
16-
"next": "^15.1.6",
16+
"next": "^15.2.2",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
19-
"sass": "1.83.4"
19+
"sass": "1.85.1"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.12.0",
23-
"@types/react": "^19.0.8",
22+
"@types/node": "^22.13.10",
23+
"@types/react": "^19.0.10",
2424
"ts-node": "^10.9.2",
25-
"typescript": "^5.7.3"
25+
"typescript": "^5.8.2"
2626
}
2727
}

0 commit comments

Comments
 (0)