mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-06 18:45:08 +00:00
Updated Angular to v15-rc.3 and Angular Material to v15-rc.2
This commit is contained in:
parent
646b084a12
commit
872dffe42b
1320
package-lock.json
generated
1320
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -13,17 +13,17 @@
|
|||
"test": "ng test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.0.0-rc.2",
|
||||
"@angular/cdk": "15.0.0-rc.1",
|
||||
"@angular/common": "15.0.0-rc.2",
|
||||
"@angular/compiler": "15.0.0-rc.2",
|
||||
"@angular/core": "15.0.0-rc.2",
|
||||
"@angular/forms": "15.0.0-rc.2",
|
||||
"@angular/material": "15.0.0-rc.1",
|
||||
"@angular/material-luxon-adapter": "15.0.0-rc.1",
|
||||
"@angular/platform-browser": "15.0.0-rc.2",
|
||||
"@angular/platform-browser-dynamic": "15.0.0-rc.2",
|
||||
"@angular/router": "15.0.0-rc.2",
|
||||
"@angular/animations": "15.0.0-rc.3",
|
||||
"@angular/cdk": "15.0.0-rc.2",
|
||||
"@angular/common": "15.0.0-rc.3",
|
||||
"@angular/compiler": "15.0.0-rc.3",
|
||||
"@angular/core": "15.0.0-rc.3",
|
||||
"@angular/forms": "15.0.0-rc.3",
|
||||
"@angular/material": "15.0.0-rc.2",
|
||||
"@angular/material-luxon-adapter": "15.0.0-rc.2",
|
||||
"@angular/platform-browser": "15.0.0-rc.3",
|
||||
"@angular/platform-browser-dynamic": "15.0.0-rc.3",
|
||||
"@angular/router": "15.0.0-rc.3",
|
||||
"@ngneat/transloco": "4.1.1",
|
||||
"apexcharts": "3.36.3",
|
||||
"crypto-js": "3.3.0",
|
||||
|
@ -37,14 +37,14 @@
|
|||
"quill": "1.3.7",
|
||||
"rxjs": "7.5.7",
|
||||
"tslib": "2.4.1",
|
||||
"zone.js": "0.11.8"
|
||||
"zone.js": "0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "15.0.0-rc.2",
|
||||
"@angular/cli": "15.0.0-rc.2",
|
||||
"@angular/compiler-cli": "15.0.0-rc.2",
|
||||
"@angular-devkit/build-angular": "15.0.0-rc.3",
|
||||
"@angular/cli": "15.0.0-rc.3",
|
||||
"@angular/compiler-cli": "15.0.0-rc.3",
|
||||
"@tailwindcss/line-clamp": "0.4.2",
|
||||
"@tailwindcss/typography": "0.5.7",
|
||||
"@tailwindcss/typography": "0.5.8",
|
||||
"@types/chroma-js": "2.1.4",
|
||||
"@types/crypto-js": "3.1.47",
|
||||
"@types/highlight.js": "10.1.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"karma-jasmine-html-reporter": "2.0.0",
|
||||
"lodash": "4.17.21",
|
||||
"postcss": "8.4.18",
|
||||
"tailwindcss": "3.2.2",
|
||||
"tailwindcss": "3.2.3",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user