Skip to content

Commit

Permalink
test(snackager): update snapshot sizes after babel flow change
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 3, 2025
1 parent fdad244 commit 0aeb40f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports[`externalizes package-externals of dependencies 1`] = `
"react-native-svg",
"react/jsx-runtime",
],
"size": 699000,
"size": 696000,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`creates bundle for subpath 1`] = `
"react-native",
"react/jsx-runtime",
],
"size": 36000,
"size": 33000,
},
},
"ios": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`creates bundle for [email protected] 1`] = `
"react-native",
"react/jsx-runtime",
],
"size": 609000,
"size": 612000,
},
},
},
Expand Down Expand Up @@ -76,7 +76,7 @@ exports[`creates bundle for [email protected] 1`] = `
"react",
"react-native",
],
"size": 873000,
"size": 876000,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exports[`creates bundle for @react-navigation/[email protected] 1`] = `
"react-native",
"react/jsx-runtime",
],
"size": 150000,
"size": 147000,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`creates bundle for @sentry/[email protected] 1`] = `
"react-native/Libraries/Utilities/PolyfillFunctions",
"react/jsx-runtime",
],
"size": 303000,
"size": 300000,
},
},
"ios": {
Expand All @@ -28,7 +28,7 @@ exports[`creates bundle for @sentry/[email protected] 1`] = `
"react-native/Libraries/Utilities/PolyfillFunctions",
"react/jsx-runtime",
],
"size": 303000,
"size": 300000,
},
},
"web": {
Expand All @@ -42,7 +42,7 @@ exports[`creates bundle for @sentry/[email protected] 1`] = `
"react-native/Libraries/Utilities/PolyfillFunctions",
"react/jsx-runtime",
],
"size": 303000,
"size": 300000,
},
},
},
Expand Down

0 comments on commit 0aeb40f

Please sign in to comment.