Skip to content

Commit

Permalink
fix(stark-all): fix dependency issues in stark-ui + add hammerjs dep …
Browse files Browse the repository at this point in the history
…in stark root to fix warning during tests + improve stark-language-selector component
  • Loading branch information
ageorges-nbb authored and SuperITMan committed Jan 7, 2019
1 parent abe7fe2 commit 47c2b4a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 37 deletions.
56 changes: 23 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"commitizen": "3.0.5",
"conventional-changelog-cli": "2.0.11",
"cz-customizable": "5.3.0",
"hammerjs": "2.0.8",
"husky": "1.3.1",
"lint-staged": "8.1.0",
"prettier": "1.15.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-build/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ module.exports = options => {
// Mark files inside `@angular/core` as using SystemJS style dynamic imports.
// Removing this will cause deprecation warnings to appear.
test: /[\/\\]@angular[\/\\]core[\/\\].+\.js$/,
parser: { system: true },
parser: { system: true }
},

// TODO could we use BuildOptimizer in all environments?
// BuildOptimizer should only be used with AOT
// see https://github.com/angular/angular-cli/issues/8594
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"peerDependencies": {
"@angular/animations": "7.x",
"@angular/cdk": "^7.2.0",
"@angular/cdk": "7.x",
"@angular/common": "7.x",
"@angular/compiler": "7.x",
"@angular/core": "7.x",
"@angular/material": "^7.2.0",
"@angular/material": "7.x",
"@angular/router": "7.x",
"@nationalbankbelgium/stark-core": "0.0.0-PLACEHOLDER-VERSION",
"rxjs": "6.x",
Expand Down

0 comments on commit 47c2b4a

Please sign in to comment.