Skip to content

Commit

Permalink
Merge pull request #109 from gisaia/feat/angular15
Browse files Browse the repository at this point in the history
feat: migrate to angular 15
  • Loading branch information
QuCMGisaia authored Dec 10, 2024
2 parents 8a83946 + bd14fd5 commit ba1f916
Show file tree
Hide file tree
Showing 29 changed files with 4,622 additions and 3,730 deletions.
20 changes: 0 additions & 20 deletions .browserslistrc

This file was deleted.

14 changes: 10 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "arlas"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
},
"cli": {
Expand Down Expand Up @@ -43,7 +49,7 @@
"src/settings.yaml"
],
"styles": [
"src/arlas-wui-theme.scss",
"src/theme.scss",
"src/styles.scss",
"node_modules/ngx-toastr/toastr.css"
],
Expand All @@ -54,8 +60,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -125,7 +131,7 @@
"src/settings.yaml"
],
"styles": [
"src/arlas-wui-theme.scss",
"src/theme.scss",
"src/styles.scss",
"node_modules/ngx-toastr/toastr.css"
],
Expand Down
Loading

0 comments on commit ba1f916

Please sign in to comment.