This is a Sample Report

See how DepFixer analyzes your dependencies

Analyze Your Own Project

Sample Angular Migration Analysis

package.json - Example analysis showing typical migration issues

🅰️v15.0.0v19.2.17
14packages to migrate
Migration
High7
Medium6
Deprecated1
Healthy24
🅰️

Angular

Migration
v15.0.0v19.2.17

37

Packages

2.8s

Analysis Time

Ready to Analyze Your Project?

Get 25 free credits when you sign up

Get Started Free

Issues & Recommendations

Package.json

Review changes and copy the fixed version

2 to remove 10 to update
0{
1 "name": "my-angular-app",
2 "version": "1.0.0",
3 "dependencies": {
4 "@angular/animations": "15.0.0",
5 "@angular/common": "~19.2.18",UPDATED
6 "@angular/compiler": "15.0.0",
7 "@angular/core": "~19.2.18",UPDATED
8 "@angular/forms": "~19.0.0",UPDATED
9 "@angular/platform-browser": "~19.2.18",UPDATED
10 "@angular/platform-browser-dynamic": "15.0.0",
11 "@angular/router": "15.0.0",
12 "@angular/material": "^19.2.19",UPDATED
13 "@angular/cdk": "^19.2.19",UPDATED
14 "@ngrx/store": "^19.2.1",UPDATED
15 "@ngrx/effects": "^19.2.1",UPDATED
16 "@ngrx/entity": "^19.2.1",UPDATED
17 "@ng-bootstrap/ng-bootstrap": "~18.0.0",UPDATED
18 "rxjs": "7.5.0",
19 "zone.js": "0.11.8",
20 "tslib": "2.4.1"
21 },
22 "devDependencies": {
23 "@angular-devkit/build-angular": "15.0.0",
24 "@angular/cli": "15.0.0",
25 "@angular/compiler-cli": "15.0.0",
26 "@types/jasmine": "4.3.1",
27 "@types/node": "18.11.18",
28 "jasmine-core": "4.5.0",
29 "karma": "6.4.1",
30 "karma-chrome-launcher": "3.1.1",
31 "karma-coverage": "2.2.0",
32 "karma-jasmine": "5.1.0",
33 "karma-jasmine-html-reporter": "2.0.0",
34 "typescript": "4.8.4"
35 }
36},
FIXED

Like What You See?

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