Skip to content

Commit

Permalink
IKC-423 Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Belke authored and Piotr Belke committed Nov 2, 2024
1 parent bd00209 commit 0ab236c
Show file tree
Hide file tree
Showing 6 changed files with 954 additions and 1,259 deletions.
6 changes: 4 additions & 2 deletions kouncil-frontend/apps/kouncil/src/styles/_material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,17 @@ app-custom-snack-bar {

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading {
border-color: pallete.$main-20 !important;
border-radius: pallete.$default-border-radius;
border-top-left-radius: pallete.$default-border-radius;
border-bottom-left-radius: pallete.$default-border-radius;
border-left: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
border-color: pallete.$main-20 !important;
border-radius: pallete.$default-border-radius;
border-top-right-radius: pallete.$default-border-radius;
border-bottom-right-radius: pallete.$default-border-radius;
border-right: 1px solid;
border-top: 1px solid;
border-bottom: 1px solid;
Expand Down
8 changes: 4 additions & 4 deletions kouncil-frontend/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getJestProjects } = require('@nx/jest');
const { getJestProjectsAsync } = require('@nx/jest');

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import {Injectable} from '@angular/core';
import {RxStomp} from '@stomp/rx-stomp';
import { Injectable } from '@angular/core';
import { RxStomp } from '@stomp/rx-stomp';

@Injectable({
providedIn: 'root',
providedIn: 'root'
})
export class RxStompService extends RxStomp {}
export class RxStompService extends RxStomp {

constructor() {
super();
}
}
3 changes: 2 additions & 1 deletion kouncil-frontend/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
]
},
"useInferencePlugins": false,
"defaultBase": "master"
"defaultBase": "master",
"useLegacyCache": true
}
105 changes: 53 additions & 52 deletions kouncil-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,73 +13,74 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.9",
"@angular/cdk": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@stomp/rx-stomp": "1.1.4",
"@angular/animations": "18.2.10",
"@angular/cdk": "18.2.11",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/material": "18.2.11",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@nx/angular": "20.0.7",
"@stomp/rx-stomp": "2.0.0",
"@stomp/stompjs": "7.0.0",
"@storybook/addon-interactions": "^8.4.1",
"@swimlane/ngx-datatable": "20.1.0",
"avro-typescript": "^1.1.0",
"core-js": "3.36.1",
"date-fns": "2.29.3",
"core-js": "3.39.0",
"date-fns": "4.1.0",
"json-schema-faker": "^0.5.3",
"monaco-editor": "^0.38.0",
"monaco-editor": "^0.51.0",
"ngx-json-viewer": "3.2.1",
"ngx-mat-select-search": "7.0.7",
"protobufjs": "7.2.5",
"ngx-mat-select-search": "7.0.8",
"protobufjs": "7.4.0",
"rxjs": "7.8.1",
"tslib": "2.4.1",
"zone.js": "0.14.10",
"@nx/angular": "19.8.8",
"@storybook/addon-interactions": "^8.2.8",
"storybook": "^8.2.8"
"storybook": "^8.4.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.9",
"@angular-devkit/core": "18.2.9",
"@angular-devkit/schematics": "18.2.9",
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@angular/cli": "~18.2.11",
"@angular/compiler-cli": "18.2.10",
"@angular/language-service": "18.2.10",
"@consdata/eslint-config": "0.21.0",
"@ngneat/spectator": "12.2.1",
"@nrwl/js": "19.8.8",
"@nx/eslint-plugin": "19.8.8",
"@nx/jest": "19.8.8",
"@nx/storybook": "19.8.8",
"@nx/web": "19.8.8",
"@nx/workspace": "19.8.8",
"@schematics/angular": "18.2.9",
"@ngneat/spectator": "19.0.0",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/js": "20.0.7",
"@nx/storybook": "20.0.7",
"@nx/web": "20.0.7",
"@nx/workspace": "20.0.7",
"@schematics/angular": "18.2.11",
"@types/jest": "29.5.14",
"@types/node": "18.19.9",
"@types/uuid": "^9.0.2",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/types": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"eslint": "8.57.1",
"@types/node": "22.8.6",
"@types/uuid": "^10.0.0",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/types": "8.12.2",
"@typescript-eslint/utils": "8.12.2",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-rxjs": "5.0.3",
"ini": "3.0.1",
"eslint-plugin-rxjs-updated": "1.0.15",
"ini": "5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.1",
"nx": "19.8.8",
"prettier": "2.8.0",
"ts-jest": "29.1.5",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"@nx/eslint": "19.8.8"
"jest-preset-angular": "14.2.4",
"nx": "20.0.7",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 0ab236c

Please sign in to comment.