commit 93fd9ac5726ac6a98d32129e84982892edd37800
parent 77f2c1a7502608251a2554d47478d033973e8b30
Author: minerva-jupitr <ryouturn@gmail.com>
Date: Thu, 19 Dec 2024 16:45:50 +0900
update dependence
Diffstat:
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/package.json b/package.json
@@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
- "@emotion/cache": "^11.13.1",
- "@emotion/react": "^11.13.3",
- "@emotion/styled": "^11.13.0",
- "@mui/icons-material": "^6.1.1",
- "@mui/material": "^6.1.1",
- "@mui/material-nextjs": "^6.1.1",
- "next": "14.2.14",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-dropzone": "^14.2.3"
+ "@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",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-dropzone": "^14.3.5"
},
"devDependencies": {
- "@types/node": "^22.7.4",
- "@types/react": "^18.3.10",
- "@types/react-dom": "^18.3.0",
- "eslint": "^9.11.1",
- "eslint-config-next": "14.2.14",
- "typescript": "^5.6.2"
+ "@types/node": "^22.10.2",
+ "@types/react": "^19.0.2",
+ "@types/react-dom": "^19.0.2",
+ "eslint": "^9.17.0",
+ "eslint-config-next": "15.1.1",
+ "typescript": "^5.7.2"
},
- "packageManager": "pnpm@9.11.0"
+ "packageManager": "pnpm@9.15.0"
}