Skip to content

Commit

Permalink
イキスギ
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Sep 8, 2024
1 parent d5f31ce commit 91b6a99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"version": "2.0.4",
"dependencies": {
"katex": "0.16.11",
"solid-js": "1.8.18"
"solid-js": "1.8.22"
},
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/mdx": "3.1.2",
"@astrojs/solid-js": "4.4.0",
"astro": "4.11.3",
"@astrojs/check": "0.9.3",
"@astrojs/mdx": "3.1.5",
"@astrojs/solid-js": "4.4.1",
"astro": "4.15.4",
"badgen": "3.2.3",
"js-beautify": "1.15.1",
"lightningcss": "1.25.1",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"lightningcss": "1.26.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-organize-imports": "4.0.0",
"rehype-katex": "7.0.0",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/components/YO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default function YO() {
年において,山Dは
{delta() < 0 ? (
<>まだ生まれていません。</>
) : year() == 114514 ? (
<>イキスギです。</>
) : (
<>
<strong>{delta()}</strong>歳です。
Expand Down

0 comments on commit 91b6a99

Please sign in to comment.