Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ed9f857
chore(deps): bump svgo from 4.0.1 to 4.0.2
dependabot[bot] Jul 23, 2026
eed01a7
chore(deps): bump sharp from 0.33.5 to 0.35.0
dependabot[bot] Jul 25, 2026
87e8ae3
chore(deps-dev): bump postcss from 8.5.15 to 8.5.18
dependabot[bot] Jul 27, 2026
773969d
chore(deps): bump nanoid from 5.1.6 to 5.1.16
dependabot[bot] Aug 9, 2026
f4fb71d
chore(deps): bump nanoid in /apps/status
dependabot[bot] Aug 10, 2026
14caeca
chore(deps): bump js-yaml from 4.2.0 to 4.3.1 in /apps/status
dependabot[bot] Aug 11, 2026
633e664
fix(lp): App Clipの宣言をapple-itunes-appメタタグに復活
TinyKitten Aug 13, 2026
ecf5c24
Merge pull request #222 from TrainLCD/feature/restore-app-clip-meta
TinyKitten Aug 18, 2026
ba3b9b2
Merge pull request #212 from TrainLCD/dependabot/npm_and_yarn/svgo-4.0.2
TinyKitten Aug 18, 2026
1512ea3
Merge pull request #214 from TrainLCD/dependabot/npm_and_yarn/postcss…
TinyKitten Aug 18, 2026
d4cb494
Merge pull request #219 from TrainLCD/dependabot/npm_and_yarn/nanoid-…
TinyKitten Aug 18, 2026
daac22a
Merge pull request #213 from TrainLCD/dependabot/npm_and_yarn/sharp-0…
TinyKitten Aug 18, 2026
45f4123
Merge pull request #220 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Aug 18, 2026
5e80878
Merge pull request #221 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Aug 18, 2026
aa60c76
chore(deps): bump astro from 6.4.6 to 7.1.1
dependabot[bot] Aug 18, 2026
8452e59
chore(deps): bump next from 16.2.6 to 16.2.11
dependabot[bot] Aug 18, 2026
1026d7b
Merge pull request #211 from TrainLCD/dependabot/npm_and_yarn/astro-7…
TinyKitten Aug 18, 2026
1a7ad5b
Merge pull request #215 from TrainLCD/dependabot/npm_and_yarn/next-16…
TinyKitten Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@astrojs/preact": "^4.1.1",
"astro": "^6.4.6",
"astro": "^7.1.1",
"marked": "^17.0.0",
"preact": "^10.27.3",
"sharp": "^0.33.5"
"sharp": "^0.35.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/lp/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const lcpImageSources = lcpFormats.map((format, index) => {
<meta name="twitter:app:name:googleplay" content="TrainLCD" />
<meta name="twitter:app:id:googleplay" content="me.tinykitten.trainlcd" />
<meta property="fb:app_id" content="596269604527027" />
<meta name="apple-itunes-app" content="app-id=1486355943" />
<meta name="apple-itunes-app" content="app-id=1486355943, app-clip-bundle-id=me.tinykitten.trainlcd.Clip, app-clip-display=card" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
<link
Expand Down
26 changes: 13 additions & 13 deletions apps/status/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@prisma/client": "^6.19.0",
"@vercel/edge-config": "^1.4.3",
"dayjs": "^1.11.10",
"nanoid": "^5.1.6",
"next": "^16.2.6",
"nanoid": "^5.1.16",
"next": "^16.2.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand All @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-next": "^16.0.1",
"postcss": "^8.5.10",
"postcss": "^8.5.18",
"prisma": "^6.19.3",
"tailwindcss": "^3.4.13",
"typescript": "5.9.3",
Expand Down
Loading