spotify-manager-web/package.json
snyk-bot 65a74a2a0c
fix: upgrade react from 19.0.0 to 19.1.0
Snyk has created this PR to upgrade react from 19.0.0 to 19.1.0.

See this package in npm:
react

See this project in Snyk:
https://app.snyk.io/org/20kaushik02/project/05ddc2f1-1869-44a0-9cd3-20373c986b7c?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-23 04:53:28 +00:00

69 lines
1.6 KiB
JSON

{
"name": "spotify-manager-web",
"version": "0.1.0",
"description": "Frontend for spotify-manager",
"exports": "./src/index.tsx",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/20kaushik02/spotify-manager-web.git"
},
"license": "MIT",
"author": "Kaushik Ravishankar <rknarayan02@gmail.com>",
"bugs": {
"url": "https://github.com/20kaushik02/spotify-manager-web/issues"
},
"homepage": "https://spotify-manager.knravish.me",
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@xyflow/react": "^12.4.4",
"axios": "^1.8.4",
"react": "^19.1.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.4.0",
"react-toastify": "^11.0.5",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"react-scripts": "^5.0.1",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0"
},
"overrides": {
"react-scripts": {
"typescript": "^5.7.2"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}