Skip to content

Commit

Permalink
React 16 - update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Feb 18, 2018
1 parent 87a14ad commit 2fc80bf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 37 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
"node-sass": "4.7.2",
"postcss-cli": "2.5.1",
"prop-types": "15.5.8",
"react": "^15.5.0",
"react-addons-test-utils": "15.5.1",
"react-dom": "^15.5.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-templates": "^0.5.4",
"style-loader": "0.13.1",
"webpack": "^1.12.13"
Expand Down
8 changes: 4 additions & 4 deletions src/test/customScroll.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var React = require('react');
var TestUtils = require('react-addons-test-utils');
var reactDOM = require('react-dom');
var customScrollClass = require('../main/customScroll.js');
const React = require('react');
const TestUtils = require('react-dom/test-utils')
const reactDOM = require('react-dom');
const customScrollClass = require('../main/customScroll.js');


describe('custom scroll', function () {
Expand Down
44 changes: 14 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1200,14 +1200,6 @@ [email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

create-react-class@^15.6.0:
version "15.6.2"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.2.tgz#cf1ed15f12aad7f14ef5f2dfe05e6c42f91ef02a"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.3.1"
object-assign "^4.1.1"

create-react-class@^15.6.2:
version "15.6.3"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
Expand Down Expand Up @@ -1881,7 +1873,7 @@ fastparse@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"

fbjs@^0.8.16, fbjs@^0.8.4, fbjs@^0.8.9:
fbjs@^0.8.16, fbjs@^0.8.9:
version "0.8.16"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
dependencies:
Expand Down Expand Up @@ -3786,7 +3778,7 @@ [email protected]:
dependencies:
fbjs "^0.8.9"

prop-types@^15.5.10:
prop-types@^15.6.0:
version "15.6.0"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
dependencies:
Expand Down Expand Up @@ -3870,21 +3862,14 @@ rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

[email protected]:
version "15.5.1"
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.5.1.tgz#e0d258cda2a122ad0dff69f838260d0c3958f5f7"
dependencies:
fbjs "^0.8.4"
object-assign "^4.1.0"

react-dom@^15.5.4:
version "15.6.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730"
react-dom@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
dependencies:
fbjs "^0.8.9"
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.0"
prop-types "^15.5.10"
object-assign "^4.1.1"
prop-types "^15.6.0"

react-templates@^0.5.4:
version "0.5.4"
Expand All @@ -3900,15 +3885,14 @@ react-templates@^0.5.4:
optionator "^0.8.2"
text-table "^0.2.0"

react@^15.5.0:
version "15.6.2"
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
react@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
dependencies:
create-react-class "^15.6.0"
fbjs "^0.8.9"
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.0"
prop-types "^15.5.10"
object-assign "^4.1.1"
prop-types "^15.6.0"

read-file-stdin@^0.2.0:
version "0.2.1"
Expand Down

0 comments on commit 2fc80bf

Please sign in to comment.