bump coffeescript packages as babel-compiler was updated

This commit is contained in:
Nacho Codoñer
2025-05-27 14:07:40 +02:00
parent 1fd8c98b22
commit d4d701e6d3
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ Package.describe({
summary: 'Compiler for CoffeeScript code, supporting the coffeescript package',
// This version of NPM `coffeescript` module, with _1, _2 etc.
// If you change this, make sure to also update ../coffeescript/package.js to match.
version: '2.4.2'
version: '2.4.2-beta330.1',
});
Npm.depends({

View File

@@ -6,12 +6,12 @@ Package.describe({
// so bumping the version of this package will be how they get newer versions
// of `coffeescript-compiler`. If you change this, make sure to also update
// ../coffeescript-compiler/package.js to match.
version: '2.7.2'
version: '2.7.3-beta330.1',
});
Package.registerBuildPlugin({
name: 'compile-coffeescript',
use: ['caching-compiler@2.0.0-rc300.2', 'ecmascript@0.16.9-rc300.2', 'coffeescript-compiler@2.4.1'],
use: ['caching-compiler@2.0.1', 'ecmascript@0.16.11-beta330.1', 'coffeescript-compiler@2.4.2-beta330.1'],
sources: ['compile-coffeescript.js'],
npmDependencies: {
// A breaking change was introduced in @babel/runtime@7.0.0-beta.56