Skip to content

Commit bfd1553

Browse files
committed
chore: bump up dependencies
1 parent df9eeac commit bfd1553

File tree

2 files changed

+315
-78
lines changed

2 files changed

+315
-78
lines changed

examples/rn-app/ios/license_plist.yml

Lines changed: 22 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ rename:
3636
"@[email protected]": '@react-native-vector-icons/material-design-icons'
3737
"@[email protected]": '@react-native-vector-icons/common'
3838
"[email protected]": find-up
39-
"locate-path@6.0.0": locate-path
40-
"p-locate@5.0.0": p-locate
41-
"p-limit@3.1.0": p-limit
42-
"[email protected].0": yocto-queue
39+
"locate-path@5.0.0": locate-path
40+
"p-locate@4.1.0": p-locate
41+
"p-limit@2.3.0": p-limit
42+
"[email protected].0": p-try
4343
"[email protected]": path-exists
4444
"[email protected]": unicorn-magic
4545
"[email protected]": picocolors
@@ -304,10 +304,6 @@ rename:
304304
"@[email protected]": '@istanbuljs/load-nyc-config'
305305
"[email protected]": camelcase
306306
"[email protected]": find-up
307-
"[email protected]": locate-path
308-
"[email protected]": p-locate
309-
"[email protected]": p-limit
310-
311307
"[email protected]": get-package-type
312308
"[email protected]": resolve-from
313309
"@[email protected]": '@istanbuljs/schema'
@@ -543,22 +539,22 @@ manual:
543539
version: '7.0.0'
544540
source: sindresorhus/find-up
545541
file: '../../../node_modules/@react-native-vector-icons/common/node_modules/find-up/license'
546-
- name: locate-path@6.0.0
547-
version: '6.0.0'
542+
- name: locate-path@5.0.0
543+
version: '5.0.0'
548544
source: sindresorhus/locate-path
549545
file: '../../../node_modules/locate-path/license'
550-
- name: p-locate@5.0.0
551-
version: '5.0.0'
546+
- name: p-locate@4.1.0
547+
version: '4.1.0'
552548
source: sindresorhus/p-locate
553549
file: '../../../node_modules/p-locate/license'
554-
- name: p-limit@3.1.0
555-
version: '3.1.0'
550+
- name: p-limit@2.3.0
551+
version: '2.3.0'
556552
source: sindresorhus/p-limit
557-
file: '../../../node_modules/p-limit/license'
558-
559-
version: '0.1.0'
560-
source: sindresorhus/yocto-queue
561-
file: '../../../node_modules/yocto-queue/license'
553+
file: '../../../node_modules/p-locate/node_modules/p-limit/license'
554+
555+
version: '2.2.0'
556+
source: sindresorhus/p-try
557+
file: '../../../node_modules/p-try/license'
562558
563559
version: '4.0.0'
564560
source: sindresorhus/path-exists
@@ -1008,7 +1004,7 @@ manual:
10081004
10091005
version: '7.4.2'
10101006
source: sindresorhus/open
1011-
file: '../../../node_modules/open/license'
1007+
file: '../../../node_modules/@react-native/dev-middleware/node_modules/open/license'
10121008
10131009
version: '1.16.2'
10141010
source: expressjs/serve-static
@@ -1056,7 +1052,7 @@ manual:
10561052
10571053
version: '1.6.0'
10581054
source: https://github.com/broofa/node-mime
1059-
file: '../../../node_modules/mime/LICENSE'
1055+
file: '../../../node_modules/send/node_modules/mime/LICENSE'
10601056
10611057
version: '2.4.1'
10621058
source: jshttp/on-finished
@@ -1356,7 +1352,7 @@ manual:
13561352
13571353
version: '1.0.10'
13581354
source: nodeca/argparse
1359-
file: '../../../node_modules/js-yaml/node_modules/argparse/LICENSE'
1355+
file: '../../../node_modules/argparse/LICENSE'
13601356
13611357
version: '1.0.3'
13621358
source: https://github.com/alexei/sprintf.js
@@ -1408,7 +1404,7 @@ manual:
14081404
14091405
version: '18.3.1'
14101406
source: https://github.com/facebook/react
1411-
file: '../../../node_modules/pretty-format/node_modules/react-is/LICENSE'
1407+
file: '../../../node_modules/react-is/LICENSE'
14121408
14131409
version: '0.83.1'
14141410
source: https://github.com/facebook/metro
@@ -1612,23 +1608,7 @@ manual:
16121608
16131609
version: '4.1.0'
16141610
source: sindresorhus/find-up
1615-
file: '../../../node_modules/find-up/license'
1616-
1617-
version: '5.0.0'
1618-
source: sindresorhus/locate-path
1619-
file: '../../../node_modules/find-up/node_modules/locate-path/license'
1620-
1621-
version: '4.1.0'
1622-
source: sindresorhus/p-locate
1623-
file: '../../../node_modules/find-up/node_modules/p-locate/license'
1624-
1625-
version: '2.3.0'
1626-
source: sindresorhus/p-limit
1627-
file: '../../../node_modules/find-up/node_modules/p-limit/license'
1628-
1629-
version: '2.2.0'
1630-
source: sindresorhus/p-try
1631-
file: '../../../node_modules/p-try/license'
1611+
file: '../../../node_modules/@istanbuljs/load-nyc-config/node_modules/find-up/license'
16321612
16331613
version: '0.1.0'
16341614
source: https://github.com/cfware/get-package-type
@@ -1796,7 +1776,7 @@ manual:
17961776
17971777
version: '12.1.0'
17981778
source: https://github.com/tj/commander.js
1799-
file: '../../../node_modules/commander/LICENSE'
1779+
file: '../../../node_modules/react-native/node_modules/commander/LICENSE'
18001780
18011781
version: '29.7.0'
18021782
source: https://github.com/jestjs/jest
@@ -1960,7 +1940,7 @@ manual:
19601940
19611941
version: '16.13.1'
19621942
source: https://github.com/facebook/react
1963-
file: '../../../node_modules/react-is/LICENSE'
1943+
file: '../../../node_modules/hoist-non-react-statics/node_modules/react-is/LICENSE'
19641944
19651945
version: '3.2.1'
19661946
source: Qix-/color

0 commit comments

Comments
 (0)