Skip to content

Commit

Permalink
chore(deps): update all deps (#46)
Browse files Browse the repository at this point in the history
* chore(deps): remove conflicting deps

* ci: update node and java version

* wip

* chore(deps): update to Angular 16

* wip

* chore(deps): update to Angular 17

* wip: reinstall packages

* chore: update deps

* style: format
  • Loading branch information
robingenz authored Jan 30, 2024
1 parent a447a8f commit 80141a4
Show file tree
Hide file tree
Showing 13 changed files with 11,091 additions and 12,060 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"createDefaultProgram": true
},
"plugins": [
"@typescript-eslint",
"unicorn"
],
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
workflow_dispatch:

env:
NODE_VERSION: 16
JAVA_VERSION: 11
JAVA_DISTRIBUTION: "adopt"
NODE_VERSION: 20
JAVA_VERSION: 17
JAVA_DISTRIBUTION: "zulu"
RUBY_VERSION: 3.1

jobs:
Expand Down
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,20 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build",
"port": 8100
"port": 8100,
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"ci": {}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 80141a4

Please sign in to comment.