Merge branch '6' into 'main'
Этап 6 выполнен See merge request !4
Showing
| ... | ... | @@ -9,15 +9,18 @@ |
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "@reduxjs/toolkit": "^2.8.2", | ||
| "next": "15.3.4", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| "react-dom": "^19.0.0", | ||
| "react-redux": "^9.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "^3", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "@types/react-redux": "^7.1.34", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "15.3.4", | ||
| "prettier": "^3.6.2", | ||
| ... | ... |
public/tripsend.png
0 → 100644
2.92 KB
src/types/TUser.ts
0 → 100644