chore: up to 1.1 with npm updated packages

This commit is contained in:
Morph01
2024-11-05 21:11:44 +01:00
parent 9c9860c80e
commit 1f650249a3
3 changed files with 3705 additions and 4122 deletions

View File

@@ -1,4 +1,4 @@
# Getting Started with Create React App # Getting Started with Create React App on my Portfolio 😎
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

7821
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "portfolio", "name": "portfolio",
"version": "0.1.0", "version": "0.1.1",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=12.x" "node": ">=12.x"
@@ -10,7 +10,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.22.0", "react-router-dom": "^6.22.0",
"react-scripts": "^3.0.1", "react-scripts": "^5.0.1",
"react-scroll": "^1.8.9", "react-scroll": "^1.8.9",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },