Skip to content

Commit

Permalink
chore: Update Next, React, Mui (#4)
Browse files Browse the repository at this point in the history
* feat: Updated React, MUI, Next

* feat: Updated dockerfile node version to lts

* feat: Updated React, MUI, Next

* feat: Updated dockerfile node version to lts
  • Loading branch information
Adam Liang authored Feb 13, 2024
1 parent 31bdc32 commit deaba2f
Show file tree
Hide file tree
Showing 9 changed files with 1,422 additions and 10,828 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.2.1-alpine
FROM node:lts-alpine3.18

WORKDIR /app

Expand Down
5 changes: 4 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading

0 comments on commit deaba2f

Please sign in to comment.