Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,406 changes: 2,075 additions & 2,331 deletions angular/my-awesome-app/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions angular/my-awesome-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/forms": "^19.2.1",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.2.1",
"@angular/router": "^19.2.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@angular-devkit/build-angular": "^19.2.1",
"@angular/cli": "^19.2.1",
"@angular/compiler-cli": "^19.2.1",
"@types/jasmine": "~5.1.0",
"cypress": "^14.0.0",
"cypress": "^14.1.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
939 changes: 531 additions & 408 deletions react/my-awesome-app/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions react/my-awesome-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^14.0.0",
"globals": "^15.12.0",
"vite": "^6.0.1"
"cypress": "^14.1.0",
"globals": "^15.15.0",
"vite": "^6.2.1"
}
}
Loading