mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump Blaze version to 2.7.1
This commit is contained in:
@@ -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.
|
||||
|
||||
Submodule packages/non-core/blaze updated: 225ded2701...edf3fe1e31
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user