Browse Source

ng update @angular/cdk

pull/2883/head
Jorge Rocha Gualtieri 7 years ago
parent
commit
435bd95594
  1. 4
      npm/ng-packs/package.json
  2. 2
      npm/ng-packs/packages/theme-shared/package.json
  3. 7
      npm/ng-packs/yarn.lock

4
npm/ng-packs/package.json

@ -38,7 +38,7 @@
"@angular-devkit/build-angular": "~0.900.3",
"@angular-devkit/build-ng-packagr": "~0.900.3",
"@angular/animations": "~9.0.2",
"@angular/cdk": "^8.2.3",
"@angular/cdk": "^9.0.1",
"@angular/cli": "~9.0.3",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
@ -96,4 +96,4 @@
"path": "cz-conventional-changelog"
}
}
}
}

2
npm/ng-packs/packages/theme-shared/package.json

@ -8,7 +8,7 @@
},
"dependencies": {
"@abp/ng.core": "^2.1.0",
"@angular/cdk": "^8.2.3",
"@angular/cdk": "^9.0.1",
"@fortawesome/fontawesome-free": "^5.11.2",
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
"@ngx-validate/core": "^0.0.7",

7
npm/ng-packs/yarn.lock

@ -306,6 +306,13 @@
optionalDependencies:
parse5 "^5.0.0"
"@angular/cdk@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.0.1.tgz#3580375ce0b4aa9ddbd6ea790ab241a8db73b156"
integrity sha512-slhYG9lOX7JoxcULdfIvXspkDRjYTBG8PH6B2Slxi8CpV42x0t+yQnBQxp/U3ud1m1BWVrlxwKZywaPFe1tSeA==
optionalDependencies:
parse5 "^5.0.0"
"@angular/cli@~9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.0.3.tgz#114bf16fd00685d814840f6fece286e0f8f6f1e3"

Loading…
Cancel
Save