Bump Blaze version to 2.7.1

This commit is contained in:
Jan Dvorak
2023-07-21 08:53:55 +02:00
parent d112276e17
commit ddcd8a93ed
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ Package.onUse(api => {
// If the 'blaze' package is loaded, we'll define some helpers like
// {{currentUser}}. If not, no biggie.
api.use('blaze@2.5.0', 'client', { weak: true });
api.use('blaze@2.7.1', 'client', { weak: true });
// Allow us to detect 'autopublish', and publish some Meteor.users fields if
// it's loaded.

View File

@@ -19,7 +19,7 @@ Package.onUse(function (api) {
api.use([
'webapp',
'blaze@2.6.1',
'blaze@2.7.1',
'templating@1.3.2',
'spacebars@1.0.15',
'jquery@3.0.0',