Skip to content

Commit

Permalink
chore: bump remix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
meienberger committed Oct 3, 2024
1 parent 19eff61 commit fcb2b62
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 42 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN pnpm install -r --prefer-offline
COPY ./app ./app
COPY ./tsconfig.json ./tsconfig.json
COPY ./vite.config.ts ./vite.config.ts
COPY ./public ./public
COPY ./tailwind.config.ts ./tailwind.config.ts
COPY ./postcss.config.js ./postcss.config.js
COPY ./components.json ./components.json
Expand All @@ -35,7 +34,6 @@ ENV NODE_ENV production

WORKDIR /app


COPY --from=builder /app/build ./build
COPY --from=builder /app/package.json ./package.json

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dev": "remix vite:dev",
"build": "npx remix vite:build",
"start": "npx remix-serve ./build/server/index.js",
"tsc": "tsc --noEmit"
"tsc": "tsc --noEmit",
"prod": "docker compose up"
},
"keywords": [],
"author": "",
Expand All @@ -19,9 +20,9 @@
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@remix-run/node": "^2.11.2",
"@remix-run/react": "^2.11.2",
"@remix-run/serve": "^2.11.2",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"@tabler/icons-react": "^3.14.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down
125 changes: 89 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcb2b62

Please sign in to comment.