fixed error
This commit is contained in:
48
package.json
48
package.json
@@ -10,31 +10,31 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "~21.0.3",
|
||||
"@angular/animations": "21.0.5",
|
||||
"@angular/cdk": "21.0.3",
|
||||
"@angular/common": "~21.0.5",
|
||||
"@angular/compiler": "21.0.5",
|
||||
"@angular/core": "21.0.5",
|
||||
"@angular/forms": "~21.0.5",
|
||||
"@angular/material": "21.0.3",
|
||||
"@angular/platform-browser": "~21.0.5",
|
||||
"@angular/router": "~21.0.5",
|
||||
"@ngx-translate/core": "~17.0.0",
|
||||
"@ngx-translate/http-loader": "~17.0.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0"
|
||||
"@angular-devkit/build-angular": "^21.0.3",
|
||||
"@angular/animations": "^21.0.5",
|
||||
"@angular/cdk": "^21.0.3",
|
||||
"@angular/common": "^21.0.5",
|
||||
"@angular/compiler": "^21.0.5",
|
||||
"@angular/core": "^21.0.5",
|
||||
"@angular/forms": "^21.0.5",
|
||||
"@angular/material": "^21.0.3",
|
||||
"@angular/platform-browser": "^21.0.5",
|
||||
"@angular/router": "^21.0.5",
|
||||
"@ngx-translate/core": "^17.0.0",
|
||||
"@ngx-translate/http-loader": "^17.0.0",
|
||||
"@tsparticles/angular": "~3.0.0",
|
||||
"@tsparticles/engine": "~3.9.1",
|
||||
"rxjs": "^7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"tsparticles": "~3.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "21.0.3",
|
||||
"@angular/cli": "21.0.3",
|
||||
"@angular/compiler-cli": "21.0.5",
|
||||
"@angular/platform-browser-dynamic": "~21.0.5",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"jasmine-core": "~5.9.0",
|
||||
"typescript": "~5.9.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@angular/*": "20.3.10"
|
||||
"@angular/build": "^21.0.3",
|
||||
"@angular/cli": "^21.0.3",
|
||||
"@angular/compiler-cli": "^21.0.5",
|
||||
"@angular/platform-browser-dynamic": "^21.0.5",
|
||||
"@types/jasmine": "^5.1.0",
|
||||
"jasmine-core": "^5.9.0",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user