Skip to content

Commit

Permalink
Merge pull request #434 from meteor/feature/templating-deps
Browse files Browse the repository at this point in the history
Update templating deps
  • Loading branch information
Grubba27 authored Dec 29, 2023
2 parents c23d3cb + c9c5f88 commit 279ab4a
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 279ab4a

Please sign in to comment.