Browse Source

dep(react-emoji-render/@amplitude/react-native): update to latest

factor2
Calin-Teodor 11 months ago
parent
commit
767101497c
3 changed files with 36 additions and 40 deletions
  1. 9
    5
      ios/Podfile.lock
  2. 25
    33
      package-lock.json
  3. 2
    2
      package.json

+ 9
- 5
ios/Podfile.lock View File

1
 PODS:
1
 PODS:
2
-  - Amplitude (8.7.1)
3
-  - amplitude-react-native (2.7.0):
4
-    - Amplitude (= 8.7.1)
2
+  - Amplitude (8.18.0):
3
+    - AnalyticsConnector (~> 1.0.0)
4
+  - amplitude-react-native (2.17.3):
5
+    - Amplitude (= 8.18.0)
5
     - React-Core
6
     - React-Core
7
+  - AnalyticsConnector (1.0.3)
6
   - AppAuth (1.7.5):
8
   - AppAuth (1.7.5):
7
     - AppAuth/Core (= 1.7.5)
9
     - AppAuth/Core (= 1.7.5)
8
     - AppAuth/ExternalUserAgent (= 1.7.5)
10
     - AppAuth/ExternalUserAgent (= 1.7.5)
1321
 SPEC REPOS:
1323
 SPEC REPOS:
1322
   trunk:
1324
   trunk:
1323
     - Amplitude
1325
     - Amplitude
1326
+    - AnalyticsConnector
1324
     - AppAuth
1327
     - AppAuth
1325
     - CocoaLumberjack
1328
     - CocoaLumberjack
1326
     - Firebase
1329
     - Firebase
1495
     :path: "../node_modules/react-native/ReactCommon/yoga"
1498
     :path: "../node_modules/react-native/ReactCommon/yoga"
1496
 
1499
 
1497
 SPEC CHECKSUMS:
1500
 SPEC CHECKSUMS:
1498
-  Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
1499
-  amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
1501
+  Amplitude: 184def4f87aa26f94a93a7faa334e06b1cae704d
1502
+  amplitude-react-native: 9e5e0f4609366a2f714ab05dd7924f3c3073c075
1503
+  AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
1500
   AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
1504
   AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
1501
   boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1505
   boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1502
   CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646
1506
   CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646

+ 25
- 33
package-lock.json View File

10
       "hasInstallScript": true,
10
       "hasInstallScript": true,
11
       "license": "Apache-2.0",
11
       "license": "Apache-2.0",
12
       "dependencies": {
12
       "dependencies": {
13
-        "@amplitude/react-native": "2.7.0",
13
+        "@amplitude/react-native": "2.17.3",
14
         "@braintree/sanitize-url": "7.0.0",
14
         "@braintree/sanitize-url": "7.0.0",
15
         "@emotion/react": "11.10.6",
15
         "@emotion/react": "11.10.6",
16
         "@emotion/styled": "11.10.6",
16
         "@emotion/styled": "11.10.6",
72
         "punycode": "2.3.0",
72
         "punycode": "2.3.0",
73
         "react": "18.2.0",
73
         "react": "18.2.0",
74
         "react-dom": "18.2.0",
74
         "react-dom": "18.2.0",
75
-        "react-emoji-render": "1.2.4",
75
+        "react-emoji-render": "2.0.1",
76
         "react-focus-on": "3.8.1",
76
         "react-focus-on": "3.8.1",
77
         "react-i18next": "10.11.4",
77
         "react-i18next": "10.11.4",
78
         "react-linkify": "1.0.0-alpha",
78
         "react-linkify": "1.0.0-alpha",
244
       "integrity": "sha512-T8mOYzB9RRxckzhL0NTHwdge9xuFxXEOplC8B1Y3UX3NHa3BLh7DlBUZlCOwQgMc2nxDfnSweDL5S3bhC+W90g=="
244
       "integrity": "sha512-T8mOYzB9RRxckzhL0NTHwdge9xuFxXEOplC8B1Y3UX3NHa3BLh7DlBUZlCOwQgMc2nxDfnSweDL5S3bhC+W90g=="
245
     },
245
     },
