Skip to content

Commit

Permalink
Merge pull request #24 from FullStacksDev/upgrades
Browse files Browse the repository at this point in the history
Upgrades
  • Loading branch information
jits authored Oct 22, 2024
2 parents 76bd28b + 6fa85f8 commit cdaa065
Show file tree
Hide file tree
Showing 7 changed files with 3,244 additions and 3,126 deletions.
60 changes: 30 additions & 30 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,54 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.2",
"@angular/cdk": "18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/material": "18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/platform-server": "^18.2.2",
"@angular/router": "^18.2.2",
"@angular/service-worker": "^18.2.2",
"@angular/ssr": "^18.2.2",
"@ngrx/operators": "^18.0.2",
"@ngrx/signals": "^18.0.2",
"@angular/animations": "^18.2.8",
"@angular/cdk": "18.2.9",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/material": "18.2.9",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/platform-server": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/service-worker": "^18.2.8",
"@angular/ssr": "^18.2.9",
"@ngrx/operators": "^18.1.0",
"@ngrx/signals": "^18.1.0",
"consola": "^3.2.3",
"express": "^4.19.2",
"firebase": "^10.13.1",
"express": "^4.21.1",
"firebase": "^11.0.0",
"ngxtension": "^4.0.0",
"rxfire": "^6.0.6-canary.5cfad21",
"rxjs": "~7.8.0",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@ngrx/eslint-plugin": "^18.0.2",
"@angular-devkit/build-angular": "^18.2.9",
"@angular/cli": "^18.2.9",
"@angular/compiler-cli": "^18.2.8",
"@ngrx/eslint-plugin": "^18.1.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^22.5.2",
"angular-eslint": "18.3.0",
"@types/node": "^22.7.8",
"angular-eslint": "18.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"jasmine-core": "~5.2.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-mocks": "^14.13.1",
"postcss": "^8.4.44",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "~5.5.4",
"typescript-eslint": "^8.3.0"
"typescript-eslint": "^8.11.0"
}
}
3,866 changes: 1,983 additions & 1,883 deletions app/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions app/src/app/login/feature/login-flow.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { LoginFlowComponent } from './login-flow.component';
import { LoginFlowStore } from './login-flow.store';

describe('LoginFlowComponent', () => {
// See: https://github.com/help-me-mom/ng-mocks/issues/10217
// eslint-disable-next-line @typescript-eslint/no-deprecated
MockInstance.scope();

beforeEach(() => MockBuilder(LoginFlowComponent, null).mock(LoginFlowStore));
Expand Down
2 changes: 2 additions & 0 deletions app/src/app/shared/auth/data/auth.store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { AuthService } from './auth.service';
import { AuthStore } from './auth.store';

describe('AuthStore', () => {
// See: https://github.com/help-me-mom/ng-mocks/issues/10217
// eslint-disable-next-line @typescript-eslint/no-deprecated
MockInstance.scope();

beforeEach(() => MockBuilder(AuthStore, null).mock(AuthService));
Expand Down
2 changes: 2 additions & 0 deletions app/src/app/website/ui/auth-status.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { MockBuilder, MockInstance, MockRender, ngMocks } from 'ng-mocks';
import { AuthStatusComponent } from './auth-status.component';

describe('AuthStatusComponent', () => {
// See: https://github.com/help-me-mom/ng-mocks/issues/10217
// eslint-disable-next-line @typescript-eslint/no-deprecated
MockInstance.scope();

beforeEach(() => MockBuilder(AuthStatusComponent, null).mock(AuthStore).mock(LogoutService));
Expand Down
16 changes: 8 additions & 8 deletions firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"main": "functions/lib/index.js",
"dependencies": {
"@google-cloud/functions-framework": "^3.4.2",
"firebase-admin": "^12.4.0",
"firebase-functions": "^5.1.1",
"firebase-admin": "^12.6.0",
"firebase-functions": "^6.0.1",
"ufo": "^1.5.4"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"eslint": "^9.9.1",
"@firebase/rules-unit-testing": "^4.0.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"firebase-functions-test": "^3.2.0",
"firebase-tools": "^13.16.0",
"globals": "^15.9.0",
"firebase-tools": "^13.22.1",
"globals": "^15.11.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.3.0",
"vitest": "^2.0.5"
"typescript-eslint": "^8.11.0",
"vitest": "^2.1.3"
},
"private": true
}
Loading

0 comments on commit cdaa065

Please sign in to comment.