Skip to content

chore: fully upgrade demo and fixtures to v18 stable #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024
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
2 changes: 1 addition & 1 deletion demo.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('edge function config', async () => {
'/favicon.ico',
'/heroes/index.html',
'/index.csr.html',
'/main-3US5B27T.js',
'/main-QDJU6U55.js',
'/polyfills-RX4V3J3S.js',
'/styles-5INURTSO.css',
'/dashboard',
Expand Down
262 changes: 131 additions & 131 deletions demo/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 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": "^18.0.0-rc.3",
"@angular/common": "^18.0.0-rc.3",
"@angular/compiler": "^18.0.0-rc.3",
"@angular/core": "^18.0.0-rc.3",
"@angular/forms": "^18.0.0-rc.3",
"@angular/platform-browser": "^18.0.0-rc.3",
"@angular/platform-browser-dynamic": "^18.0.0-rc.3",
"@angular/platform-server": "^18.0.0-rc.3",
"@angular/router": "^18.0.0-rc.3",
"@angular/ssr": "^18.0.0-rc.3",
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/platform-server": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/ssr": "^18.0.2",
"@netlify/angular-runtime": "file:..",
"@netlify/edge-functions": "^2.8.1",
"express": "^4.18.2",
Expand All @@ -29,9 +29,9 @@
"zone.js": "^0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0-rc.3",
"@angular/cli": "^18.0.0-rc.3",
"@angular/compiler-cli": "^18.0.0-rc.3",
"@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.19.13",
Expand All @@ -43,4 +43,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.5"
}
}
}
1 change: 0 additions & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
Expand Down
Loading