Skip to content

Commit 2751012

Browse files
committed
update core-lib
1 parent bbcaf7a commit 2751012

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.web-core-lib",
3-
"version": "6.3.0-beta.6",
3+
"version": "6.3.0-beta.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"
@@ -14,26 +14,26 @@
1414
"./angular-cli/*": "./angular-cli/*"
1515
},
1616
"peerDependencies": {
17-
"@angular/animations": "^14.2.12",
18-
"@angular/cdk": "^14.2.7",
19-
"@angular/common": "^14.2.12",
20-
"@angular/core": "^14.2.12",
21-
"@angular/forms": "^14.2.12",
22-
"@angular/material": "^14.2.7",
23-
"@angular/platform-browser": "^14.2.12",
17+
"@angular/animations": "14.3.0",
18+
"@angular/cdk": "14.2.7",
19+
"@angular/common": "14.3.0",
20+
"@angular/core": "14.3.0",
21+
"@angular/forms": "14.3.0",
22+
"@angular/material": "14.2.7",
23+
"@angular/platform-browser": "14.3.0",
2424
"@ng-select/ng-select": "9.1.0",
25-
"@angular-devkit/architect": ">= 0.1400.0, < 0.1500.0",
26-
"@angular-devkit/build-angular": "^14.2.0",
27-
"@angular-devkit/core": "^14.2.0",
28-
"@angular-devkit/schematics": "^14.2.0",
29-
"@schematics/angular": "^14.2.0",
30-
"ng-packagr": "^14.2.0",
31-
"rollup": "^2.78.0"
25+
"@angular-devkit/architect": "0.1400.0",
26+
"@angular-devkit/build-angular": "14.2.13",
27+
"@angular-devkit/core": "14.2.13",
28+
"@angular-devkit/schematics": "14.2.0",
29+
"@schematics/angular": "14.2.0",
30+
"ng-packagr": "14.2.0",
31+
"rollup": "2.78.0"
3232
},
3333
"dependencies": {
34-
"@rollup/plugin-commonjs": "^25.0.7",
35-
"@rollup/plugin-node-resolve": "^15.2.3",
36-
"rxjs": "^7.0.0",
37-
"tslib": "^2.0.0"
34+
"@rollup/plugin-commonjs": "25.0.8",
35+
"@rollup/plugin-node-resolve": "15.3.1",
36+
"rxjs": "7.8.2",
37+
"tslib": "2.8.1"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)