Update dependencies

This commit is contained in:
Timothy Pidashev
2025-01-23 09:18:41 -08:00
parent 8bb28cffa6
commit 3c067b6c49
3 changed files with 227 additions and 465 deletions

View File

@@ -24,4 +24,4 @@ RUN echo "PUBLIC_VERSION=${CONTAINER_WEB_VERSION}" > /app/.env && \
EXPOSE 3000 EXPOSE 3000
CMD ["pnpm", "install", "&&", "pnpm", "run", "dev"] CMD ["pnpm", "run", "dev"]

View File

@@ -8,16 +8,16 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^4.1.2", "@astrojs/react": "^4.1.6",
"@astrojs/tailwind": "^5.1.4", "@astrojs/tailwind": "^5.1.5",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.16",
"@types/react": "^18.3.12", "@types/react": "^18.3.18",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.5",
"astro": "^5.1.2", "astro": "^5.1.9",
"tailwindcss": "^3.4.15" "tailwindcss": "^3.4.17"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.3", "@astrojs/mdx": "^4.0.7",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.468.0",
"react": "^18.3.1", "react": "^18.3.1",

674
src/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff