Skip to content

Commit 82613cb

Browse files
committed
chore: update to Angular 14
1 parent f867f66 commit 82613cb

File tree

17 files changed

+3023
-2249
lines changed

17 files changed

+3023
-2249
lines changed

.github/workflows/project-chartjs-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- master
77
- main
88
- v4
9+
- v4.1
910
pull_request:
1011
branches:
1112
- master
1213
- main
1314
- v4
15+
- v4.1
1416
jobs:
1517
build:
1618

.github/workflows/project-lib-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- master
77
- main
88
- v4
9+
- v4.1
910
pull_request:
1011
branches:
1112
- master
1213
- main
1314
- v4
15+
- v4.1
1416
jobs:
1517
build:
1618

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2022 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

angular.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"cli": {
44
"analytics": false,
5-
"defaultCollection": "@angular-eslint/schematics"
5+
"schematicCollections": [
6+
"@angular-eslint/schematics"
7+
]
68
},
79
"version": 1,
810
"newProjectRoot": "projects",
@@ -97,6 +99,5 @@
9799
}
98100
}
99101
}
100-
},
101-
"defaultProject": "coreui-angular"
102+
}
102103
}

0 commit comments

Comments
 (0)