From 76c85ee0e457dfe467f0dc5adfbda7090cfae11b Mon Sep 17 00:00:00 2001 From: harryadel Date: Tue, 3 Jan 2023 13:24:50 +0200 Subject: [PATCH] [test-in-browser] Update blaze-html-templates version in dynamic-import --- tools/tests/apps/dynamic-import/.meteor/packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/apps/dynamic-import/.meteor/packages b/tools/tests/apps/dynamic-import/.meteor/packages index 1570f6c394..04a1d2b87d 100644 --- a/tools/tests/apps/dynamic-import/.meteor/packages +++ b/tools/tests/apps/dynamic-import/.meteor/packages @@ -7,7 +7,7 @@ meteor-base@1.4.0 # Packages every Meteor app needs to have mobile-experience@1.1.0 # Packages for a great mobile UX mongo@1.9.0 # The database Meteor supports right now -blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views +blaze-html-templates@2.0.0! # Compile .html files into Meteor Blaze views reactive-var@1.0.12 # Reactive variable for tracker tracker@1.2.1 # Meteor's client-side reactive programming library