Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Sep 23, 2024
1 parent ca318d6 commit 9019b1d
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 155 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine AS base
FROM node:22.9.0-alpine AS base

# ==================================================
# Deps-install Layer - only when needed
Expand Down
8 changes: 0 additions & 8 deletions Taskfile.yml

This file was deleted.

5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ volumes:
postgres:

services:
web:
build: .
ports:
- '3000:3000'

db:
image: postgres:12
volumes:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@radix-ui/react-tooltip": "1.1.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.441.0",
"lucide-react": "0.445.0",
"next": "14.2.13",
"next-intl": "3.19.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"valibot": "0.42.0"
"valibot": "0.42.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
Expand All @@ -51,7 +51,7 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"prisma": "5.19.1",
"storybook": "8.3.2",
Expand Down
Loading

0 comments on commit 9019b1d

Please sign in to comment.