package updates

This commit is contained in:
Kaushik Narayan R 2025-03-21 20:56:18 -07:00
parent 7c24ebdcfb
commit 7a55a3d751
3 changed files with 1809 additions and 416 deletions

1
.env.production Normal file
View File

@ -0,0 +1 @@
REACT_APP_API_BASE_URL = "https://api.spotify-manager.knravish.me"

2209
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,19 +20,18 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@xyflow/react": "^12.3.6",
"axios": "^1.7.9",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@xyflow/react": "^12.4.4",
"axios": "^1.8.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.1",
"react-toastify": "^11.0.2",
"react-icons": "^5.5.0",
"react-router-dom": "^7.4.0",
"react-toastify": "^11.0.5",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"react-scripts": "^5.0.1",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0"