From ca3caa9c8f3ba5c480d23575a1908e868879e447 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 10 Apr 2019 18:33:16 -0400 Subject: [PATCH] Update optimism and explicitly depend on @wry/context and tslib. --- scripts/dev-bundle-tool-package.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 6206f321b7..13ab74b2e2 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -23,6 +23,7 @@ var packageJson = { // For backwards compatibility with isopackets that still depend on // babel-runtime rather than @babel/runtime. "babel-runtime": "7.0.0-beta.3", + tslib: "1.9.3", // Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done // in the package too) because we should consider using lodash instead // (and there are backwards-incompatible changes either way). @@ -52,7 +53,10 @@ var packageJson = { split2: "2.2.0", multipipe: "2.0.1", pathwatcher: "8.0.2", - optimism: "0.9.1", + // The @wry/context package version must be compatible with the + // version constraint imposed by optimism/package.json. + optimism: "0.9.3", + "@wry/context": "0.3.1", 'lru-cache': '4.1.3' } };