Skip to content

Commit 988d50f

Browse files
Feature/upgrade packages (#32)
* chore:(ngx-layout): upgrade to latest angular packages * chore(ngx-layout): revert minimatch * chore(ngx-layout): revert minimatch
1 parent 1af4e7b commit 988d50f

File tree

5 files changed

+3666
-3688
lines changed

5 files changed

+3666
-3688
lines changed

.yarn/install-state.gz

1.58 MB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@
3131
"private": true,
3232
"requiredAngularVersion": ">=16.0.0",
3333
"dependencies": {
34-
"@angular/animations": "16.0.0",
35-
"@angular/common": "16.0.0",
36-
"@angular/compiler": "16.0.0",
37-
"@angular/core": "16.0.0",
38-
"@angular/forms": "16.0.0",
39-
"@angular/material": "16.0.0",
40-
"@angular/platform-browser": "16.0.0",
41-
"@angular/platform-browser-dynamic": "16.0.0",
42-
"@angular/platform-server": "16.0.0",
43-
"@angular/router": "16.0.0",
44-
"@nguniversal/builders": "16.0.0",
45-
"@nguniversal/express-engine": "16.0.0",
34+
"@angular/animations": "16.2.3",
35+
"@angular/common": "16.2.3",
36+
"@angular/compiler": "16.2.3",
37+
"@angular/core": "16.2.3",
38+
"@angular/forms": "16.2.3",
39+
"@angular/material": "16.2.2",
40+
"@angular/platform-browser": "16.2.3",
41+
"@angular/platform-browser-dynamic": "16.2.3",
42+
"@angular/platform-server": "16.2.3",
43+
"@angular/router": "16.2.3",
44+
"@nguniversal/builders": "16.2.0",
45+
"@nguniversal/express-engine": "16.2.0",
4646
"express": "^4.18.2",
4747
"rxjs": "^7.8.1",
48-
"tslib": "^2.5.0",
48+
"tslib": "^2.6.2",
4949
"zone.js": "~0.13.0"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "16.0.0",
53-
"@angular/cdk": "16.0.0",
54-
"@angular/cli": "16.0.0",
55-
"@angular/compiler-cli": "16.0.0",
56-
"@ngtools/webpack": "^16.0.0",
52+
"@angular-devkit/build-angular": "16.2.1",
53+
"@angular/cdk": "16.2.2",
54+
"@angular/cli": "16.2.1",
55+
"@angular/compiler-cli": "16.2.3",
56+
"@ngtools/webpack": "^16.2.1",
5757
"@types/express": "^4.17.17",
58-
"@types/jasmine": "^4.3.1",
58+
"@types/jasmine": "^4.3.5",
5959
"@types/minimatch": "^5.1.2",
6060
"@types/node": "18.15.0",
61-
"conventional-changelog-cli": "^2.2.2",
62-
"jasmine-core": "^4.6.0",
61+
"conventional-changelog-cli": "^4.0.0",
62+
"jasmine-core": "^5.1.1",
6363
"karma": "^6.4.1",
6464
"karma-browserstack-launcher": "^1.6.0",
6565
"karma-chrome-launcher": "^3.2.0",
@@ -70,19 +70,18 @@
7070
"karma-parallel": "^0.3.1",
7171
"karma-sauce-launcher": "^4.3.6",
7272
"minimatch": "7.4.2",
73-
"ng-packagr": "^16.0.0",
73+
"ng-packagr": "^16.2.2",
7474
"postcss": "^8.4.23",
7575
"postcss-scss": "^4.0.6",
7676
"protractor": "^7.0.0",
7777
"stylelint": "^15.6.1",
7878
"ts-node": "^10.9.1",
7979
"tslint": "^6.1.3",
80-
"typescript": "^5.0.4",
80+
"typescript": "^5.1.6",
8181
"webpack": "^5.82.0",
8282
"webpack-cli": "^5.0.2"
8383
},
8484
"resolutions": {
85-
"browser-sync-client": "2.26.13",
86-
"**/https-proxy-agent": "5.0.0"
85+
"browser-sync-client": "2.26.13"
8786
}
8887
}

projects/libs/flex-layout/flex/layout-gap/layout-gap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ import {
1515
NgZone,
1616
OnDestroy,
1717
} from '@angular/core';
18+
import { LAYOUT_VALUES } from '@ngbracket/ngx-layout/_private-utils';
1819
import {
1920
BaseDirective2,
2021
ElementMatcher,
21-
LayoutConfigOptions,
2222
LAYOUT_CONFIG,
23+
LayoutConfigOptions,
2324
MediaMarshaller,
2425
StyleBuilder,
2526
StyleDefinition,
2627
StyleUtils,
2728
ɵmultiply as multiply,
2829
} from '@ngbracket/ngx-layout/core';
29-
import { LAYOUT_VALUES } from '@ngbracket/ngx-layout/_private-utils';
3030
import { Subject } from 'rxjs';
3131
import { takeUntil } from 'rxjs/operators';
3232

0 commit comments

Comments
 (0)