Skip to content

Commit

Permalink
fix: update dep. versions, rename _mixins.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Sep 24, 2024
1 parent 484c5a8 commit cd1aee1
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 103 deletions.
12 changes: 5 additions & 7 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@ speed-measure-plugin*.json
.idea
.project
.classpath
.c9/
.settings/
.c9
.settings
.history
.vscode
*.launch
*.sublime-workspace

# IDE - VSCode
.vscode
.history

# misc
.angular
.eslintcache
.husky/_
.sass-cache
.husky/_
.gitlab*
.scannerwork
connect.lock
Expand Down
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ node_modules
.classpath
.c9
.settings
.history
.vscode
*.launch
*.sublime-workspace

# IDE - VSCode
.vscode

# misc
.nx
.angular
Expand Down
222 changes: 147 additions & 75 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@ngrx/router-store": "^18.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.9.5",
"@onecx/angular-accelerator": "^5.9.5",
"@onecx/angular-auth": "^5.9.5",
"@onecx/angular-integration-interface": "^5.9.5",
"@onecx/angular-remote-components": "^5.9.5",
"@onecx/angular-testing": "^5.9.5",
"@onecx/angular-webcomponents": "^5.9.5",
"@onecx/integration-interface": "^5.9.5",
"@onecx/keycloak-auth": "^5.9.5",
"@onecx/portal-integration-angular": "^5.9.5",
"@onecx/portal-layout-styles": "^5.9.5",
"@onecx/accelerator": "^5.12.2",
"@onecx/angular-accelerator": "^5.12.2",
"@onecx/angular-auth": "^5.12.2",
"@onecx/angular-integration-interface": "^5.12.2",
"@onecx/angular-remote-components": "^5.12.2",
"@onecx/angular-testing": "^5.12.2",
"@onecx/angular-webcomponents": "^5.12.2",
"@onecx/integration-interface": "^5.12.2",
"@onecx/keycloak-auth": "^5.12.2",
"@onecx/portal-integration-angular": "^5.12.2",
"@onecx/portal-layout-styles": "^5.12.2",
"@webcomponents/webcomponentsjs": "^2.8.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
Expand All @@ -86,16 +86,16 @@
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@schematics/angular": "18.2.2",
"@schematics/angular": "18.2.5",
"@svgr/webpack": "^8.1.0",
"@types/jasmine": "~5.1.4",
"@types/node": "~22.5.2",
"@types/node": "~22.5.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"jasmine-core": "~5.2.0",
Expand All @@ -109,7 +109,7 @@
"ng-packagr": "18.2.1",
"ngx-build-plus": "^18.0.0",
"ngx-translate-testing": "^7.0.0",
"postcss": "8.4.43",
"postcss": "8.4.47",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~10.0.2",
"postcss-url": "~10.1.3",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '/src/_mixins.scss';
@import '/src/_am_mixins.scss';

@include correct-select-button;
@include dialog-footer-buttons;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import '/src/_mixins.scss';
@import '/src/_am_mixins.scss';

@include correct-search-criteria;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '/src/_mixins.scss';
@import '/src/_am_mixins.scss';

@include danger-action;
@include table-inline-buttons;
Expand Down

0 comments on commit cd1aee1

Please sign in to comment.