Skip to content

Commit

Permalink
remove expo-based logo
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Oct 2, 2024
1 parent 2032f3d commit 6033977
Show file tree
Hide file tree
Showing 11 changed files with 7,361 additions and 4,399 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.png
*.ttf
*.txt
*.ico
.editorconfig
.env
.gitignore
Expand Down
26 changes: 13 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"format": "prettier --write . --list-different"
},
"dependencies": {
"@algolia/client-search": "^4.20.0",
"@astrojs/check": "^0.3.1",
"@algolia/client-search": "^4.22.0",
"@astrojs/check": "^0.3.2",
"@astrojs/mdx": "^1.1.5",
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.5",
"@astrojs/react": "^3.0.7",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/vercel": "^5.2.0",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
Expand All @@ -29,34 +29,34 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@resvg/resvg-js": "^2.6.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.6.2",
"astro": "^3.5.5",
"astro": "^3.6.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"github-slugger": "^2.0.0",
"lucide-react": "^0.295.0",
"preact": "^10.19.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"preact": "^10.19.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-code-titles": "^0.1.2",
"satori": "^0.10.11",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"treeify": "^1.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"@types/treeify": "^1.0.3",
"html-escaper": "^3.0.3",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2"
}
}
Loading

0 comments on commit 6033977

Please sign in to comment.