246
     "node_modules/@amplitude/react-native": {
246
     "node_modules/@amplitude/react-native": {
247
-      "version": "2.7.0",
248
-      "resolved": "https://registry.npmjs.org/@amplitude/react-native/-/react-native-2.7.0.tgz",
249
-      "integrity": "sha512-2dMxCVgRPwReHRDm9JKbL+sZGyozJlcdr5Jokv8TQR7idNxxGmm4YSYkjhGjSWkoEyGEyy+lh9kRJQL/DcUWJQ==",
247
+      "version": "2.17.3",
248
+      "resolved": "https://registry.npmjs.org/@amplitude/react-native/-/react-native-2.17.3.tgz",
249
+      "integrity": "sha512-UjXjbt/rPotjJ5hHZjYI8q9TQ/LpcLjWGtOsswHVL4+Vh7FlMzvDSum6QDdXW00rBP0ibCMQBcng1lLG4dh/Ug==",
250
+      "license": "MIT",
250
       "peerDependencies": {
251
       "peerDependencies": {
251
         "react": "*",
252
         "react": "*",
252
         "react-native": "*"
253
         "react-native": "*"
9093
       "license": "ISC"
9094
       "license": "ISC"
9094
     },
9095
     },
9095
     "node_modules/emoji-regex": {
9096
     "node_modules/emoji-regex": {
9096
-      "version": "6.5.1",
9097
-      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.5.1.tgz",
9098
-      "integrity": "sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ=="
9097
+      "version": "8.0.0",
9098
+      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
9099
+      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
9100
+      "license": "MIT"
9099
     },
9101
     },
9100
     "node_modules/emojis-list": {
9102
     "node_modules/emojis-list": {
9101
       "version": "3.0.0",
9103
       "version": "3.0.0",
15107
       }
15109
       }
15108
     },
15110
     },
15109
     "node_modules/react-emoji-render": {
15111
     "node_modules/react-emoji-render": {
15110
-      "version": "1.2.4",
15111
-      "resolved": "https://registry.npmjs.org/react-emoji-render/-/react-emoji-render-1.2.4.tgz",
15112
-      "integrity": "sha512-AqktVXV38uDpgf02BoCXrzLYFsHAsxfdWwjrLexSJ22l1JgB01y1KejjxW/zTuCzod6O7BZfiMS866LEEfMHmA==",
15112
+      "version": "2.0.1",
15113
+      "resolved": "https://registry.npmjs.org/react-emoji-render/-/react-emoji-render-2.0.1.tgz",
15114
+      "integrity": "sha512-SKtsdwgEf2BFNiE9y4UBFZBWjkRcyWmhMprVly52+J77/zxThcfaQ3sCA0+2LtGJIRMpm4DGWSvyLg72fd1rXQ==",
15115
+      "license": "MIT",
15113
       "dependencies": {
15116
       "dependencies": {
15114
         "classnames": "^2.2.5",
15117
         "classnames": "^2.2.5",
15115
-        "emoji-regex": "^6.4.1",
15118
+        "emoji-regex": "^8.0.0",
15116
         "lodash.flatten": "^4.4.0",
15119
         "lodash.flatten": "^4.4.0",
15117
         "prop-types": "^15.5.8",
15120
         "prop-types": "^15.5.8",
15118
         "string-replace-to-array": "^1.0.1"
15121
         "string-replace-to-array": "^1.0.1"
17447
         "node": ">=8"
17450
         "node": ">=8"
17448
       }
17451
       }
17449
     },
17452
     },
17450
-    "node_modules/string-width/node_modules/emoji-regex": {
17451
-      "version": "8.0.0",
17452
-      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
17453
-      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
17454
-      "license": "MIT"
17455
-    },
17456
     "node_modules/string-width/node_modules/is-fullwidth-code-point": {
17453
     "node_modules/string-width/node_modules/is-fullwidth-code-point": {
17457
       "version": "3.0.0",
17454
       "version": "3.0.0",
17458
       "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
17455
       "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
19290
       "integrity": "sha512-T8mOYzB9RRxckzhL0NTHwdge9xuFxXEOplC8B1Y3UX3NHa3BLh7DlBUZlCOwQgMc2nxDfnSweDL5S3bhC+W90g=="
19287
       "integrity": "sha512-T8mOYzB9RRxckzhL0NTHwdge9xuFxXEOplC8B1Y3UX3NHa3BLh7DlBUZlCOwQgMc2nxDfnSweDL5S3bhC+W90g=="
19291
     },
19288
     },
19292
     "@amplitude/react-native": {
19289
     "@amplitude/react-native": {
19293
-      "version": "2.7.0",
19294
-      "resolved": "https://registry.npmjs.org/@amplitude/react-native/-/react-native-2.7.0.tgz",
19295
-      "integrity": "sha512-2dMxCVgRPwReHRDm9JKbL+sZGyozJlcdr5Jokv8TQR7idNxxGmm4YSYkjhGjSWkoEyGEyy+lh9kRJQL/DcUWJQ=="
19290
+      "version": "2.17.3",
19291
+      "resolved": "https://registry.npmjs.org/@amplitude/react-native/-/react-native-2.17.3.tgz",
19292
+      "integrity": "sha512-UjXjbt/rPotjJ5hHZjYI8q9TQ/LpcLjWGtOsswHVL4+Vh7FlMzvDSum6QDdXW00rBP0ibCMQBcng1lLG4dh/Ug=="
19296
     },
19293
     },
