npm update

This commit is contained in:
2024-05-11 23:17:12 +02:00
parent a8ef619397
commit 9ba474fdcf
2 changed files with 6397 additions and 17595 deletions
+16 -14
View File
@@ -4,20 +4,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@mui/styles": "^5.6.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/styles": "^5.15.17",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"react-spring": "^9.4.4",
"styled-components": "^5.3.5",
"vanilla-tilt": "^1.7.2",
"web-vitals": "^2.1.4"
"react-spring": "^9.7.3",
"styled-components": "^6.1.11",
"vanilla-tilt": "^1.8.1",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
@@ -46,7 +48,7 @@
]
},
"devDependencies": {
"gh-pages": "^4.0.0"
"gh-pages": "^6.1.1"
},
"description": "This project is build with React and Material UI, and it holds a collection of projects, best practices, and technologies that I want to explore.",
"main": "index.js",