update Angular Material to 18.2

This commit is contained in:
2024-09-28 09:16:56 +02:00
parent fa0315650a
commit 680f1bff03
2 changed files with 19 additions and 17 deletions

View File

@@ -9,12 +9,12 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.6", "@angular/animations": "^18.2.6",
"@angular/cdk": "^18.1.2", "@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.6", "@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6", "@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6", "@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6", "@angular/forms": "^18.2.6",
"@angular/material": "^18.1.2", "@angular/material": "^18.2.6",
"@angular/platform-browser": "^18.2.6", "@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6", "@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6", "@angular/router": "^18.2.6",
@@ -2727,9 +2727,10 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "18.1.2", "version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
"integrity": "sha512-yiAJ/9AMVF2zk7VLEuyJxNJwpV84xLlf0zCaXiYIs6Z8xU6m8N9KR2nqxC59gQc4nTjItmoO/Sgk7XH0X4yGOQ==", "integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -2889,15 +2890,16 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "18.1.2", "version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-18.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.2.6.tgz",
"integrity": "sha512-B56pofk3WMqqtNww2W33KRbAu69c+aGYFdNFW45DcdIw9OKV1x/HjhyEchSrUOPOXgJFVTYw2HRhp327ONpetw==", "integrity": "sha512-ObxC/vomSb9QF3vIztuiInQzws+D6u09Dhfx6uNFjtyICqxEFpF7+Qx7QVDWrsuXOgxZTKgacK8f46iV8hWUfg==",
"license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^18.0.0 || ^19.0.0", "@angular/animations": "^18.0.0 || ^19.0.0",
"@angular/cdk": "18.1.2", "@angular/cdk": "18.2.6",
"@angular/common": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0", "@angular/core": "^18.0.0 || ^19.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0",
@@ -18302,9 +18304,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "18.1.2", "version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.6.tgz",
"integrity": "sha512-yiAJ/9AMVF2zk7VLEuyJxNJwpV84xLlf0zCaXiYIs6Z8xU6m8N9KR2nqxC59gQc4nTjItmoO/Sgk7XH0X4yGOQ==", "integrity": "sha512-Gfq/iv4zhlKYpdQkDaBRwxI71NHNUHM1Cs1XhnZ0/oFct5HXvSv1RHRGTKqBJLLACaAPzZKXJ/UglLoyO5CNiQ==",
"requires": { "requires": {
"parse5": "^7.1.2", "parse5": "^7.1.2",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@@ -18392,9 +18394,9 @@
} }
}, },
"@angular/material": { "@angular/material": {
"version": "18.1.2", "version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-18.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.2.6.tgz",
"integrity": "sha512-B56pofk3WMqqtNww2W33KRbAu69c+aGYFdNFW45DcdIw9OKV1x/HjhyEchSrUOPOXgJFVTYw2HRhp327ONpetw==", "integrity": "sha512-ObxC/vomSb9QF3vIztuiInQzws+D6u09Dhfx6uNFjtyICqxEFpF7+Qx7QVDWrsuXOgxZTKgacK8f46iV8hWUfg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@@ -15,12 +15,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.6", "@angular/animations": "^18.2.6",
"@angular/cdk": "^18.1.2", "@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.6", "@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6", "@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6", "@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6", "@angular/forms": "^18.2.6",
"@angular/material": "^18.1.2", "@angular/material": "^18.2.6",
"@angular/platform-browser": "^18.2.6", "@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6", "@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6", "@angular/router": "^18.2.6",