Skip to content

Commit 148a531

Browse files
authored
chore: upgrade demo and fixtures to v18 stable (#129)
and swap the v18 fixture for a v17 fixture
1 parent 7ddc7bc commit 148a531

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+15080
-37618
lines changed

demo.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('edge function config', async () => {
1010
'/favicon.ico',
1111
'/heroes/index.html',
1212
'/index.csr.html',
13-
'/main-3US5B27T.js',
13+
'/main-QDJU6U55.js',
1414
'/polyfills-RX4V3J3S.js',
1515
'/styles-5INURTSO.css',
1616
'/dashboard',

demo/package-lock.json

Lines changed: 131 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^18.0.0-rc.3",
15-
"@angular/common": "^18.0.0-rc.3",
16-
"@angular/compiler": "^18.0.0-rc.3",
17-
"@angular/core": "^18.0.0-rc.3",
18-
"@angular/forms": "^18.0.0-rc.3",
19-
"@angular/platform-browser": "^18.0.0-rc.3",
20-
"@angular/platform-browser-dynamic": "^18.0.0-rc.3",
21-
"@angular/platform-server": "^18.0.0-rc.3",
22-
"@angular/router": "^18.0.0-rc.3",
23-
"@angular/ssr": "^18.0.0-rc.3",
14+
"@angular/animations": "^18.0.1",
15+
"@angular/common": "^18.0.1",
16+
"@angular/compiler": "^18.0.1",
17+
"@angular/core": "^18.0.1",
18+
"@angular/forms": "^18.0.1",
19+
"@angular/platform-browser": "^18.0.1",
20+
"@angular/platform-browser-dynamic": "^18.0.1",
21+
"@angular/platform-server": "^18.0.1",
22+
"@angular/router": "^18.0.1",
23+
"@angular/ssr": "^18.0.2",
2424
"@netlify/angular-runtime": "file:..",
2525
"@netlify/edge-functions": "^2.8.1",
2626
"express": "^4.18.2",
@@ -29,9 +29,9 @@
2929
"zone.js": "^0.14.3"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^18.0.0-rc.3",
33-
"@angular/cli": "^18.0.0-rc.3",
34-
"@angular/compiler-cli": "^18.0.0-rc.3",
32+
"@angular-devkit/build-angular": "^18.0.2",
33+
"@angular/cli": "^18.0.2",
34+
"@angular/compiler-cli": "^18.0.1",
3535
"@types/express": "^4.17.21",
3636
"@types/jasmine": "~5.1.0",
3737
"@types/node": "^18.19.13",
@@ -43,4 +43,4 @@
4343
"karma-jasmine-html-reporter": "~2.1.0",
4444
"typescript": "~5.4.5"
4545
}
46-
}
46+
}

demo/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"esModuleInterop": true,
1313
"sourceMap": true,
1414
"declaration": false,
15-
"downlevelIteration": true,
1615
"experimentalDecorators": true,
1716
"moduleResolution": "node",
1817
"importHelpers": true,

0 commit comments

Comments
 (0)