From 949015525c231292ee4135584935525a1907d6ea Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sun, 17 Mar 2019 18:43:10 -0500 Subject: [PATCH] build(embark-compiler): use a caret range for embark-async-wrapper Member packages of the monorepo should use caret ranges when specifying other packages in the monorepo as dependencies. --- packages/embark-compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/embark-compiler/package.json b/packages/embark-compiler/package.json index 2470a27d0..598b0a5cb 100644 --- a/packages/embark-compiler/package.json +++ b/packages/embark-compiler/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@babel/runtime-corejs2": "7.3.1", - "embark-async-wrapper": "4.0.0-beta.0" + "embark-async-wrapper": "^4.0.0-beta.0" }, "devDependencies": { "@babel/cli": "7.2.3",