Skip to content

Commit

Permalink
feat(stark-core): update Angular from 13.0.0 to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Feb 14, 2024
1 parent 0caa789 commit 74cdee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/stark-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"uuid": "^8.3.0"
},
"peerDependencies": {
"@angular/common": "^13.4.0",
"@angular/compiler": "^13.4.0",
"@angular/core": "^13.4.0",
"@angular/router": "^13.4.0"
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/router": "^14.3.0"
},
"scripts": {
"clean": "npx rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/stark-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nationalbankbelgium/code-style/tsconfig/4.3.x/ng12",
"extends": "@nationalbankbelgium/code-style/tsconfig/4.6.x/ng14",
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
Expand Down

0 comments on commit 74cdee4

Please sign in to comment.