19297
     "@amplitude/types": {
19294
     "@amplitude/types": {
19298
       "version": "1.10.2",
19295
       "version": "1.10.2",
25535
       "integrity": "sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw=="
25532
       "integrity": "sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw=="
25536
     },
25533
     },
25537
     "emoji-regex": {
25534
     "emoji-regex": {
25538
-      "version": "6.5.1",
25539
-      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.5.1.tgz",
25540
-      "integrity": "sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ=="
25535
+      "version": "8.0.0",
25536
+      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
25537
+      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
25541
     },
25538
     },
25542
     "emojis-list": {
25539
     "emojis-list": {
25543
       "version": "3.0.0",
25540
       "version": "3.0.0",
29875
       }
29872
       }
29876
     },
29873
     },
29877
     "react-emoji-render": {
29874
     "react-emoji-render": {
29878
-      "version": "1.2.4",
29879
-      "resolved": "https://registry.npmjs.org/react-emoji-render/-/react-emoji-render-1.2.4.tgz",
29880
-      "integrity": "sha512-AqktVXV38uDpgf02BoCXrzLYFsHAsxfdWwjrLexSJ22l1JgB01y1KejjxW/zTuCzod6O7BZfiMS866LEEfMHmA==",
29875
+      "version": "2.0.1",
29876
+      "resolved": "https://registry.npmjs.org/react-emoji-render/-/react-emoji-render-2.0.1.tgz",
29877
+      "integrity": "sha512-SKtsdwgEf2BFNiE9y4UBFZBWjkRcyWmhMprVly52+J77/zxThcfaQ3sCA0+2LtGJIRMpm4DGWSvyLg72fd1rXQ==",
29881
       "requires": {
29878
       "requires": {
29882
         "classnames": "^2.2.5",
29879
         "classnames": "^2.2.5",
29883
-        "emoji-regex": "^6.4.1",
29880
+        "emoji-regex": "^8.0.0",
29884
         "lodash.flatten": "^4.4.0",
29881
         "lodash.flatten": "^4.4.0",
29885
         "prop-types": "^15.5.8",
29882
         "prop-types": "^15.5.8",
29886
         "string-replace-to-array": "^1.0.1"
29883
         "string-replace-to-array": "^1.0.1"
31512
         "strip-ansi": "^6.0.1"
31509
         "strip-ansi": "^6.0.1"
31513
       },
31510
       },
31514
       "dependencies": {
31511
       "dependencies": {
31515
-        "emoji-regex": {
31516
-          "version": "8.0.0",
31517
-          "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
31518
-          "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
31519
-        },
31520
         "is-fullwidth-code-point": {
31512
         "is-fullwidth-code-point": {
31521
           "version": "3.0.0",
31513
           "version": "3.0.0",
31522
           "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
31514
           "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",

+ 2
- 2
package.json View File

16
   "author": "",
16
   "author": "",
17
   "readmeFilename": "README.md",
17
   "readmeFilename": "README.md",
18
   "dependencies": {
18
   "dependencies": {
19
-    "@amplitude/react-native": "2.7.0",
19
+    "@amplitude/react-native": "2.17.3",
20
     "@braintree/sanitize-url": "7.0.0",
20
     "@braintree/sanitize-url": "7.0.0",
21
     "@emotion/react": "11.10.6",
21
     "@emotion/react": "11.10.6",
22
     "@emotion/styled": "11.10.6",
22
     "@emotion/styled": "11.10.6",
78
     "punycode": "2.3.0",
78
     "punycode": "2.3.0",
79
     "react": "18.2.0",
79
     "react": "18.2.0",
80
     "react-dom": "18.2.0",
80
     "react-dom": "18.2.0",
81
-    "react-emoji-render": "1.2.4",
81
+    "react-emoji-render": "2.0.1",
82
     "react-focus-on": "3.8.1",
82
     "react-focus-on": "3.8.1",
83
     "react-i18next": "10.11.4",
83
     "react-i18next": "10.11.4",
84
     "react-linkify": "1.0.0-alpha",
84
     "react-linkify": "1.0.0-alpha",

Loading…
Cancel
Save