Skip to content

Commit

Permalink
chore(deps): @angular/* ^15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 20, 2022
1 parent 0394ab7 commit 45e8857
Show file tree
Hide file tree
Showing 13 changed files with 4,043 additions and 4,388 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
16 changes: 7 additions & 9 deletions angular.json
Expand Up @@ -23,7 +23,9 @@
"outputPath": "dist/ng2",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"preserveSymlinks": true,
Expand Down Expand Up @@ -53,12 +55,6 @@
"maximumError": "10kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand Down Expand Up @@ -93,8 +89,10 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
Expand Down

0 comments on commit 45e8857

Please sign in to comment.