Skip to content

Commit 051d53a

Browse files
authored
Merge pull request #394 from GeekyAnts/feat/update-nb-versions
Update NativeBase Version
2 parents a690832 + 8622765 commit 051d53a

File tree

3 files changed

+83
-13
lines changed

3 files changed

+83
-13
lines changed

docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
"3.1.x": "3.1.0",
1111
"3.2.x": "3.2.2",
1212
"3.3.x": "3.3.10",
13-
"3.4.x": "3.4.11",
13+
"3.4.x": "3.4.19",
1414
},
1515
componentOfTheWeek: {
1616
switch: "https://www.youtube.com/embed/VGUhi8IQHDw",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"expo-modules-core": "^0.9.1",
3131
"formik": "2.2.9",
3232
"gray-matter": "^4.0.3",
33-
"native-base": "3.4.9",
33+
"native-base": "^3.4.19",
3434
"next": "12.0.4",
3535
"next-fonts": "^1.5.1",
3636
"next-mdx-remote": "^3.0.8",

yarn.lock

Lines changed: 81 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,6 +1903,17 @@
19031903
"@react-types/combobox" "^3.2.1"
19041904
"@react-types/shared" "^3.10.1"
19051905

1906+
"@react-aria/[email protected]":
1907+
version "3.2.3"
1908+
resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.2.3.tgz#3e4137498a7fb5235d056c30fd94ab4a82e73aea"
1909+
integrity sha512-+OWmJMivrq3f8ApWihH1KJYqYj3rZV34YJORacBohcAsF1Qd1V1/P+w3dMkf24kV0wqAiWePCF1FwgnrL/rYzQ==
1910+
dependencies:
1911+
"@babel/runtime" "^7.6.2"
1912+
"@react-aria/interactions" "^3.3.0"
1913+
"@react-aria/utils" "^3.4.0"
1914+
"@react-types/shared" "^3.3.0"
1915+
clsx "^1.1.1"
1916+
19061917
"@react-aria/focus@^3.2.3", "@react-aria/focus@^3.4.1", "@react-aria/focus@^3.5.0":
19071918
version "3.5.0"
19081919
resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.5.0.tgz#02b85f97d6114af1eccc0902ce40723b626cb7f9"
@@ -1940,6 +1951,15 @@
19401951
"@react-aria/utils" "^3.13.1"
19411952
"@react-types/shared" "^3.13.1"
19421953

1954+
"@react-aria/interactions@^3.3.0":
1955+
version "3.12.0"
1956+
resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.12.0.tgz#b16a392c3dc23351c8fd33a16cef0ef93dc4682d"
1957+
integrity sha512-KcKurjPZwme9ggvGQjbjqZtZtuyXipTBVMHUah9a3+Dz7vXxhRg5vFaEdM79oQnNsrGFW5xS6SKBehl/JG6BMw==
1958+
dependencies:
1959+
"@babel/runtime" "^7.6.2"
1960+
"@react-aria/utils" "^3.14.0"
1961+
"@react-types/shared" "^3.15.0"
1962+
19431963
"@react-aria/interactions@^3.3.2", "@react-aria/interactions@^3.5.1", "@react-aria/interactions@^3.6.0", "@react-aria/interactions@^3.7.0":
19441964
version "3.7.0"
19451965
resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.7.0.tgz#eb19c1068b557a6b6df1e1c4abef07de719e9f25"
@@ -2074,6 +2094,13 @@
20742094
dependencies:
20752095
"@babel/runtime" "^7.6.2"
20762096

2097+
"@react-aria/ssr@^3.3.0":
2098+
version "3.3.0"
2099+
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.3.0.tgz#25e81daf0c7a270a4a891159d8d984578e4512d8"
2100+
integrity sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ==
2101+
dependencies:
2102+
"@babel/runtime" "^7.6.2"
2103+
20772104
"@react-aria/[email protected]":
20782105
version "3.0.0-alpha.2"
20792106
resolved "https://registry.yarnpkg.com/@react-aria/tabs/-/tabs-3.0.0-alpha.2.tgz#3b931d9c752c2dca4c2a1b975248b0ee751077a2"
@@ -2137,6 +2164,17 @@
21372164
"@react-types/shared" "^3.13.1"
21382165
clsx "^1.1.1"
21392166

2167+
"@react-aria/utils@^3.14.0", "@react-aria/utils@^3.4.0":
2168+
version "3.14.0"
2169+
resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.14.0.tgz#87877e89e959c8b6299da953ec3a7167de2192c3"
2170+
integrity sha512-DHgmwNBNEhnb6DEYYAfbt99wprBqJJOBBeIpQ2g3+pxwlw4BZ+v4Qr+rDD0ZibWV0mYzt8zOhZ9StpId7iTF0Q==
2171+
dependencies:
2172+
"@babel/runtime" "^7.6.2"
2173+
"@react-aria/ssr" "^3.3.0"
2174+
"@react-stately/utils" "^3.5.1"
2175+
"@react-types/shared" "^3.15.0"
2176+
clsx "^1.1.1"
2177+
21402178
"@react-aria/visually-hidden@^3.2.1", "@react-aria/visually-hidden@^3.2.3":
21412179
version "3.2.3"
21422180
resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.2.3.tgz#4779df0a468873550afb42a7f5fcb2411d82db8d"
@@ -2180,10 +2218,10 @@
21802218
"@react-native-aria/utils" "^0.2.6"
21812219
"@react-types/button" "^3.3.1"
21822220

2183-
"@react-native-aria/focus@^0.2.4":
2184-
version "0.2.5"
2185-
resolved "https://registry.yarnpkg.com/@react-native-aria/focus/-/focus-0.2.5.tgz#28ff752b28b7dfeb737147856aaf6669de3290f9"
2186-
integrity sha512-PUTGNL5JMCWJ2dNAehpQqLuSUUdkXcLlFjl52Dv84XcIUTuXRvDl5+jr4OW0jyUSGUS6ooqDNRW/PSza35P+tw==
2221+
"@react-native-aria/focus@^0.2.6":
2222+
version "0.2.7"
2223+
resolved "https://registry.yarnpkg.com/@react-native-aria/focus/-/focus-0.2.7.tgz#fd339d5ec8384cee6afe0c0115a528f360d04a27"
2224+
integrity sha512-7Ol8AoTzEN7qC4t4AzclPzjQZ0oRkNBePmVBm2lAQwOnmkKwa+TdiVGtU7MgvsQxUV3aTTMY2Nu1Z5YwCwhUkA==
21872225
dependencies:
21882226
"@react-aria/focus" "^3.2.3"
21892227

@@ -2793,6 +2831,13 @@
27932831
dependencies:
27942832
"@babel/runtime" "^7.6.2"
27952833

2834+
"@react-stately/utils@^3.5.1":
2835+
version "3.5.1"
2836+
resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.5.1.tgz#502de762e5d33e892347c5f58053674e06d3bc92"
2837+
integrity sha512-INeQ5Er2Jm+db8Py4upKBtgfzp3UYgwXYmbU/XJn49Xw27ktuimH9e37qP3bgHaReb5L3g8IrGs38tJUpnGPHA==
2838+
dependencies:
2839+
"@babel/runtime" "^7.6.2"
2840+
27962841
"@react-stately/virtualizer@^3.1.5":
27972842
version "3.1.6"
27982843
resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.1.6.tgz#df803dbe032b73244b1d2f5cf09ac0ec9fcd9d04"
@@ -2912,6 +2957,11 @@
29122957
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.13.1.tgz#eda5e3744971606f753baf7879136bf8e3f707ab"
29132958
integrity sha512-EHQqILDJeDvnloy5VV9lnnEjpCMwH1ghptCfa/lz9Ht9nwco3qGCvUABkWyND7yU1Adt3A/1oJxhpRUu3eTlyg==
29142959

2960+
"@react-types/shared@^3.15.0", "@react-types/shared@^3.3.0":
2961+
version "3.15.0"
2962+
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.15.0.tgz#a4a78f36bc8daaefe6e9a9df1f453271639c2233"
2963+
integrity sha512-hwuE4BmgswqP+HRDSLMj7DcnYOCCK+ZRuKnc9AVhXS4LBrwRSkdUkNvXhgvqF5tav7IqTpG9pBYMR9wedehuhA==
2964+
29152965
"@react-types/slider@^3.0.1":
29162966
version "3.1.1"
29172967
resolved "https://registry.yarnpkg.com/@react-types/slider/-/slider-3.1.1.tgz#fb3714af526e84b4981951eec9fcb19eab4e1dd8"
@@ -3154,6 +3204,11 @@
31543204
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
31553205
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
31563206

3207+
"@types/use-subscription@^1.0.0":
3208+
version "1.0.0"
3209+
resolved "https://registry.yarnpkg.com/@types/use-subscription/-/use-subscription-1.0.0.tgz#d146f8d834f70f50d48bd8246a481d096f11db19"
3210+
integrity sha512-0WWZ5GUDKMXUY/1zy4Ur5/zsC0s/B+JjXfHdkvx6JgDNZzZV5eW+KKhDqsTGyqX56uh99gwGwbsKbVwkcVIKQA==
3211+
31573212
"@types/webpack-sources@*":
31583213
version "3.2.0"
31593214
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b"
@@ -7508,7 +7563,7 @@ [email protected]:
75087563
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
75097564
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
75107565

7511-
inline-style-prefixer@^6.0.0:
7566+
inline-style-prefixer@^6.0.0, inline-style-prefixer@^6.0.1:
75127567
version "6.0.1"
75137568
resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-6.0.1.tgz#c5c0e43ba8831707afc5f5bbfd97edf45c1fa7ae"
75147569
integrity sha512-AsqazZ8KcRzJ9YPN1wMH2aNM7lkWQ8tSPrW5uDk1ziYwiAPWSZnUsC7lfZq+BDqLqz0B4Pho5wscWcJzVvRzDQ==
@@ -9382,18 +9437,18 @@ nanomatch@^1.2.9:
93829437
snapdragon "^0.8.1"
93839438
to-regex "^3.0.1"
93849439

9385-
9386-
version "3.4.9"
9387-
resolved "https://registry.yarnpkg.com/native-base/-/native-base-3.4.9.tgz#01e6a1a674d46fd04ef34cce8dc221a9cc20c966"
9388-
integrity sha512-5Fu2SpVHcgSsvyaiPEeSSwYyymajC34TNqwWmimVEv9+QyrkT2qfiY52t/cmhpnPDECodIq8fyjPTJIqIK3tMw==
9440+
native-base@^3.4.19:
9441+
version "3.4.19"
9442+
resolved "https://registry.yarnpkg.com/native-base/-/native-base-3.4.19.tgz#856bb070d6cc70d14b15ba79545cb5c724adbb8a"
9443+
integrity sha512-J5WniznFmeBcCLoqIbJBoPel9ueBi8/MuMeVryw/L42EWbWGUoj/J0KV2+Z0A5Bc1wcxhGWswdF6wRqg10x/uQ==
93899444
dependencies:
9390-
"@react-aria/focus" "^3.2.3"
9445+
"@react-aria/focus" "3.2.3"
93919446
"@react-aria/utils" "^3.6.0"
93929447
"@react-aria/visually-hidden" "^3.2.1"
93939448
"@react-native-aria/button" "^0.2.4"
93949449
"@react-native-aria/checkbox" "^0.2.2"
93959450
"@react-native-aria/combobox" "^0.2.4-alpha.0"
9396-
"@react-native-aria/focus" "^0.2.4"
9451+
"@react-native-aria/focus" "^0.2.6"
93979452
"@react-native-aria/interactions" "^0.2.2"
93989453
"@react-native-aria/listbox" "^0.2.4-alpha.3"
93999454
"@react-native-aria/overlays" "0.3.3-rc.0"
@@ -9409,6 +9464,8 @@ [email protected]:
94099464
"@react-stately/tabs" "3.0.0-alpha.1"
94109465
"@react-stately/toggle" "3.2.1"
94119466
"@types/lodash.has" "^4.5.6"
9467+
"@types/use-subscription" "^1.0.0"
9468+
inline-style-prefixer "^6.0.1"
94129469
lodash.clonedeep "^4.5.0"
94139470
lodash.get "^4.4.2"
94149471
lodash.has "^4.5.2"
@@ -9423,6 +9480,7 @@ [email protected]:
94239480
react-native-keyboard-aware-scroll-view "^0.9.5"
94249481
stable-hash "^0.0.2"
94259482
tinycolor2 "^1.4.2"
9483+
use-subscription "^1.8.0"
94269484

94279485
natural-compare@^1.4.0:
94289486
version "1.4.0"
@@ -13238,6 +13296,18 @@ [email protected], use-subscription@^1.0.0:
1323813296
dependencies:
1323913297
object-assign "^4.1.1"
1324013298

13299+
use-subscription@^1.8.0:
13300+
version "1.8.0"
13301+
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.8.0.tgz#f118938c29d263c2bce12fc5585d3fe694d4dbce"
13302+
integrity sha512-LISuG0/TmmoDoCRmV5XAqYkd3UCBNM0ML3gGBndze65WITcsExCD3DTvXXTLyNcOC0heFQZzluW88bN/oC1DQQ==
13303+
dependencies:
13304+
use-sync-external-store "^1.2.0"
13305+
13306+
use-sync-external-store@^1.2.0:
13307+
version "1.2.0"
13308+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
13309+
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
13310+
1324113311
use@^3.1.0:
1324213312
version "3.1.1"
1324313313
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"

0 commit comments

Comments
 (0)