Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit cafe21c

Browse files
authored
chore: downgrade pager-view to 6.0.2 (#1407)
1 parent 9ab3e06 commit cafe21c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "18.1.0",
2121
"react-dom": "18.1.0",
2222
"react-native": "0.70.5",
23-
"react-native-pager-view": "6.1.0",
23+
"react-native-pager-view": "6.0.2",
2424
"react-native-safe-area-context": "4.4.1",
2525
"react-native-web": "~0.18.9",
2626
"use-latest-callback": "^0.1.5"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9269,10 +9269,10 @@ react-native-gradle-plugin@^0.70.3:
92699269
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8"
92709270
integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A==
92719271

9272-
react-native-pager-view@6.1.0:
9273-
version "6.1.0"
9274-
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-6.1.0.tgz#6cb13fb6f2db8836c89ee8261b07603e97527ceb"
9275-
integrity sha512-wBtc77l+lWRDS1FlpeO+rE0iG/ecRtVhHrERMkm7CACQvhB+ty8NL2zlAzOCCbS83DZrIdtWuPu9VqziKHzJPw==
9272+
react-native-pager-view@6.0.2:
9273+
version "6.0.2"
9274+
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-6.0.2.tgz#447b85fcb9f35225c4d6885c18689a7d30c181d9"
9275+
integrity sha512-XL3Qc9k7o0BykclGHtuRUz97FpF6rcKbP8LqszLeS2hKnINYcbUPYqg46EhbwVhFOUJE+XhT3idrSO1e/D6jtQ==
92769276

92779277
92789278
version "4.4.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react": "18.1.0",
6666
"react-native": "0.70.5",
6767
"react-native-builder-bob": "^0.20.1",
68-
"react-native-pager-view": "6.1.0",
68+
"react-native-pager-view": "6.0.2",
6969
"release-it": "^15.5.0",
7070
"typescript": "^4.8.2"
7171
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8510,10 +8510,10 @@ react-native-gradle-plugin@^0.70.3:
85108510
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8"
85118511
integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A==
85128512

8513-
react-native-pager-view@6.1.0:
8514-
version "6.1.0"
8515-
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-6.1.0.tgz#6cb13fb6f2db8836c89ee8261b07603e97527ceb"
8516-
integrity sha512-wBtc77l+lWRDS1FlpeO+rE0iG/ecRtVhHrERMkm7CACQvhB+ty8NL2zlAzOCCbS83DZrIdtWuPu9VqziKHzJPw==
8513+
react-native-pager-view@6.0.2:
8514+
version "6.0.2"
8515+
resolved "https://registry.yarnpkg.com/react-native-pager-view/-/react-native-pager-view-6.0.2.tgz#447b85fcb9f35225c4d6885c18689a7d30c181d9"
8516+
integrity sha512-XL3Qc9k7o0BykclGHtuRUz97FpF6rcKbP8LqszLeS2hKnINYcbUPYqg46EhbwVhFOUJE+XhT3idrSO1e/D6jtQ==
85178517

85188518
85198519
version "0.70.5"

0 commit comments

Comments
 (0)