Skip to content

Commit 502b1a9

Browse files
authoredOct 4, 2022
fix: update angular & angular material to next version (#1171)
1 parent d3a56e5 commit 502b1a9

Some content is hidden

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

57 files changed

+2803
-5909
lines changed
 

Diff for: ‎material.angular.io/.browserslistrc

-17
This file was deleted.

Diff for: ‎material.angular.io/package.json

+20-21
Original file line numberDiff line numberDiff line change
@@ -34,38 +34,37 @@
3434
},
3535
"private": true,
3636
"dependencies": {
37-
"@angular/animations": "^15.0.0-next.0",
38-
"@angular/cdk": "^15.0.0-next.0",
39-
"@angular/cdk-experimental": "^15.0.0-next.0",
40-
"@angular/common": "^15.0.0-next.0",
41-
"@angular/compiler": "^15.0.0-next.0",
42-
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#e4dc811b9dd3ece98df7ce2cfd687e4db5f60329",
43-
"@angular/core": "^15.0.0-next.0",
44-
"@angular/forms": "^15.0.0-next.0",
45-
"@angular/google-maps": "^15.0.0-next.0",
46-
"@angular/localize": "^15.0.0-next.0",
47-
"@angular/material": "^15.0.0-next.0",
48-
"@angular/material-experimental": "^15.0.0-next.0",
49-
"@angular/material-moment-adapter": "^15.0.0-next.0",
50-
"@angular/platform-browser": "^15.0.0-next.0",
51-
"@angular/platform-browser-dynamic": "^15.0.0-next.0",
52-
"@angular/router": "^15.0.0-next.0",
53-
"@angular/youtube-player": "^15.0.0-next.0",
37+
"@angular/animations": "^15.0.0-next.4",
38+
"@angular/cdk": "^15.0.0-next.3",
39+
"@angular/cdk-experimental": "^15.0.0-next.3",
40+
"@angular/common": "^15.0.0-next.4",
41+
"@angular/compiler": "^15.0.0-next.4",
42+
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#aef795ccdeb37f1399c2fa5b03425f426c913dd5",
43+
"@angular/core": "^15.0.0-next.4",
44+
"@angular/forms": "^15.0.0-next.4",
45+
"@angular/google-maps": "^15.0.0-next.3",
46+
"@angular/localize": "^15.0.0-next.4",
47+
"@angular/material": "^15.0.0-next.3",
48+
"@angular/material-experimental": "^15.0.0-next.3",
49+
"@angular/material-moment-adapter": "^15.0.0-next.3",
50+
"@angular/platform-browser": "^15.0.0-next.4",
51+
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
52+
"@angular/router": "^15.0.0-next.4",
53+
"@angular/youtube-player": "^15.0.0-next.3",
5454
"@stackblitz/sdk": "^1.5.2",
55-
"material-components-web": "15.0.0-canary.c363f267b.0",
5655
"moment": "^2.29.1",
5756
"rxjs": "^6.6.7",
5857
"tslib": "^2.3.0",
5958
"zone.js": "~0.11.5"
6059
},
6160
"devDependencies": {
62-
"@angular-devkit/build-angular": "^15.0.0-next.0",
61+
"@angular-devkit/build-angular": "^15.0.0-next.3",
6362
"@angular-eslint/builder": "^14.0.0",
6463
"@angular-eslint/eslint-plugin": "^14.0.0",
6564
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6665
"@angular-eslint/template-parser": "^14.0.0",
67-
"@angular/cli": "^15.0.0-next.0",
68-
"@angular/compiler-cli": "^15.0.0-next.0",
66+
"@angular/cli": "^15.0.0-next.3",
67+
"@angular/compiler-cli": "^15.0.0-next.4",
6968
"@types/imagemin": "^7.0.0",
7069
"@types/jasmine": "^3.7.7",
7170
"@types/node": "^14.14.22",

0 commit comments

Comments
 (0)
Please sign in to comment.