CSV2ics

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

commit 6f90219e3735a799467947e5847640aa1d3a779a
parent 3d0ffb6e14a642ee2f1274fd1a056d0ec23b7495
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Wed,  1 May 2024 23:06:39 +0900

update dependence

Diffstat:
Mpackage.json | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/package.json b/package.json @@ -6,18 +6,18 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.15", - "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^13.5.0", - "@types/jest": "^27.5.2", - "@types/node": "^16.18.96", - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "@testing-library/jest-dom": "^6.4.2", + "@testing-library/react": "^15.0.5", + "@testing-library/user-event": "^14.5.2", + "@types/jest": "^29.5.12", + "@types/node": "^20.12.7", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-scripts": "^5.0.1", - "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "typescript": "^5.4.5", + "web-vitals": "^3.5.2" }, "scripts": { "start": "react-scripts start",