Skip to content

Commit

Permalink
fix: babel snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Oct 28, 2024
1 parent 64ee673 commit b0625e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cli/babel-preset/tests/__snapshots__/web.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`should allow to enable legacy decorator 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.7",
"version": "7.26.0",
},
],
"<ROOT>/src/pluginLockCorejsVersion.js",
Expand Down Expand Up @@ -81,7 +81,7 @@ exports[`should allow to enable specific version decorator 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.7",
"version": "7.26.0",
},
],
"<ROOT>/src/pluginLockCorejsVersion.js",
Expand Down Expand Up @@ -131,7 +131,7 @@ exports[`should provide web preset as expected 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.7",
"version": "7.26.0",
},
],
"<ROOT>/src/pluginLockCorejsVersion.js",
Expand Down Expand Up @@ -222,7 +222,7 @@ exports[`should support inject core-js polyfills by entry 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.7",
"version": "7.26.0",
},
],
"<ROOT>/src/pluginLockCorejsVersion.js",
Expand Down Expand Up @@ -275,7 +275,7 @@ exports[`should support inject core-js polyfills by usage 1`] = `
"<WORKSPACE>/node_modules/<PNPM_INNER>/@babel/plugin-transform-runtime/lib/index.js",
{
"useESModules": true,
"version": "7.24.7",
"version": "7.26.0",
},
],
"<ROOT>/src/pluginLockCorejsVersion.js",
Expand Down

0 comments on commit b0625e6

Please sign in to comment.