Skip to content

Commit

Permalink
test(snackager): update snapshots for newer syntax and bump versions …
Browse files Browse the repository at this point in the history
…of failing packages
  • Loading branch information
byCedric committed Jan 11, 2024
1 parent 22e7a71 commit cfdbc18
Show file tree
Hide file tree
Showing 5 changed files with 3,215 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Object {
"react",
"react-native",
],
"size": 51000,
"size": 54000,
},
},
"ios": Object {
Expand All @@ -60,7 +60,7 @@ Object {
"react",
"react-native",
],
"size": 48000,
"size": 51000,
},
},
"web": Object {
Expand All @@ -69,7 +69,7 @@ Object {
"react",
"react-native",
],
"size": 108000,
"size": 111000,
},
},
},
Expand Down Expand Up @@ -152,7 +152,7 @@ Object {
"react-native-safe-area-context",
"react-native-screens",
],
"size": 90000,
"size": 105000,
},
},
"ios": Object {
Expand Down Expand Up @@ -185,7 +185,7 @@ Object {
"react-native-safe-area-context",
"react-native-screens",
],
"size": 90000,
"size": 105000,
},
},
"web": Object {
Expand All @@ -204,7 +204,7 @@ Object {
"react-native-safe-area-context",
"react-native-screens",
],
"size": 99000,
"size": 114000,
},
},
},
Expand Down Expand Up @@ -235,7 +235,7 @@ Object {
"react-native/Libraries/Core/Devtools/symbolicateStackTrace",
"react-native/Libraries/Utilities/PolyfillFunctions",
],
"size": 312000,
"size": 303000,
},
},
"ios": Object {
Expand All @@ -248,7 +248,7 @@ Object {
"react-native/Libraries/Core/Devtools/symbolicateStackTrace",
"react-native/Libraries/Utilities/PolyfillFunctions",
],
"size": 312000,
"size": 303000,
},
},
"web": Object {
Expand All @@ -261,7 +261,7 @@ Object {
"react-native/Libraries/Core/Devtools/symbolicateStackTrace",
"react-native/Libraries/Utilities/PolyfillFunctions",
],
"size": 312000,
"size": 303000,
},
},
},
Expand Down Expand Up @@ -360,7 +360,7 @@ Object {
"react-native",
"react-native/Libraries/Renderer/shims/ReactNative",
],
"size": 432000,
"size": 423000,
},
},
"ios": Object {
Expand All @@ -370,7 +370,7 @@ Object {
"react-native",
"react-native/Libraries/Renderer/shims/ReactNative",
],
"size": 432000,
"size": 423000,
},
},
"web": Object {
Expand All @@ -379,7 +379,7 @@ Object {
"react",
"react-native",
],
"size": 420000,
"size": 414000,
},
},
},
Expand Down Expand Up @@ -450,17 +450,19 @@ Object {
"react",
"react-native",
"react-native/Libraries/BatchedBridge/BatchedBridge",
"react-native/Libraries/Utilities/codegenNativeCommands",
],
"size": 9000,
"size": 453000,
},
},
"ios": Object {
"bundle.js": Object {
"externals": Array [
"react",
"react-native",
"react-native/Libraries/Utilities/codegenNativeCommands",
],
"size": 9000,
"size": 459000,
},
},
"web": Object {
Expand All @@ -475,9 +477,10 @@ Object {
},
"name": "react-native-webview",
"peerDependencies": Object {
"react-native": "0.64.0",
"react": "*",
"react-native": "*",
},
"version": "10.9.1",
"version": "13.2.2",
}
`;

Expand Down Expand Up @@ -508,7 +511,7 @@ Object {
"react",
"react-native",
],
"size": 90000,
"size": 93000,
},
},
},
Expand Down Expand Up @@ -560,7 +563,7 @@ Object {
"expo-constants",
"react-native",
],
"size": 12000,
"size": 6000,
},
},
"ios": Object {
Expand All @@ -571,7 +574,7 @@ Object {
"expo-constants",
"react-native",
],
"size": 12000,
"size": 6000,
},
},
"web": Object {
Expand All @@ -582,7 +585,7 @@ Object {
"expo-constants",
"react-native",
],
"size": 12000,
"size": 6000,
},
},
},
Expand Down Expand Up @@ -684,7 +687,7 @@ Object {
"react-native-gesture-handler/DrawerLayout",
"react-native-screens",
],
"size": 201000,
"size": 219000,
},
},
},
Expand All @@ -706,7 +709,7 @@ Object {
"externals": Array [
"react-native",
],
"size": 12000,
"size": 3000,
},
},
"ios": Object {
Expand Down Expand Up @@ -745,38 +748,35 @@ Object {
"externals": Array [
"react",
"react-native",
"react-native/Libraries/Utilities/dismissKeyboard",
],
"size": 3000,
"size": 6000,
},
},
"ios": Object {
"bundle.js": Object {
"externals": Array [
"react",
"react-native",
"react-native/Libraries/Utilities/dismissKeyboard",
],
"size": 3000,
"size": 6000,
},
},
"web": Object {
"bundle.js": Object {
"externals": Array [
"react",
"react-native",
"react-native/Libraries/Utilities/dismissKeyboard",
],
"size": 3000,
"size": 6000,
},
},
},
"name": "@react-native-community/viewpager",
"peerDependencies": Object {
"react": "16.0.0",
"react-native": "^0.57.0",
"react": "*",
"react-native": "*",
},
"version": "4.2.0",
"version": "5.0.11",
}
`;

Expand Down
File renamed without changes.

This file was deleted.

Loading

0 comments on commit cfdbc18

Please sign in to comment.