ImageUploader

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

commit 24cfbae4d10d0575cd77fd9313c53f45c5e08673
parent 717cb1106210478f3bcf3e8c0c8314c98295e26b
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Thu, 25 Jul 2024 21:28:57 +0900

update dependence

Diffstat:
Mbun.lockb | 0
Mpackage.json | 18+++++++++---------
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bun.lockb b/bun.lockb Binary files differ. diff --git a/package.json b/package.json @@ -9,24 +9,24 @@ "lint": "next lint" }, "dependencies": { - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.16.2", - "@mui/material": "^5.16.2", - "@mui/material-nextjs": "^5.16.2", + "@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", "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-dropzone": "^14.2.3" }, "devDependencies": { - "@types/node": "^20.14.10", + "@types/node": "^20.14.12", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^9.7.0", "eslint-config-next": "14.2.5", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, - "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" + "packageManager": "pnpm@9.6.0" }