ImageUploader

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

commit 2843e1b030d29696c37e77560e23223f36b7208d
parent 1def7b3813876184a0b23fbd62802fb26d79472b
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Sun, 11 Aug 2024 11:30:06 +0900

update dependence

Diffstat:
Mbun.lockb | 0
Mpackage.json | 12++++++------
2 files changed, 6 insertions(+), 6 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.13.1", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "@mui/icons-material": "^5.16.5", - "@mui/material": "^5.16.5", - "@mui/material-nextjs": "^5.16.4", + "@mui/icons-material": "^5.16.7", + "@mui/material": "^5.16.7", + "@mui/material-nextjs": "^5.16.6", "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-dropzone": "^14.2.3" }, "devDependencies": { - "@types/node": "^20.14.12", + "@types/node": "^22.2.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "eslint": "^9.8.0", + "eslint": "^9.9.0", "eslint-config-next": "14.2.5", "typescript": "^5.5.4" }, - "packageManager": "pnpm@9.6.0" + "packageManager": "pnpm@9.7.0" }