Skip to content

Commit

Permalink
fix(pnpm): forced usage of angular v15
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Dec 14, 2023
1 parent e343b9d commit a875f74
Show file tree
Hide file tree
Showing 2 changed files with 27,328 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,27 @@
"typescript": "4.2.3",
"webpack": "^4.41.2",
"webpack-merge": "^4.2.2"
},
"pnpm": {
"overrides": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular-devkit/build-angular": "~15.2.10",
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/schematics": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@ngtools/webpack": "^15.0.0",
"ng-packagr": "^15.0.0"
}
}
}
Loading

0 comments on commit a875f74

Please sign in to comment.