Skip to content

Commit

Permalink
画像コンポーネントにdensitiesプロパティを追加し、依存関係のバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 26, 2024
1 parent 57c9494 commit a5d92d2
Show file tree
Hide file tree
Showing 9 changed files with 665 additions and 621 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ pnpm run generateThumb

## TODO

- [ ] ボイボ寮ページで背景が読まれてないかも
- [ ] Nemo のヘッダーのとこの見た目が変
- [ ] Nemo の背景が重い
- [ ] sitemap の比較、dev が含まれてないことを確認
- [ ] ニュースの RSS?
- [ ] iOS の chrome でスマホ画面でのソングの売り文句が見切れてる
- [ ] iOS の chrome で戻るの挙動がおかしい
- [ ] iOS の Chrome でボイボ寮一覧の背景が追従してきてるかも
- [ ] Bulma の scss が重い
- [ ] canonical URL が以前と一致することを確認
- [ ] Google Analytics の疎通チェック
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,45 @@
"updateMarkdown": "tsx ./src/tools/updateMarkdown.mts"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/partytown": "2.1.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@eslint/js": "9.15.0",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@nanostores/react": "0.8.0",
"@playwright/test": "1.49.0",
"@types/gtag.js": "0.0.20",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/semver": "7.5.8",
"@typescript-eslint/parser": "8.15.0",
"astro": "4.16.10",
"astro-seo": "0.8.4",
"bulma": "1.0.2",
"cross-env": "7.0.3",
"eslint": "9.15.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"gh-pages": "6.2.0",
"nanostores": "0.11.3",
"playwright": "1.49.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.80.6",
"semver": "7.6.3",
"sharp": "0.33.5",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"zod": "3.23.8"
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@eslint/js": "^9.15.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nanostores/react": "^0.8.0",
"@playwright/test": "^1.49.0",
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^8.16.0",
"astro": "^4.16.15",
"astro-seo": "^0.8.4",
"bulma": "^1.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.15.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"gh-pages": "^6.2.0",
"nanostores": "^0.11.3",
"playwright": "^1.49.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"semver": "^7.6.3",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"zod": "^3.23.8"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit a5d92d2

Please sign in to comment.