Skip to content

Commit 63e18ca

Browse files
fix(deps): update angular monorepo (#3971)
1 parent 06cf6c4 commit 63e18ca

File tree

10 files changed

+424
-510
lines changed

10 files changed

+424
-510
lines changed

angular-universal-ssr/client-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"rxjs": "^7.8.0",
2626
"serve": "^14.2.0",
2727
"tslib": "^2.5.0",
28-
"zone.js": "~0.12.0"
28+
"zone.js": "~0.14.0"
2929
},
3030
"devDependencies": {
3131
"@ngtools/webpack": "15.2.11",
3232
"@angular-devkit/build-angular": "15.2.10",
3333
"@angular/cli": "15.2.10",
34-
"@angular/compiler-cli": "15.1.2",
34+
"@angular/compiler-cli": "15.2.10",
3535
"@types/node": "18.19.33",
3636
"clean-webpack-plugin": "4.0.0",
3737
"html-webpack-plugin": "5.6.0",

angular-universal-ssr/host-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"express": "^4.17.3",
3030
"rxjs": "^7.8.0",
3131
"tslib": "^2.5.0",
32-
"zone.js": "~0.12.0"
32+
"zone.js": "~0.14.0"
3333
},
3434
"devDependencies": {
3535
"@angular-devkit/build-angular": "15.2.10",
3636
"@angular/cli": "15.2.10",
37-
"@angular/compiler-cli": "15.1.2",
37+
"@angular/compiler-cli": "15.2.10",
3838
"@ngtools/webpack": "15.2.11",
3939
"@nguniversal/builders": "15.2.1",
4040
"clean-webpack-plugin": "4.0.0",

angular11-microfrontends-ngrx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bootstrap": "^4.5.3",
3333
"rxjs": "~6.6.0",
3434
"tslib": "^2.0.0",
35-
"zone.js": "~0.11.0"
35+
"zone.js": "~0.14.0"
3636
},
3737
"devDependencies": {
3838
"@angular-builders/custom-webpack": "10.0.1",

angular11-microfrontends-ngxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"bootstrap": "^4.5.3",
3232
"rxjs": "~6.6.0",
3333
"tslib": "^2.0.0",
34-
"zone.js": "~0.11.0"
34+
"zone.js": "~0.14.0"
3535
},
3636
"devDependencies": {
3737
"@angular-builders/custom-webpack": "10.0.1",

angular14-react/angular-profile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"rxjs": "~7.5.0",
2828
"tslib": "^2.3.0",
2929
"webpack": "5.91.0",
30-
"zone.js": "~0.11.4"
30+
"zone.js": "~0.14.0"
3131
},
3232
"devDependencies": {
3333
"@angular-devkit/build-angular": "14.2.13",
3434
"@angular/cli": "14.2.13",
35-
"@angular/compiler-cli": "14.2.12",
35+
"@angular/compiler-cli": "14.3.0",
3636
"@ngxs/devtools-plugin": "3.8.2",
3737
"@types/jasmine": "4.6.4",
3838
"@types/react": "18.2.64",

angular14-react/pnpm-lock.yaml

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

angular15-microfrontends-lazy-components/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"e2e:ci": "pnpm build:shared && pnpm start:shell & wait-on http-get://localhost:4200/ && pnpm start:profile & wait-on http-get://localhost:4201/ && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
1717
},
1818
"dependencies": {
19-
"@angular/animations": "15.0.4",
20-
"@angular/common": "15.0.4",
21-
"@angular/compiler": "15.0.4",
22-
"@angular/core": "15.0.4",
23-
"@angular/forms": "15.0.4",
24-
"@angular/platform-browser": "15.0.4",
25-
"@angular/platform-browser-dynamic": "15.0.4",
26-
"@angular/router": "15.0.4",
19+
"@angular/animations": "15.2.10",
20+
"@angular/common": "15.2.10",
21+
"@angular/compiler": "15.2.10",
22+
"@angular/core": "15.2.10",
23+
"@angular/forms": "15.2.10",
24+
"@angular/platform-browser": "15.2.10",
25+
"@angular/platform-browser-dynamic": "15.2.10",
26+
"@angular/router": "15.2.10",
2727
"@ngxs/store": "3.8.2",
2828
"bootstrap": "^4.5.3",
2929
"rxjs": "~6.6.0",
3030
"tslib": "^2.0.0",
31-
"zone.js": "~0.11.0"
31+
"zone.js": "~0.14.0"
3232
},
3333
"devDependencies": {
3434
"@angular-builders/custom-webpack": "14.1.0",
3535
"@angular-devkit/build-angular": "15.2.10",
3636
"@angular/cli": "14.2.13",
37-
"@angular/compiler-cli": "15.0.4",
37+
"@angular/compiler-cli": "15.2.10",
3838
"@types/jasmine": "4.6.4",
3939
"@types/jasminewd2": "2.0.13",
4040
"@types/node": "12.20.55",

angular15-microfrontends-lazy-components/projects/mdmf-shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "mdmf-shared4",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "13.3.11",
6-
"@angular/core": "13.3.11",
5+
"@angular/common": "13.4.0",
6+
"@angular/core": "13.4.0",
77
"@ngxs/store": "3.8.2"
88
},
99
"dependencies": {

angular15-vue3/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"e2e:ci": "node e2e.ci.js"
1616
},
1717
"dependencies": {
18-
"@angular/animations": "15.0.4",
19-
"@angular/common": "15.0.4",
20-
"@angular/compiler": "15.0.4",
21-
"@angular/core": "15.0.4",
22-
"@angular/forms": "15.0.4",
23-
"@angular/platform-browser": "15.0.4",
24-
"@angular/platform-browser-dynamic": "15.0.4",
25-
"@angular/router": "15.0.4",
18+
"@angular/animations": "15.2.10",
19+
"@angular/common": "15.2.10",
20+
"@angular/compiler": "15.2.10",
21+
"@angular/core": "15.2.10",
22+
"@angular/forms": "15.2.10",
23+
"@angular/platform-browser": "15.2.10",
24+
"@angular/platform-browser-dynamic": "15.2.10",
25+
"@angular/router": "15.2.10",
2626
"@ngxs/store": "3.8.2",
2727
"bootstrap": "^4.5.3",
2828
"rxjs": "~6.6.0",
2929
"tslib": "^2.0.0",
30-
"zone.js": "~0.11.0"
30+
"zone.js": "~0.14.0"
3131
},
3232
"devDependencies": {
3333
"@angular-builders/custom-webpack": "14.1.0",
3434
"@angular-devkit/build-angular": "15.2.10",
3535
"@angular/cli": "14.2.13",
36-
"@angular/compiler-cli": "15.0.4",
36+
"@angular/compiler-cli": "15.2.10",
3737
"@types/jasmine": "4.6.4",
3838
"@types/jasminewd2": "2.0.13",
3939
"@types/node": "12.20.55",

0 commit comments

Comments
 (0)