Skip to content

Commit

Permalink
Merge pull request #435 from meteor/feature/templating-compiler-deps
Browse files Browse the repository at this point in the history
Updating dependencies for templating-compiler package
  • Loading branch information
Grubba27 authored Dec 29, 2023
2 parents 14b57bd + 1cd12fa commit c23d3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/templating-compiler/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Package.describe({
Package.registerBuildPlugin({
name: "compileTemplatesBatch",
use: [
'ecmascript@0.15.1',
'caching-html-compiler@1.2.0',
'templating-tools@1.2.0'
'ecmascript@0.16.7',
'caching-html-compiler@1.2.1',
'templating-tools@1.2.2'
],
sources: [
'compile-templates.js'
Expand Down

0 comments on commit c23d3cb

Please sign in to comment.