update and match swc 1.12.14 version

This commit is contained in:
Nacho Codoñer
2025-07-15 17:33:13 +02:00
parent 4bb800119a
commit e9aa2bd7ca
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Npm.depends({
'@meteorjs/babel': '7.20.1',
'json5': '2.2.3',
'semver': '7.6.3',
"@meteorjs/swc-core": "1.1.3",
"@meteorjs/swc-core": "1.12.14",
});
Package.onUse(function (api) {

View File

@@ -12,7 +12,7 @@ Package.registerBuildPlugin({
'ecmascript'
],
npmDependencies: {
'@meteorjs/swc-core': '1.1.3',
'@meteorjs/swc-core': '1.12.14',
'acorn': '8.10.0',
"@babel/runtime": "7.18.9",
'@babel/parser': '7.22.7',