This is a Sample Report
See how DepFixer analyzes your dependencies
Sample Angular Migration Analysis
package.json - Example analysis showing typical migration issues
🅰️v15.0.0→v18.0.0
11packages to migrate
Migration
Critical4
High3
Medium2
Low2
Deprecated1
Healthy21
🅰️
Angular
Migration
v15.0.0→v18.0.0
32
Packages
2.3s
Analysis Time
Issues & Recommendations
Package.json
Review changes and copy the fixed version
1 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": "^18.0.0",UPDATED
6 "@angular/compiler": "15.0.0",
7 "@angular/core": "15.0.0",
8 "@angular/forms": "15.0.0",
9 "@angular/platform-browser": "15.0.0",
10 "@angular/platform-browser-dynamic": "15.0.0",
11 "@angular/router": "15.0.0",
12 "@angular/material": "^18.0.0",UPDATED
13 "@angular/cdk": "15.0.0",
14 "@ngrx/store": "^18.0.0",UPDATED
15 "@ngrx/effects": "15.4.0",
16 "@ngrx/entity": "15.4.0",
17 "@ng-bootstrap/ng-bootstrap": "^16.0.0",UPDATED
18 "rxjs": "^7.8.1",UPDATED
19 "zone.js": "^0.14.2",UPDATED
20 "tslib": "2.4.1"
21 },
22 "devDependencies": {
23 "@angular-devkit/build-angular": "^18.0.0",UPDATED
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": "^5.1.0",UPDATED
29 "karma": "^6.4.2",UPDATED
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": "^5.4.0",UPDATED
35 "tslint": "6.1.3"
36 }
37},
FIXED
Like What You See?
Upload your own package.json and get a detailed analysis in seconds. No credit card required.