Skip to content

Commit a6855ac

Browse files
JovannMCEirenliel
andauthored
General website updates (#31)
* feat: new slimes * feat: add sidequest, update android to play store * feat: random number of shinies * feat: trademark page * chore: update sitemap * chore: update packages locked tailwindcss@3.4.17 (ssr/import issue with tailwindcss-animated) & @solidjs/start@1.0.11 (unmet peer dependency with vinxi on 1.1+) * fix: download link on non-root pages (#25) * fix: code review comments, optimization * fix: footer download link * remove ios download ios builds are in a state where it's not worth advertising they are compatible. will hopefully be better soon & be re-added to site * Minor changes to tm notice --------- Co-authored-by: Eiren Rain <Eirenliel@users.noreply.github.com>
1 parent 0bafaab commit a6855ac

File tree

15 files changed

+1905
-1761
lines changed

15 files changed

+1905
-1761
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"serve": "npx serve .output/public"
99
},
1010
"dependencies": {
11-
"@solid-primitives/i18n": "^2.1.1",
12-
"@solid-primitives/media": "^2.2.9",
13-
"@solid-primitives/storage": "^4.2.1",
11+
"@solid-primitives/i18n": "^2.2.1",
12+
"@solid-primitives/media": "^2.3.3",
13+
"@solid-primitives/storage": "^4.3.3",
1414
"@solidjs/meta": "^0.29.4",
15-
"@solidjs/router": "^0.15.0",
16-
"@solidjs/start": "^1.0.10",
17-
"@tailwindcss/forms": "^0.5.9",
18-
"autoprefixer": "^10.4.19",
15+
"@solidjs/router": "^0.15.4",
16+
"@solidjs/start": "1.0.11",
17+
"@tailwindcss/forms": "^0.5.11",
18+
"autoprefixer": "^10.4.23",
1919
"clsx": "^2.1.1",
20-
"overlayscrollbars": "^2.11.5",
21-
"postcss": "^8.4.38",
20+
"overlayscrollbars": "^2.13.0",
21+
"postcss": "^8.5.6",
2222
"rand-seed": "^3.0.0",
2323
"remark-gfm": "3.0.0",
24-
"solid-js": "^1.9.2",
24+
"solid-js": "^1.9.10",
2525
"solid-markdown": "2.0.12",
26-
"tailwindcss": "^3.4.3",
26+
"tailwindcss": "3.4.17",
2727
"tailwindcss-animated": "^1.1.2",
2828
"typescript-event-target": "^1.1.1",
2929
"vinxi": "^0.4.3"
@@ -32,8 +32,8 @@
3232
"node": ">=18"
3333
},
3434
"devDependencies": {
35-
"@tailwindcss/typography": "^0.5.15",
36-
"prettier": "^3.4.2"
35+
"@tailwindcss/typography": "^0.5.19",
36+
"prettier": "^3.7.4"
3737
},
38-
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
38+
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
3939
}

0 commit comments

Comments
 (0)