Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit e79e2ab

Browse files
committed
chore: update react-native-paper
1 parent 0bb1182 commit e79e2ab

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "16.8.3",
1818
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
1919
"react-native-gesture-handler": "~1.3.0",
20-
"react-native-paper": "^3.0.0-alpha.8",
20+
"react-native-paper": "^3.1.1",
2121
"react-native-reanimated": "~1.1.0",
2222
"react-navigation": "^4.0.7",
2323
"react-navigation-stack": "^1.5.4"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9361,10 +9361,10 @@ react-native-gesture-handler@~1.3.0:
93619361
invariant "^2.2.2"
93629362
prop-types "^15.5.10"
93639363

9364-
react-native-paper@^3.0.0-alpha.8:
9365-
version "3.0.0-alpha.8"
9366-
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.0.0-alpha.8.tgz#365a0c4f0aa20a737a03a8e341e569a4594edf68"
9367-
integrity sha512-9+0pJhcpkBfiBZOHOkP7ElsbM1kTTL0RoMg7IBgfjBS5yUhqAlf7ff+vK8m2d0R3fST/Peim5PSbW0b1053+hQ==
9364+
react-native-paper@^3.1.1:
9365+
version "3.1.1"
9366+
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.1.1.tgz#971f3097eecb4c061bf10768182b8985442a45ab"
9367+
integrity sha512-GHJ/2z/1Nzm4Y1g22Znu09BV7SV4tsR7h/9HrXuj3kFrsJo7zt5e+t/ELLLvycGEo4z1vhV6MtjtIk/PSaKoDA==
93689368
dependencies:
93699369
"@callstack/react-theme-provider" "^3.0.5"
93709370
color "^3.1.2"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react": "16.8.3",
6060
"react-native": "~0.59.8",
6161
"react-native-gesture-handler": "^1.4.1",
62-
"react-native-paper": "^3.0.0-alpha.8",
62+
"react-native-paper": "^3.1.1",
6363
"react-native-reanimated": "^1.2.0",
6464
"react-navigation": "^4.0.7",
6565
"release-it": "^12.3.6",
@@ -68,7 +68,7 @@
6868
"peerDependencies": {
6969
"react": "*",
7070
"react-native": "*",
71-
"react-native-paper": "^2.2.2 || ^3.0.0-alpha.1",
71+
"react-native-paper": "^2.2.2 || ^3.0.0",
7272
"react-navigation": "^4.0.7"
7373
},
7474
"husky": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7274,10 +7274,10 @@ react-native-gesture-handler@^1.4.1:
72747274
invariant "^2.2.4"
72757275
prop-types "^15.7.2"
72767276

7277-
react-native-paper@^3.0.0-alpha.8:
7278-
version "3.0.0-alpha.8"
7279-
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.0.0-alpha.8.tgz#365a0c4f0aa20a737a03a8e341e569a4594edf68"
7280-
integrity sha512-9+0pJhcpkBfiBZOHOkP7ElsbM1kTTL0RoMg7IBgfjBS5yUhqAlf7ff+vK8m2d0R3fST/Peim5PSbW0b1053+hQ==
7277+
react-native-paper@^3.1.1:
7278+
version "3.1.1"
7279+
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-3.1.1.tgz#971f3097eecb4c061bf10768182b8985442a45ab"
7280+
integrity sha512-GHJ/2z/1Nzm4Y1g22Znu09BV7SV4tsR7h/9HrXuj3kFrsJo7zt5e+t/ELLLvycGEo4z1vhV6MtjtIk/PSaKoDA==
72817281
dependencies:
72827282
"@callstack/react-theme-provider" "^3.0.5"
72837283
color "^3.1.2"

0 commit comments

Comments
 (0)