chore: merge develop into main #9

Merged
nakada0907 merged 4 commits from develop into main 2026-02-01 07:31:54 +00:00
2 changed files with 585 additions and 899 deletions
Showing only changes of commit da68579089 - Show all commits

1463
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,21 +10,22 @@
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@astrojs/rss": "^4.0.14",
"astro": "^5.7.5",
"preact": "^10.28.0"
"@astrojs/rss": "^4.0.15",
"astro": "^5.17.1",
"preact": "^10.28.3"
},
"devDependencies": {
"@astrojs/language-server": "^2.16.2",
"@astrojs/language-server": "^2.13.4",
"@astrojs/ts-plugin": "^1.10.6",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"typescript": "^5.9.3",
"typescript-language-server": "^5.1.3",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-astro": "^1.5.0",
"astro-eslint-parser": "^1.2.2",
"vscode-langservers-extracted": "^4.10.0"
}
}