Skip to content

Commit

Permalink
Update packages (#65)
Browse files Browse the repository at this point in the history
* Update packages and icons

* Add fonts to cloud

---------

Co-authored-by: Maarten Louage <[email protected]>
  • Loading branch information
Physer and mlouage authored Nov 8, 2024
1 parent 9c97e03 commit b544ce2
Show file tree
Hide file tree
Showing 21 changed files with 1,970 additions and 119 deletions.
10 changes: 5 additions & 5 deletions apps/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xprtz/ui": "link:../../libs/ui",
"astro": "^4.9.2",
"astro": "^4.16.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions apps/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xprtz/ui": "link:../../libs/ui",
"astro": "^4.9.2",
"astro": "^4.16.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3"
Expand Down
Binary file added apps/dotnet/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/dotnet/public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/dotnet/public/favicon.ico
Binary file not shown.
12 changes: 3 additions & 9 deletions apps/dotnet/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions apps/dotnet/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "XPRTZ",
"short_name": "XPRTZ",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added apps/dotnet/public/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/dotnet/public/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/dotnet/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
1 change: 1 addition & 0 deletions apps/dotnet/src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const { title, description } = Astro.props;
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<BaseHead title={title} description={description} />
</head>
<body class="container mx-auto px-4 sm:px-6 lg:px-8">
Expand Down
4 changes: 2 additions & 2 deletions libs/ui/src/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<meta name="generator" content={Astro.generator} />

<!-- Font preloads -->
<link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin />
<link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin />
<link rel="preload" href="/fonts/AtkinsonHyperlegible-Regular.woff2" as="font" type="font/woff" crossorigin />
<link rel="preload" href="/fonts/AtkinsonHyperlegible-Bold.woff2" as="font" type="font/woff" crossorigin />

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
Expand Down
Loading

0 comments on commit b544ce2

Please sign in to comment.