Skip to content

Commit 2d8246b

Browse files
authored
Merge pull request #225 from FormidableLabs/issue/221-update-create-react-context
Update create-react-context, fixes #221
2 parents 00ca573 + b17fe78 commit 2d8246b

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"dependencies": {
2222
"buble": "0.19.6",
2323
"core-js": "^2.4.1",
24-
"create-react-context": "0.2.2",
2524
"dom-iterator": "^1.0.0",
2625
"prism-react-renderer": "^1.0.1",
2726
"prop-types": "^15.5.8",

src/components/Live/LiveContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createContext from 'create-react-context';
1+
import { createContext } from 'react';
22

33
const LiveContext = createContext({});
44

yarn.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,14 +2806,6 @@ create-react-class@^15.5.2, create-react-class@^15.6.2:
28062806
loose-envify "^1.3.1"
28072807
object-assign "^4.1.1"
28082808

2809-
create-react-context@0.2.2:
2810-
version "0.2.2"
2811-
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
2812-
integrity sha512-KkpaLARMhsTsgp0d2NA/R94F/eDLbhXERdIq3LvX2biCAXcDvHYoOqHfWCHf1+OLj+HKBotLG3KqaOOf+C1C+A==
2813-
dependencies:
2814-
fbjs "^0.8.0"
2815-
gud "^1.0.0"
2816-
28172809
cross-spawn@5.1.0, cross-spawn@^5.0.1:
28182810
version "5.1.0"
28192811
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -4092,7 +4084,7 @@ fb-watchman@^2.0.0:
40924084
dependencies:
40934085
bser "^2.0.0"
40944086

4095-
fbjs@^0.8.0, fbjs@^0.8.12, fbjs@^0.8.9:
4087+
fbjs@^0.8.12, fbjs@^0.8.9:
40964088
version "0.8.17"
40974089
resolved "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
40984090
integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=
@@ -4529,11 +4521,6 @@ growly@^1.3.0:
45294521
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
45304522
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
45314523

4532-
gud@^1.0.0:
4533-
version "1.0.0"
4534-
resolved "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
4535-
integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==
4536-
45374524
gzip-size@3.0.0, gzip-size@^3.0.0:
45384525
version "3.0.0"
45394526
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-3.0.0.tgz#546188e9bdc337f673772f81660464b389dce520"

0 commit comments

Comments
 (0)