Skip to content

Commit

Permalink
feat(core): add @angular/localize as dependency to core package
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Feb 26, 2020
1 parent 1c29ac6 commit 1aa43f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions npm/ng-packs/packages/core/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"deleteDestPath": false,
"whitelistedNonPeerDependencies": [
"@angular/localize",
"@ngxs/router-plugin",
"@ngxs/storage-plugin",
"@ngxs/store",
Expand Down
7 changes: 4 additions & 3 deletions npm/ng-packs/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@ngxs/router-plugin": "^3.5.1",
"@ngxs/storage-plugin": "^3.5.1",
"@ngxs/store": "^3.5.1",
"@angular/localize": "~9.0.2",
"@ngxs/router-plugin": "^3.6.2",
"@ngxs/storage-plugin": "^3.6.2",
"@ngxs/store": "^3.6.2",
"angular-oauth2-oidc": "^8.0.4",
"just-clone": "3.1.0",
"just-compare": "^1.3.0",
Expand Down

0 comments on commit 1aa43f9

Please sign in to comment.