Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ab918b2
Bump flatted from 3.3.3 to 3.4.2 in /apps/status
dependabot[bot] Mar 21, 2026
d1ea223
Bump picomatch in /apps/status
dependabot[bot] Mar 25, 2026
766653d
Bump defu from 6.1.4 to 6.1.6
dependabot[bot] Apr 4, 2026
4fcfa60
Bump postcss from 8.5.6 to 8.5.10 in /apps/status
dependabot[bot] Apr 24, 2026
84ffcf2
Bump next from 16.1.5 to 16.2.6 in /apps/status
dependabot[bot] May 12, 2026
cba9f99
Bump next from 16.1.5 to 16.2.6
dependabot[bot] May 12, 2026
ced164d
Bump devalue from 5.5.0 to 5.8.1
dependabot[bot] May 14, 2026
2fb37b7
Bump turbo from 2.4.4 to 2.9.16
dependabot[bot] May 28, 2026
fd9ca78
Bump vitest from 4.0.8 to 4.1.0
dependabot[bot] Jun 1, 2026
91b3134
fix(lp): バス対応の文言を「都営バスのみ対応」に変更
TinyKitten Jun 10, 2026
7a88800
Merge pull request #185 from TrainLCD/dependabot/npm_and_yarn/vitest-…
TinyKitten Jun 10, 2026
e6d781a
Merge pull request #184 from TrainLCD/dependabot/npm_and_yarn/turbo-2…
TinyKitten Jun 10, 2026
0032eae
Merge pull request #174 from TrainLCD/dependabot/npm_and_yarn/devalue…
TinyKitten Jun 10, 2026
e231f5f
Merge pull request #172 from TrainLCD/dependabot/npm_and_yarn/next-16…
TinyKitten Jun 10, 2026
d9dadb6
Merge pull request #171 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 2026
a2403b7
Merge pull request #168 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 2026
f6580de
Merge pull request #165 from TrainLCD/dependabot/npm_and_yarn/defu-6.1.6
TinyKitten Jun 10, 2026
6de610d
Merge pull request #163 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 2026
629748e
Merge pull request #162 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 2026
348ad4f
Merge pull request #186 from TrainLCD/fix/lp-bus-support-wording
TinyKitten Jun 10, 2026
85ad999
Bump astro from 5.15.9 to 6.1.10
dependabot[bot] Jun 10, 2026
de5edcf
Bump vite and vitest in /apps/status
dependabot[bot] Jun 10, 2026
d27d85e
Merge pull request #173 from TrainLCD/dependabot/npm_and_yarn/astro-6…
TinyKitten Jun 10, 2026
510e21d
Merge pull request #188 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 2026
ff5f736
Bump defu from 6.1.4 to 6.1.7 in /apps/status
dependabot[bot] Jun 10, 2026
3a32263
Bump lodash from 4.17.21 to 4.18.1
dependabot[bot] Jun 10, 2026
666a69f
Merge pull request #191 from TrainLCD/dependabot/npm_and_yarn/lodash-…
TinyKitten Jun 10, 2026
f65301f
Merge pull request #190 from TrainLCD/dependabot/npm_and_yarn/apps/st…
TinyKitten Jun 10, 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
2 changes: 1 addition & 1 deletion apps/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@astrojs/preact": "^4.1.1",
"astro": "^5.15.9",
"astro": "^6.1.10",
"marked": "^17.0.0",
"preact": "^10.27.3",
"sharp": "^0.33.5"
Expand Down
2 changes: 1 addition & 1 deletion apps/lp/src/components/pages/FAQPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const faqData: FAQCategory[] = [
question: 'どの路線に対応していますか?',
answer: `**TrainLCDは日本全国のJR・私鉄など、ほぼすべての鉄道路線に対応しています。**
詳細な対応路線リストはアプリ内でご確認いただけます。ただし、地下鉄など電波の入りづらい路線、鶴見線など入り組んだ路線は一部サービス保証外となります。
また、サービス対象は鉄道路線のみで、バス等の移動手段には対応しておりません。`,
また、バスについては都営バスのみ対応しており、その他のバス路線には対応しておりません。`,
},
{
question: '新幹線でも使えますか?',
Expand Down
2 changes: 1 addition & 1 deletion apps/lp/src/components/sections/ServiceArea.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import styles from './ServiceArea.module.css';
</DescriptionText>
<p class={styles.disclaimer}>
<sup>*1</sup>
地下鉄などの電波の入りづらい路線、鶴見線などの入り組んだ路線は一部サービス保証外となります。またサービス対象は鉄道路線のみであり、バス等の移動手段には対応しておりません
地下鉄などの電波の入りづらい路線、鶴見線などの入り組んだ路線は一部サービス保証外となります。またバスについては都営バスのみ対応しており、その他のバス路線には対応しておりません
</p>
</div>
</section>
Expand Down
Loading
Loading