Updated packages.

This commit is contained in:
Tom 2024-12-28 01:57:35 +00:00
parent 567d12227f
commit 6de2e1fbb2
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -9,12 +9,12 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "^18.0.0", "@angular/animations": "^18.0.0",
"@angular/cdk": "^18.2.8", "@angular/cdk": "^19.0.4",
"@angular/common": "^18.0.0", "@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0", "@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0", "@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0", "@angular/forms": "^18.0.0",
"@angular/material": "^18.2.8", "@angular/material": "^19.0.4",
"@angular/platform-browser": "^18.0.0", "@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0", "@angular/platform-server": "^18.0.0",
@ -365,9 +365,9 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "18.2.8", "version": "19.0.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.8.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.0.4.tgz",
"integrity": "sha512-J8A2FkwTBzLleAEWz6EgW73dEoeq87GREBPjTv8+2JV09LX+V3hnbgNk6zWq5k4OXtQNg9WrWP9QyRbUyA597g==", "integrity": "sha512-P8V1n6AFFjBUJG3YRgw8DiiNDWPZVrwQ42wbwgZxd4s2TQAuNFg3YY8h/DSMVxt2sXpavrshZsoLtP9yLKZjHA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -376,8 +376,8 @@
"parse5": "^7.1.2" "parse5": "^7.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^18.0.0 || ^19.0.0", "@angular/common": "^19.0.0 || ^20.0.0",
"@angular/core": "^18.0.0 || ^19.0.0", "@angular/core": "^19.0.0 || ^20.0.0",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
@ -579,20 +579,20 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "18.2.8", "version": "19.0.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-18.2.8.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.0.4.tgz",
"integrity": "sha512-wQGMVsfQ9lQfih2VsWAvV4z3S3uBxrxc61owlE+K0T1BxH9u/jo3A/rnRitIdvR/L4NnYlfhCnmrW9K+Pl+WCg==", "integrity": "sha512-8WRMbN1+oRXx1ZFLni+BRz60F4FWzJPFORsQ8qAvY3sHWzyjunsYZkpbze3uiZO6bu3hiyQCU6g+k/58Qc6kkw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^18.0.0 || ^19.0.0", "@angular/animations": "^19.0.0 || ^20.0.0",
"@angular/cdk": "18.2.8", "@angular/cdk": "19.0.4",
"@angular/common": "^18.0.0 || ^19.0.0", "@angular/common": "^19.0.0 || ^20.0.0",
"@angular/core": "^18.0.0 || ^19.0.0", "@angular/core": "^19.0.0 || ^20.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0", "@angular/forms": "^19.0.0 || ^20.0.0",
"@angular/platform-browser": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^19.0.0 || ^20.0.0",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },

View File

@ -12,12 +12,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.0.0", "@angular/animations": "^18.0.0",
"@angular/cdk": "^18.2.8", "@angular/cdk": "^19.0.4",
"@angular/common": "^18.0.0", "@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0", "@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0", "@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0", "@angular/forms": "^18.0.0",
"@angular/material": "^18.2.8", "@angular/material": "^19.0.4",
"@angular/platform-browser": "^18.0.0", "@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0", "@angular/platform-server": "^18.0.0",