mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update and match swc 1.12.14 version
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user