Skip to content

Commit

Permalink
feat: migrate to sharp and upgrade astro deps (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa authored Oct 17, 2024
1 parent d3ed22d commit 89ba41d
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 843 deletions.
5 changes: 1 addition & 4 deletions apps/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ import react from "@astrojs/react";
import starlight from "@astrojs/starlight";
import tailwind from "@astrojs/tailwind";
import playformCompress from "@playform/compress";
import { defineConfig, squooshImageService } from "astro/config";
import { defineConfig } from "astro/config";
import starlightOpenAPI, { openAPISidebarGroups } from "starlight-openapi";
import { FileSystemIconLoader } from "unplugin-icons/loaders";
import Icons from "unplugin-icons/vite";

// https://astro.build/config
export default defineConfig({
site: "https://blockchain-italia.github.io",
image: {
service: squooshImageService(),
},
integrations: [
starlight({
title: "Folks Router",
Expand Down
14 changes: 7 additions & 7 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.26.2",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/poppins": "^5.0.8",
"@playform/compress": "^0.0.13",
"@playform/compress": "^0.1.4",
"@tanstack/react-query": "^5.21.7",
"@tanstack/react-query-devtools": "^5.21.7",
"@tremor/react": "^3.8.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.15.2",
"astro-compress": "^2.3.1",
"astro": "^4.16.5",
"astro-seo": "^0.8.4",
"clsx": "^2.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"jotai": "^2.4.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.33.5",
"shiki": "^0.14.4",
"spin-delay": "^1.2.0",
"starlight-openapi": "^0.7.0",
"starlight-openapi": "^0.8.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"ts-pattern": "^5.0.5"
Expand All @@ -52,7 +52,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down
Loading

0 comments on commit 89ba41d

Please sign in to comment.