Skip to content

Commit

Permalink
chore(deps): update angular and other deps (#420)
Browse files Browse the repository at this point in the history
* Update Angular to v16
* Update typesrcipt to v5.2.2
* Update Angular to v17
* Update Angular Material to v16
* Update other dependencies
* Update node version
* Specify package engines
* Fix build command
  • Loading branch information
lgpage authored Dec 18, 2023
1 parent ea2464d commit 93f816a
Show file tree
Hide file tree
Showing 8 changed files with 12,610 additions and 22,935 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
"error",
{
"default": [
// Index signature
"signature",
// Fields
"private-static-field",
"private-decorated-field",
"private-instance-field",
Expand All @@ -81,12 +79,10 @@
"instance-field",
"decorated-field",
"field",
// Constructors
"private-constructor",
"protected-constructor",
"public-constructor",
"constructor",
// Methods
"private-static-method",
"private-decorated-method",
"private-instance-method",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/azure-static-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_build_command: "npm run build:prod"
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist/rxtutor" # Built app content directory - optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "npm"

- name: Install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ chrome-profiler-events*.json

# misc
/.angular/cache
/.nx/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "rxtutor:build:production"
"buildTarget": "rxtutor:build:production"
},
"development": {
"browserTarget": "rxtutor:build:development"
"buildTarget": "rxtutor:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "rxtutor:build"
"buildTarget": "rxtutor:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 93f816a

Please sign in to comment.