Update to Angular Material 17
This commit is contained in:
parent
906c943ac8
commit
9498496ba8
2 changed files with 12 additions and 12 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -9,12 +9,12 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^17.2.3",
|
"@angular/animations": "^17.2.3",
|
||||||
"@angular/cdk": "^16.2.14",
|
"@angular/cdk": "^17.2.1",
|
||||||
"@angular/common": "^17.2.3",
|
"@angular/common": "^17.2.3",
|
||||||
"@angular/compiler": "^17.2.3",
|
"@angular/compiler": "^17.2.3",
|
||||||
"@angular/core": "^17.2.3",
|
"@angular/core": "^17.2.3",
|
||||||
"@angular/forms": "^17.2.3",
|
"@angular/forms": "^17.2.3",
|
||||||
"@angular/material": "^16.2.14",
|
"@angular/material": "^16.2.0",
|
||||||
"@angular/platform-browser": "^17.2.3",
|
"@angular/platform-browser": "^17.2.3",
|
||||||
"@angular/platform-browser-dynamic": "^17.2.3",
|
"@angular/platform-browser-dynamic": "^17.2.3",
|
||||||
"@angular/router": "^17.2.3",
|
"@angular/router": "^17.2.3",
|
||||||
|
@ -818,9 +818,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@angular/cdk": {
|
"node_modules/@angular/cdk": {
|
||||||
"version": "16.2.14",
|
"version": "17.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.2.1.tgz",
|
||||||
"integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
|
"integrity": "sha512-9cWV9MyWnpImns/WQApgoQBKblXA9Zx2CpCkDNipRgx9RyvGrvCLjpEfwQI4HjpPAQDI1trsbeJKihzgz4tFgw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -828,8 +828,8 @@
|
||||||
"parse5": "^7.1.2"
|
"parse5": "^7.1.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^16.0.0 || ^17.0.0",
|
"@angular/common": "^17.0.0 || ^18.0.0",
|
||||||
"@angular/core": "^16.0.0 || ^17.0.0",
|
"@angular/core": "^17.0.0 || ^18.0.0",
|
||||||
"rxjs": "^6.5.3 || ^7.4.0"
|
"rxjs": "^6.5.3 || ^7.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -18607,9 +18607,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/cdk": {
|
"@angular/cdk": {
|
||||||
"version": "16.2.14",
|
"version": "17.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.14.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.2.1.tgz",
|
||||||
"integrity": "sha512-n6PrGdiVeSTEmM/HEiwIyg6YQUUymZrb5afaNLGFRM5YL0Y8OBqd+XhCjb0OfD/AfgCUtedVEPwNqrfW8KzgGw==",
|
"integrity": "sha512-9cWV9MyWnpImns/WQApgoQBKblXA9Zx2CpCkDNipRgx9RyvGrvCLjpEfwQI4HjpPAQDI1trsbeJKihzgz4tFgw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"parse5": "^7.1.2",
|
"parse5": "^7.1.2",
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
|
|
|
@ -16,12 +16,12 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^17.2.3",
|
"@angular/animations": "^17.2.3",
|
||||||
"@angular/cdk": "^16.2.14",
|
"@angular/cdk": "^17.2.1",
|
||||||
"@angular/common": "^17.2.3",
|
"@angular/common": "^17.2.3",
|
||||||
"@angular/compiler": "^17.2.3",
|
"@angular/compiler": "^17.2.3",
|
||||||
"@angular/core": "^17.2.3",
|
"@angular/core": "^17.2.3",
|
||||||
"@angular/forms": "^17.2.3",
|
"@angular/forms": "^17.2.3",
|
||||||
"@angular/material": "^16.2.14",
|
"@angular/material": "^16.2.0",
|
||||||
"@angular/platform-browser": "^17.2.3",
|
"@angular/platform-browser": "^17.2.3",
|
||||||
"@angular/platform-browser-dynamic": "^17.2.3",
|
"@angular/platform-browser-dynamic": "^17.2.3",
|
||||||
"@angular/router": "^17.2.3",
|
"@angular/router": "^17.2.3",
|
||||||
|
|
Loading…
Reference in a new issue