mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-07-26 10:08:40 +00:00
update angular material to v22
This commit is contained in:
Generated
+16
-18
@@ -9,12 +9,12 @@
|
||||
"version": "0.14.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/cdk": "21.2.13",
|
||||
"@angular/cdk": "22.0.0",
|
||||
"@angular/common": "22.0.0",
|
||||
"@angular/compiler": "22.0.0",
|
||||
"@angular/core": "22.0.0",
|
||||
"@angular/forms": "22.0.0",
|
||||
"@angular/material": "21.2.13",
|
||||
"@angular/material": "22.0.0",
|
||||
"@angular/platform-browser": "22.0.0",
|
||||
"@angular/router": "22.0.0",
|
||||
"ajv": "8.20.0",
|
||||
@@ -27,7 +27,6 @@
|
||||
"@angular/build": "22.0.0",
|
||||
"@angular/cli": "22.0.0",
|
||||
"@angular/compiler-cli": "22.0.0",
|
||||
"@angular/material": "21.2.13",
|
||||
"@playwright/test": "1.60.0",
|
||||
"@tailwindcss/postcss": "4.3.0",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
@@ -994,18 +993,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/cdk": {
|
||||
"version": "21.2.13",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-21.2.13.tgz",
|
||||
"integrity": "sha512-nQGGJ6Efqi8n0qhT/PllsaIIY+vz+TL7/tpR7F2QKiqzS/9l4m7ea0vvS6fSMGrjEbqbkzTHbjLDsIg6X2hK+w==",
|
||||
"version": "22.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.0.0.tgz",
|
||||
"integrity": "sha512-mahXlRD4V8Tj2NtttRNFfuTru5HmMgJt8ny/SJ/Bx1NCOymxLEqxREACNpuwMf/3q1XUe33/oh++mvJQ2JYkgw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"parse5": "^8.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^21.0.0 || ^22.0.0",
|
||||
"@angular/core": "^21.0.0 || ^22.0.0",
|
||||
"@angular/platform-browser": "^21.0.0 || ^22.0.0",
|
||||
"@angular/common": "^22.0.0 || ^23.0.0",
|
||||
"@angular/core": "^22.0.0 || ^23.0.0",
|
||||
"@angular/platform-browser": "^22.0.0 || ^23.0.0",
|
||||
"rxjs": "^6.5.3 || ^7.4.0"
|
||||
}
|
||||
},
|
||||
@@ -1240,20 +1239,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/material": {
|
||||
"version": "21.2.13",
|
||||
"resolved": "https://registry.npmjs.org/@angular/material/-/material-21.2.13.tgz",
|
||||
"integrity": "sha512-6gWFb9LNh4cRIvkdocktej6MUVuGa9HQvap+j9gbZOtiveD7ER+FByUPlLlypreRebF29G2MRZeshKSdmv4NbA==",
|
||||
"dev": true,
|
||||
"version": "22.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/material/-/material-22.0.0.tgz",
|
||||
"integrity": "sha512-sRxbEEgmaVqbwcT65PWfZV/cIpLsZ8vD+yc6rH83L83jDJWVABpqDWFg8Hl88iFMOts8iffml6GddvXhsNHAEQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/cdk": "21.2.13",
|
||||
"@angular/common": "^21.0.0 || ^22.0.0",
|
||||
"@angular/core": "^21.0.0 || ^22.0.0",
|
||||
"@angular/forms": "^21.0.0 || ^22.0.0",
|
||||
"@angular/platform-browser": "^21.0.0 || ^22.0.0",
|
||||
"@angular/cdk": "22.0.0",
|
||||
"@angular/common": "^22.0.0 || ^23.0.0",
|
||||
"@angular/core": "^22.0.0 || ^23.0.0",
|
||||
"@angular/forms": "^22.0.0 || ^23.0.0",
|
||||
"@angular/platform-browser": "^22.0.0 || ^23.0.0",
|
||||
"rxjs": "^6.5.3 || ^7.4.0"
|
||||
}
|
||||
},
|
||||
|
||||
+2
-3
@@ -28,12 +28,12 @@
|
||||
"license": "MIT",
|
||||
"packageManager": "npm@11.6.2",
|
||||
"dependencies": {
|
||||
"@angular/cdk": "21.2.13",
|
||||
"@angular/cdk": "22.0.0",
|
||||
"@angular/common": "22.0.0",
|
||||
"@angular/compiler": "22.0.0",
|
||||
"@angular/core": "22.0.0",
|
||||
"@angular/forms": "22.0.0",
|
||||
"@angular/material": "21.2.13",
|
||||
"@angular/material": "22.0.0",
|
||||
"@angular/platform-browser": "22.0.0",
|
||||
"@angular/router": "22.0.0",
|
||||
"ajv": "8.20.0",
|
||||
@@ -46,7 +46,6 @@
|
||||
"@angular/build": "22.0.0",
|
||||
"@angular/cli": "22.0.0",
|
||||
"@angular/compiler-cli": "22.0.0",
|
||||
"@angular/material": "21.2.13",
|
||||
"@playwright/test": "1.60.0",
|
||||
"@tailwindcss/postcss": "4.3.0",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
|
||||
Reference in New Issue
Block a user