From 47b38073ddbfa31610b47ea3abd8e25a077681b9 Mon Sep 17 00:00:00 2001 From: "David J. Hamilton" Date: Wed, 26 Feb 2020 16:19:07 -0800 Subject: [PATCH] Add @canary-features as -build-infra dep This is already a de-facto dep as it's required by `features.js`. Adding it as an explicit dep to deal with dependency issues. --- packages/-build-infra/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/-build-infra/package.json b/packages/-build-infra/package.json index 7c8a5e9feb0..1b9d63b350f 100644 --- a/packages/-build-infra/package.json +++ b/packages/-build-infra/package.json @@ -15,6 +15,7 @@ }, "dependencies": { "@babel/plugin-transform-block-scoping": "^7.5.5", + "@ember-data/canary-features": "3.13.2", "@ember/edition-utils": "^1.1.1", "babel-plugin-debug-macros": "^0.3.2", "babel-plugin-feature-flags": "^0.3.1",