Commit b187381 1 parent 7130060 commit b187381 Copy full SHA for b187381
File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 34
34
"dependencies" : {
35
35
"deep-equal" : " ^1.0.1" ,
36
36
"eventemitter3" : " ^2.0.2" ,
37
- "fbjs " : " ^0.8.1 " ,
37
+ "exenv " : " ^1.2.2 " ,
38
38
"hoist-non-react-statics" : " ^1.0.5" ,
39
+ "invariant" : " ^2.2.2" ,
39
40
"throttle-debounce" : " ^1.0.1"
40
41
},
41
42
"devDependencies" : {
91
92
"webpack-dev-server" : " ^1.14.1"
92
93
},
93
94
"peerDepencencies" : {
94
- "prop-types" : " ^15.5.10" ,
95
- "react" : " ^15.0.1" ,
96
- "react-dom" : " ^15.0.1"
95
+ "prop-types" : " ^15.5.10" ,
96
+ "react" : " ^15.0.1" ,
97
+ "react-dom" : " ^15.0.1"
97
98
},
98
99
"scripts" : {
99
100
"commit" : " git-cz" ,
Original file line number Diff line number Diff line change 2
2
import React , { Component } from "react" ;
3
3
import PropTypes from "prop-types" ;
4
4
import ReactDOM from "react-dom" ;
5
- import invariant from "fbjs/lib/ invariant" ;
5
+ import invariant from "invariant" ;
6
6
import deepEqual from "deep-equal" ;
7
7
import hoistStatics from "hoist-non-react-statics" ;
8
8
import Events from "./Events" ;
Original file line number Diff line number Diff line change 1
1
import EventEmitter from "eventemitter3" ;
2
2
import { debounce , throttle } from "throttle-debounce" ;
3
- import invariant from "fbjs/lib/ invariant" ;
4
- import { canUseDOM } from "fbjs/lib/ExecutionEnvironment " ;
3
+ import invariant from "invariant" ;
4
+ import { canUseDOM } from "exenv " ;
5
5
import Events from "./Events" ;
6
6
import isInViewport from "./utils/isInViewport" ;
7
7
Original file line number Diff line number Diff line change 2184
2184
dependencies :
2185
2185
original ">=0.0.5"
2186
2186
2187
- exenv@^1.2.1 :
2187
+ exenv@^1.2.1, exenv@^1.2.2 :
2188
2188
version "1.2.2"
2189
2189
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
2190
2190
@@ -2309,7 +2309,7 @@ faye-websocket@~0.11.0:
2309
2309
dependencies :
2310
2310
websocket-driver ">=0.5.1"
2311
2311
2312
- fbjs@^0.8.1, fbjs@^0.8. 9 :
2312
+ fbjs@^0.8.9 :
2313
2313
version "0.8.14"
2314
2314
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.14.tgz#d1dbe2be254c35a91e09f31f9cd50a40b2a0ed1c"
2315
2315
dependencies :
@@ -2997,7 +2997,7 @@ interpret@^1.0.0:
2997
2997
version "1.0.3"
2998
2998
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90"
2999
2999
3000
- invariant@^2.2.0, invariant@^2.2.1 :
3000
+ invariant@^2.2.0, invariant@^2.2.1, invariant@^2.2.2 :
3001
3001
version "2.2.2"
3002
3002
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
3003
3003
dependencies :
You can’t perform that action at this time.
0 commit comments