Skip to content

Commit

Permalink
Update templating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 27, 2023
1 parent 9e1def0 commit c9c5f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/templating/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'templating',
summary: "Allows templates to be defined in .html files",
version: '1.4.2',
version: '1.4.3',
git: 'https://github.com/meteor/blaze.git'
});

Expand All @@ -13,7 +13,7 @@ Package.describe({
Package.onUse(function (api) {
api.export('Template', 'client');

api.use('templating-runtime@1.6.0');
api.use('templating-runtime@1.6.3');
api.imply('templating-runtime');

api.imply('templating-compiler@1.4.1');
Expand Down

0 comments on commit c9c5f88

Please sign in to comment.