Correcting version conflicts

This commit is contained in:
2026-01-14 11:46:28 +06:00
parent 3c541a2ba5
commit dcdf46116f
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vscode/

View File

@@ -3,15 +3,15 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@types/node": "^20.10.0", "@types/node": "^16.18.0",
"@types/react": "^18.2.45", "@types/react": "^18.0.0",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.0.0",
"axios": "^1.6.2", "axios": "^1.6.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.21.0", "react-router-dom": "^6.21.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"typescript": "^5.3.3" "typescript": "^4.9.5"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",