Skip to content

Commit b6403b3

Browse files
chore(deps): update angular monorepo
1 parent 9e891cd commit b6403b3

File tree

6 files changed

+117
-111
lines changed

6 files changed

+117
-111
lines changed

demo/package-lock.json

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

tests/fixtures/angular-17/package-lock.json

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

tests/fixtures/application-builder/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.0.1",
14-
"@angular/common": "^18.0.1",
15-
"@angular/compiler": "^18.0.1",
16-
"@angular/core": "^18.0.1",
17-
"@angular/forms": "^18.0.1",
18-
"@angular/platform-browser": "^18.0.1",
19-
"@angular/platform-browser-dynamic": "^18.0.1",
20-
"@angular/router": "^18.0.1",
13+
"@angular/animations": "^18.1.0-next",
14+
"@angular/common": "^18.1.0-next",
15+
"@angular/compiler": "^18.1.0-next",
16+
"@angular/core": "^18.1.0-next",
17+
"@angular/forms": "^18.1.0-next",
18+
"@angular/platform-browser": "^18.1.0-next",
19+
"@angular/platform-browser-dynamic": "^18.1.0-next",
20+
"@angular/router": "^18.1.0-next",
2121
"@netlify/angular-runtime": "file:../../..",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@angular-devkit/build-angular": "^18.0.2",
2828
"@angular/cli": "^18.0.2",
29-
"@angular/compiler-cli": "^18.0.1",
29+
"@angular/compiler-cli": "^18.1.0-next",
3030
"@types/jasmine": "~5.1.0",
3131
"jasmine-core": "~5.1.0",
3232
"karma": "~6.4.0",

tests/fixtures/browser-builder/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.0.1",
14-
"@angular/common": "^18.0.1",
15-
"@angular/compiler": "^18.0.1",
16-
"@angular/core": "^18.0.1",
17-
"@angular/forms": "^18.0.1",
18-
"@angular/platform-browser": "^18.0.1",
19-
"@angular/platform-browser-dynamic": "^18.0.1",
20-
"@angular/router": "^18.0.1",
13+
"@angular/animations": "^18.1.0-next",
14+
"@angular/common": "^18.1.0-next",
15+
"@angular/compiler": "^18.1.0-next",
16+
"@angular/core": "^18.1.0-next",
17+
"@angular/forms": "^18.1.0-next",
18+
"@angular/platform-browser": "^18.1.0-next",
19+
"@angular/platform-browser-dynamic": "^18.1.0-next",
20+
"@angular/router": "^18.1.0-next",
2121
"@netlify/angular-runtime": "file:../../..",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@angular-devkit/build-angular": "^18.0.2",
2828
"@angular/cli": "^18.0.2",
29-
"@angular/compiler-cli": "^18.0.1",
29+
"@angular/compiler-cli": "^18.1.0-next",
3030
"@types/jasmine": "~5.1.0",
3131
"jasmine-core": "~5.1.0",
3232
"karma": "~6.4.0",

tests/fixtures/non-angular-project/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
},
77
"private": true,
88
"dependencies": {
9-
"@angular/animations": "^18.0.1",
10-
"@angular/common": "^18.0.1",
11-
"@angular/compiler": "^18.0.1",
12-
"@angular/core": "^18.0.1",
13-
"@angular/forms": "^18.0.1",
14-
"@angular/platform-browser": "^18.0.1",
15-
"@angular/platform-browser-dynamic": "^18.0.1",
16-
"@angular/platform-server": "^18.0.1",
17-
"@angular/router": "^18.0.1",
9+
"@angular/animations": "^18.1.0-next",
10+
"@angular/common": "^18.1.0-next",
11+
"@angular/compiler": "^18.1.0-next",
12+
"@angular/core": "^18.1.0-next",
13+
"@angular/forms": "^18.1.0-next",
14+
"@angular/platform-browser": "^18.1.0-next",
15+
"@angular/platform-browser-dynamic": "^18.1.0-next",
16+
"@angular/platform-server": "^18.1.0-next",
17+
"@angular/router": "^18.1.0-next",
1818
"@angular/ssr": "^18.0.2",
1919
"@netlify/angular-runtime": "file:../../../"
2020
}

0 commit comments

Comments
 (0)