npm update
This commit is contained in:
Generated
+6381
-17581
File diff suppressed because it is too large
Load Diff
+16
-14
@@ -4,20 +4,22 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mui/icons-material": "^5.6.2",
|
"@emotion/react": "^11.11.4",
|
||||||
"@mui/material": "^5.6.4",
|
"@emotion/styled": "^11.11.5",
|
||||||
"@mui/styles": "^5.6.2",
|
"@mui/icons-material": "^5.15.17",
|
||||||
"@testing-library/jest-dom": "^5.16.4",
|
"@mui/material": "^5.15.17",
|
||||||
"@testing-library/react": "^13.2.0",
|
"@mui/styles": "^5.15.17",
|
||||||
"@testing-library/user-event": "^14.1.1",
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
"react": "^18.1.0",
|
"@testing-library/react": "^15.0.7",
|
||||||
"react-dom": "^18.1.0",
|
"@testing-library/user-event": "^14.5.2",
|
||||||
"react-router-dom": "^6.3.0",
|
"react": "^18.3.1",
|
||||||
|
"react-dom": "^18.3.1",
|
||||||
|
"react-router-dom": "^6.23.1",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"react-spring": "^9.4.4",
|
"react-spring": "^9.7.3",
|
||||||
"styled-components": "^5.3.5",
|
"styled-components": "^6.1.11",
|
||||||
"vanilla-tilt": "^1.7.2",
|
"vanilla-tilt": "^1.8.1",
|
||||||
"web-vitals": "^2.1.4"
|
"web-vitals": "^3.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
@@ -46,7 +48,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"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.",
|
"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",
|
"main": "index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user