Skip to content

Commit 23efcee

Browse files
committed
feat: make the landing thingy fancy
1 parent 967d777 commit 23efcee

File tree

6 files changed

+2239
-1863
lines changed

6 files changed

+2239
-1863
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "3.1.17"
3+
version = "3.1.18"
44
edition = "2024"
55

66
[dependencies]

apps/frontend/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,43 @@
1111
"types:api": "pnpm dlx openapi-typescript http://localhost:8000/openapi.json -o ./src/types/openapi.ts"
1212
},
1313
"dependencies": {
14-
"@igorkowalczyk/is-browser": "^5.1.0",
15-
"@nuxt/content": "^3.9.0",
14+
"@igorkowalczyk/is-browser": "^5.1.1",
15+
"@nuxt/content": "^3.11.2",
1616
"@nuxt/fonts": "^0.11.4",
17-
"@nuxt/icon": "^2.1.0",
17+
"@nuxt/icon": "^2.2.1",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "^0.12.2",
2020
"@nuxtjs/mdc": "^0.18.4",
2121
"@nuxtjs/plausible": "^2.0.1",
22-
"@nuxtjs/sitemap": "^7.4.9",
22+
"@nuxtjs/sitemap": "^7.6.0",
2323
"@nuxtjs/turnstile": "^1.1.1",
24-
"@tailwindcss/vite": "^4.1.17",
24+
"@tailwindcss/vite": "^4.1.18",
2525
"@types/file-saver": "^2.0.7",
2626
"@types/qrcode": "^1.5.6",
27-
"@unhead/vue": "^2.0.19",
27+
"@unhead/vue": "^2.1.4",
2828
"@vueuse/core": "^13.9.0",
29-
"@vueuse/nuxt": "^14.1.0",
30-
"better-sqlite3": "^12.5.0",
29+
"@vueuse/nuxt": "^14.2.1",
30+
"better-sqlite3": "^12.6.2",
3131
"debug": "^4.4.3",
3232
"file-saver": "^2.0.5",
33-
"nuxt": "^4.2.2",
34-
"nuxt-og-image": "^5.1.12",
35-
"nuxt-site-config": "^3.2.11",
33+
"nuxt": "^4.3.1",
34+
"nuxt-og-image": "^5.1.13",
35+
"nuxt-site-config": "^3.2.19",
3636
"qrcode": "^1.5.4",
37-
"tailwindcss": "^4.1.17",
38-
"ufo": "^1.6.1",
39-
"unstorage": "^1.17.3",
40-
"vue": "^3.5.25",
37+
"tailwindcss": "^4.1.18",
38+
"ufo": "^1.6.3",
39+
"unstorage": "^1.17.4",
40+
"vue": "^3.5.28",
4141
"vue-router": "^4.6.4"
4242
},
4343
"devDependencies": {
44-
"@iconify-json/lucide": "^1.2.80",
44+
"@iconify-json/lucide": "^1.2.90",
4545
"@iconify-json/memory": "^1.2.2",
4646
"@iconify-json/pixelarticons": "^1.2.2",
47-
"prettier": "^3.7.4",
47+
"prettier": "^3.8.1",
4848
"prettier-plugin-tailwindcss": "^0.6.14",
4949
"typescript": "^5.9.3",
50-
"vue-tsc": "^3.1.8"
50+
"vue-tsc": "^3.2.4"
5151
},
5252
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
5353
}

0 commit comments

Comments
 (0)