ImageUploader

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1fb10d043ab483cf4390909dd95c5dc891821f4b
parent 93fd9ac5726ac6a98d32129e84982892edd37800
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Tue, 28 Jan 2025 16:22:59 +0900

Merge pull request #2 from minerva-jupiter/dev

update dependence
Diffstat:
Mbun.lockb | 0
Mpackage.json | 16++++++++--------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bun.lockb b/bun.lockb Binary files differ. diff --git a/package.json b/package.json @@ -12,21 +12,21 @@ "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.2.1", - "@mui/material": "^6.2.1", - "@mui/material-nextjs": "^6.2.1", - "next": "15.1.1", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", + "@mui/material-nextjs": "^6.3.1", + "next": "15.1.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-dropzone": "^14.3.5" }, "devDependencies": { - "@types/node": "^22.10.2", - "@types/react": "^19.0.2", + "@types/node": "^22.10.5", + "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", "eslint": "^9.17.0", - "eslint-config-next": "15.1.1", + "eslint-config-next": "15.1.3", "typescript": "^5.7.2" }, - "packageManager": "pnpm@9.15.0" + "packageManager": "pnpm@9.15.3" }