Skip to content

Commit

Permalink
fix: add @momentum-ui/icons to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljeter committed Dec 19, 2019
1 parent eff692e commit d6f48ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions angular/src/lib/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
},
"whitelistedNonPeerDependencies": [
"@momentum-ui/icons",
"@momentum-ui/core",
"@momentum-ui/utils",
"@angular/cdk"
Expand Down
5 changes: 3 additions & 2 deletions angular/src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
],
"schematics": "./schematics/collection.json",
"dependencies": {
"@momentum-ui/core": "^19.0.14",
"@momentum-ui/utils": "^6.0.4"
"@momentum-ui/icons": "7.16.0",
"@momentum-ui/core": "19.0.14",
"@momentum-ui/utils": "6.0.4"
},
"author": "Cisco Systems, Inc.",
"contributors": [
Expand Down
3 changes: 2 additions & 1 deletion angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@momentum-ui/core": "^19.0.14"
"@momentum-ui/icons": "7.16.0",
"@momentum-ui/core": "19.0.14"
},
"peerDependencies": {
"angular": ">= 1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"test:percy": "run-p --race start:app test:CI:percy"
},
"dependencies": {
"@momentum-ui/icons": "^7.16.0"
"@momentum-ui/icons": "7.16.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
5 changes: 3 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@momentum-ui/core": "^19.0.14",
"@momentum-ui/utils": "^6.0.4",
"@momentum-ui/icons": "7.16.0",
"@momentum-ui/core": "19.0.14",
"@momentum-ui/utils": "6.0.4",
"dom-helpers": "^3.4.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
Expand Down

0 comments on commit d6f48ea

Please sign in to comment.