Skip to content

Commit 278d660

Browse files
authored
Merge pull request #2237 from AtCoder-NoviSteps/#2233
💥 Bump prettier from 3.5.3 to 3.6.0 (#2233)
2 parents 1eae87c + 6ceb3d2 commit 278d660

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
`docker compose exec web pnpm prisma generate`
128128

129129
- 開発サーバ(port番号: 5174)を起動します。その後、以下のリンクを順番にクリックしてください。
130-
131130
- Note: リンクのアドレス・ポート番号は、環境によって変わる可能性もあります。
132131

133132
`docker compose exec web pnpm dev --host`
@@ -270,7 +269,6 @@
270269
### トラブルシューティング
271270

272271
- エラー: ローカル環境で開発用サーバを立ち上げても、ブラウザに表示されない
273-
274272
- 前提条件: Docker Desktop 4.30.0 以上、かつ、VSCode DevContainer で Vite を動かす場合。Windows、macOS で発生する
275273
- 原因: Dockerで、ホストが IPv4 のみを使用している場合でも、`::1` を返すようになったため
276274
- 対処方法: `vite.config` に、server の host を追記する
@@ -281,7 +279,6 @@
281279
- [本プロジェクトでの対処状況](https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps/issues/814#issuecomment-2131173142)
282280

283281
- エラー: Docker Desktop で Vite を利用したときに Segmentation Fault が発生
284-
285282
- 対処方法: Docker Desktopで「Use Visualization Framework」のチェックを外す
286283
- 参考資料: https://qiita.com/naoto24kawa/items/160aad0ca58642216a0a
287284

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jsdom": "26.1.0",
5353
"lint-staged": "16.1.2",
5454
"nock": "14.0.5",
55-
"prettier": "3.5.3",
55+
"prettier": "3.6.0",
5656
"prettier-plugin-svelte": "3.4.0",
5757
"prettier-plugin-tailwindcss": "0.6.13",
5858
"prisma": "5.22.0",

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)