This is a Sample Report

See how DepFixer analyzes your dependencies

Analyze Your Own Project

Sample React Migration Analysis

package.json - Example analysis showing typical migration issues

⚛️v17.0.2v18.2.0
9packages to migrate
Migration
Critical3
High2
Medium3
Low1
Deprecated1
Healthy15
⚛️

React

Migration
v17.0.2v18.2.0

24

Packages

1.8s

Analysis Time

Ready to Analyze Your Project?

Get 3 free analysis credits when you sign up

Get Started Free

Issues & Recommendations

Package.json

Review changes and copy the fixed version

1 to remove 7 to update
0{
1 "name": "my-react-app",
2 "version": "1.0.0",
3 "dependencies": {
4 "react": "17.0.2",
5 "react-dom": "^18.2.0",UPDATED
6 "react-router-dom": "^6.20.0",UPDATED
7 "redux": "^4.2.1",UPDATED
8 "react-redux": "8.0.5",
9 "@mui/material": "^5.14.18",UPDATED
10 "@mui/icons-material": "5.11.0",
11 "@emotion/react": "11.10.5",
12 "@emotion/styled": "11.10.5",
13 "axios": "1.2.2",
14 "date-fns": "2.29.3",
15 "formik": "2.2.9",
16 "yup": "0.32.11",
17 "react-query": "3.39.3"
18 },
19 "devDependencies": {
20 "@types/react": "^18.2.0",UPDATED
21 "@types/react-dom": "^18.2.0",UPDATED
22 "@testing-library/react": "^14.1.0",UPDATED
23 "@testing-library/jest-dom": "5.16.5",
24 "enzyme-adapter-react-17": "1.0.5",
25 "typescript": "4.9.4",
26 "@types/node": "18.11.18",
27 "jest": "29.3.1",
28 "eslint": "8.31.0"
29 }
30},
FIXED

Like What You See?

Upload your own package.json and get a detailed analysis in seconds. No credit card required.