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
912 changes: 528 additions & 384 deletions demo/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.0-rc.2",
"@angular/common": "^20.0.0-rc.2",
"@angular/compiler": "^20.0.0-rc.2",
"@angular/core": "^20.0.0-rc.2",
"@angular/forms": "^20.0.0-rc.2",
"@angular/platform-browser": "^20.0.0-rc.2",
"@angular/platform-browser-dynamic": "^20.0.0-rc.2",
"@angular/platform-server": "^20.0.0-rc.2",
"@angular/router": "^20.0.0-rc.2",
"@angular/ssr": "^20.0.0-rc.3",
"@angular/animations": "^20.1.0-next",
"@angular/common": "^20.1.0-next",
"@angular/compiler": "^20.1.0-next",
"@angular/core": "^20.1.0-next",
"@angular/forms": "^20.1.0-next",
"@angular/platform-browser": "^20.1.0-next",
"@angular/platform-browser-dynamic": "^20.1.0-next",
"@angular/platform-server": "^20.1.0-next",
"@angular/router": "^20.1.0-next",
"@angular/ssr": "^20.1.0-next",
"@netlify/angular-runtime": "file:..",
"@netlify/edge-functions": "^2.12.0",
"express": "^4.21.0",
Expand All @@ -29,9 +29,9 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.0.0-rc.3",
"@angular/cli": "^20.0.0-rc.3",
"@angular/compiler-cli": "^20.0.0-rc.2",
"@angular/build": "^20.1.0-next",
"@angular/cli": "^20.1.0-next",
"@angular/compiler-cli": "^20.1.0-next",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.0",
"@types/node": "^22.0.0",
Expand Down

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions tests/fixtures/angular-19-app-engine/package-lock.json

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions tests/fixtures/angular-19-common-engine/package-lock.json

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions tests/fixtures/angular-19-prerender-false/package-lock.json

Large diffs are not rendered by default.

Loading