Browse Source

chore(deps): update lib for recording refactoring and no display name escaping (#3169)

master
virtuacoplenny 7 years ago
parent
commit
942d7d7e56
No account linked to committer's email address
2 changed files with 30 additions and 30 deletions
  1. 29
    29
      package-lock.json
  2. 1
    1
      package.json

+ 29
- 29
package-lock.json View File

@@ -42,12 +42,12 @@
42 42
       "resolved": "https://registry.npmjs.org/@atlaskit/checkbox/-/checkbox-2.0.2.tgz",
43 43
       "integrity": "sha512-sX5vixywY61A7Q/YR04g3Z+PhaZNEQ1orc/t2JX80iF+FLpEfvD1KY0ywraSHx5ljXjxJ9u6Df4az/y9BDmQ5A==",
44 44
       "requires": {
45
-        "@atlaskit/button": "7.2.5",
46
-        "@atlaskit/icon": "11.3.0",
47
-        "@atlaskit/theme": "3.2.2",
48
-        "babel-runtime": "6.26.0",
49
-        "prop-types": "15.6.0",
50
-        "styled-components": "1.4.6"
45
+        "@atlaskit/button": "^7.2.5",
46
+        "@atlaskit/icon": "^11.3.0",
47
+        "@atlaskit/theme": "^3.2.2",
48
+        "babel-runtime": "^6.26.0",
49
+        "prop-types": "^15.5.10",
50
+        "styled-components": "1.4.6 - 3"
51 51
       },
52 52
       "dependencies": {
53 53
         "@atlaskit/analytics-next": {
@@ -55,7 +55,7 @@
55 55
           "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-2.1.2.tgz",
56 56
           "integrity": "sha512-rAd+kLEEXZ8mu39qOf+E0kZu+k1RWNwd5vyfb0WXuBxq+jyCzAg19vhj99Uq2TblW/WgOX9ajBE+lEgbYqmvNw==",
57 57
           "requires": {
58
-            "prop-types": "15.6.0"
58
+            "prop-types": "^15.5.10"
59 59
           }
60 60
         },
61 61
         "@atlaskit/button": {
@@ -63,11 +63,11 @@
63 63
           "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-7.2.5.tgz",
64 64
           "integrity": "sha512-YDH2wWxoMe9uGmyMy+zPQMbxkK0TrFplutu6bZ0n8Ojet8XcGOBPyWS5lf3Nt+DOPKLUXCI4pknR6fB6ZF1e/g==",
65 65
           "requires": {
66
-            "@atlaskit/analytics-next": "2.1.2",
66
+            "@atlaskit/analytics-next": "^2.1.1",
67 67
             "@atlaskit/spinner": "5.0.2",
68
-            "@atlaskit/theme": "3.2.2",
69
-            "babel-runtime": "6.26.0",
70
-            "styled-components": "1.4.6"
68
+            "@atlaskit/theme": "^3.2.2",
69
+            "babel-runtime": "^6.26.0",
70
+            "styled-components": "1.4.6 - 3"
71 71
           }
72 72
         },
73 73
         "@atlaskit/icon": {
@@ -75,10 +75,10 @@
75 75
           "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-11.3.0.tgz",
76 76
           "integrity": "sha512-dFnpk3yT9EZUmCC8bUOP4WmENWMqLYezBOpv+mp/vKBbzT786c+ZVyDW5wZ9hSKmfb+aHjiZt+UuwUiVW5D+Wg==",
77 77
           "requires": {
78
-            "@atlaskit/theme": "3.2.2",
79
-            "babel-runtime": "6.26.0",
80
-            "styled-components": "1.4.6",
81
-            "uuid": "3.1.0"
78
+            "@atlaskit/theme": "^3.2.2",
79
+            "babel-runtime": "^6.26.0",
80
+            "styled-components": "1.4.6 - 3",
81
+            "uuid": "^3.1.0"
82 82
           }
83 83
         },
84 84
         "@atlaskit/spinner": {
@@ -86,10 +86,10 @@
86 86
           "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-5.0.2.tgz",
87 87
           "integrity": "sha512-n0j/urjG3FF9q/6Nae981GwsdvT44zAobPqFGnaeKDfqUzrFHcs1PmL0dqa36aFJzOPZHzl6ZfBl9Q3Vpl9PKQ==",
88 88
           "requires": {
89
-            "@atlaskit/theme": "3.2.2",
90
-            "babel-runtime": "6.26.0",
91
-            "react-transition-group": "2.3.1",
92
-            "styled-components": "1.4.6"
89
+            "@atlaskit/theme": "^3.2.2",
90
+            "babel-runtime": "^6.26.0",
91
+            "react-transition-group": "^2.2.1",
92
+            "styled-components": "1.4.6 - 3"
93 93
           }
94 94
         },
95 95
         "@atlaskit/theme": {
@@ -97,8 +97,8 @@
97 97
           "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-3.2.2.tgz",
98 98
           "integrity": "sha512-SQYgGe8WnO1aF991XraCzbMzOf8v1rMBkLYkwVb6BAjxTVgeSepMTVYOTQ7+KXzSAKFP0fDxgXnUB/VsSUR8Ig==",
99 99
           "requires": {
100
-            "prop-types": "15.6.0",
101
-            "styled-components": "1.4.6"
100
+            "prop-types": "^15.5.10",
101
+            "styled-components": "1.4.6 - 3"
102 102
           }
103 103
         },
104 104
         "react-transition-group": {
@@ -106,9 +106,9 @@
106 106
           "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.3.1.tgz",
107 107
           "integrity": "sha512-hu4/LAOFSKjWt1+1hgnOv3ldxmt6lvZGTWz4KUkFrqzXrNDIVSu6txIcPszw7PNduR8en9YTN55JLRyd/L1ZiQ==",
108 108
           "requires": {
109
-            "dom-helpers": "3.3.1",
110
-            "loose-envify": "1.3.1",
111
-            "prop-types": "15.6.1"
109
+            "dom-helpers": "^3.3.1",
110
+            "loose-envify": "^1.3.1",
111
+            "prop-types": "^15.6.1"
112 112
           },
113 113
           "dependencies": {
114 114
             "prop-types": {
@@ -116,9 +116,9 @@
116 116
               "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz",
117 117
               "integrity": "sha512-4ec7bY1Y66LymSUOH/zARVYObB23AT2h8cf6e/O6ZALB/N0sqZFEx7rq6EYPX2MkOdKORuooI/H5k9TlR4q7kQ==",
118 118
               "requires": {
119
-                "fbjs": "0.8.16",
120
-                "loose-envify": "1.3.1",
121
-                "object-assign": "4.1.1"
119
+                "fbjs": "^0.8.16",
120
+                "loose-envify": "^1.3.1",
121
+                "object-assign": "^4.1.1"
122 122
               }
123 123
             }
124 124
           }
@@ -9729,8 +9729,8 @@
9729 9729
       }
9730 9730
     },
9731 9731
     "lib-jitsi-meet": {
9732
-      "version": "github:jitsi/lib-jitsi-meet#1bd6ee4b1207e6fd57f5b7c15cc17e0a6087f26d",
9733
-      "from": "github:jitsi/lib-jitsi-meet#1bd6ee4b1207e6fd57f5b7c15cc17e0a6087f26d",
9732
+      "version": "github:jitsi/lib-jitsi-meet#7b39059fba68240ac930af30cc99b655a3ba7edf",
9733
+      "from": "github:jitsi/lib-jitsi-meet#7b39059fba68240ac930af30cc99b655a3ba7edf",
9734 9734
       "requires": {
9735 9735
         "@jitsi/sdp-interop": "0.1.13",
9736 9736
         "@jitsi/sdp-simulcast": "0.2.1",

+ 1
- 1
package.json View File

@@ -47,7 +47,7 @@
47 47
     "jquery-i18next": "1.2.0",
48 48
     "js-md5": "0.6.1",
49 49
     "jwt-decode": "2.2.0",
50
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#1bd6ee4b1207e6fd57f5b7c15cc17e0a6087f26d",
50
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#7b39059fba68240ac930af30cc99b655a3ba7edf",
51 51
     "lodash": "4.17.4",
52 52
     "moment": "2.19.4",
53 53
     "postis": "2.2.0",

Loading…
Cancel
Save