Update React to 15.5
- Install prop-types library - Updates react-portal due to react dependency - Install react-test-renderer instead of react-addons-test-utils Change-Id: I6f17f97419b3ad3efc2440db1a52fb6719d3eb4a
This commit is contained in:
33
npm-shrinkwrap.json
generated
33
npm-shrinkwrap.json
generated
@@ -533,9 +533,9 @@
|
||||
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
|
||||
},
|
||||
"fbjs": {
|
||||
"version": "0.8.8",
|
||||
"from": "fbjs@>=0.8.0 <0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.8.tgz",
|
||||
"version": "0.8.12",
|
||||
"from": "fbjs@>=0.8.9 <0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.12.tgz",
|
||||
"dependencies": {
|
||||
"core-js": {
|
||||
"version": "1.2.7",
|
||||
@@ -902,6 +902,11 @@
|
||||
"from": "promise@>=7.1.1 <8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz"
|
||||
},
|
||||
"prop-types": {
|
||||
"version": "15.5.8",
|
||||
"from": "https://registry.npmjs.org/prop-types/-/prop-types-15.5.8.tgz",
|
||||
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.5.8.tgz"
|
||||
},
|
||||
"query-string": {
|
||||
"version": "3.0.3",
|
||||
"from": "query-string@>=3.0.0 <4.0.0",
|
||||
@@ -913,9 +918,9 @@
|
||||
"resolved": "https://registry.npmjs.org/raf/-/raf-3.3.0.tgz"
|
||||
},
|
||||
"react": {
|
||||
"version": "15.0.2",
|
||||
"from": "react@>=15.0.2 <15.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-15.0.2.tgz"
|
||||
"version": "15.5.4",
|
||||
"from": "react@15.5.4",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-15.5.4.tgz"
|
||||
},
|
||||
"react-bootstrap": {
|
||||
"version": "0.30.8",
|
||||
@@ -947,9 +952,9 @@
|
||||
}
|
||||
},
|
||||
"react-dom": {
|
||||
"version": "15.0.2",
|
||||
"from": "react-dom@>=15.0.2 <15.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.0.2.tgz"
|
||||
"version": "15.5.4",
|
||||
"from": "react-dom@15.5.4",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.5.4.tgz"
|
||||
},
|
||||
"react-immutable-proptypes": {
|
||||
"version": "1.7.2",
|
||||
@@ -979,9 +984,9 @@
|
||||
}
|
||||
},
|
||||
"react-portal": {
|
||||
"version": "2.2.1",
|
||||
"from": "react-portal@>=2.2.1 <3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-portal/-/react-portal-2.2.1.tgz"
|
||||
"version": "3.1.0",
|
||||
"from": "react-portal@3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-portal/-/react-portal-3.1.0.tgz"
|
||||
},
|
||||
"react-prop-types": {
|
||||
"version": "0.4.0",
|
||||
@@ -1148,9 +1153,9 @@
|
||||
"resolved": "https://registry.npmjs.org/warning/-/warning-2.1.0.tgz"
|
||||
},
|
||||
"whatwg-fetch": {
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.3",
|
||||
"from": "whatwg-fetch@>=0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.1.tgz"
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz"
|
||||
},
|
||||
"when": {
|
||||
"version": "3.7.7",
|
||||
|
||||
10
package.json
10
package.json
@@ -20,14 +20,15 @@
|
||||
"node-uuid": "^1.4.7",
|
||||
"normalizr": "^2.0.0",
|
||||
"patternfly": "^3.23.3",
|
||||
"react": "~15.0.2",
|
||||
"prop-types": "^15.5.8",
|
||||
"react": "^15.5.4",
|
||||
"react-bootstrap": "^0.30.8",
|
||||
"react-cookie": "^1.0.4",
|
||||
"react-dom": "~15.0.2",
|
||||
"react-dom": "^15.5.4",
|
||||
"react-immutable-proptypes": "~1.7.1",
|
||||
"react-intl": "2.1.2",
|
||||
"react-motion": "^0.4.4",
|
||||
"react-portal": "^2.2.1",
|
||||
"react-portal": "^3.1.0",
|
||||
"react-redux": "~4.4.5",
|
||||
"react-router": "~2.4.0",
|
||||
"redux": "~3.5.2",
|
||||
@@ -58,8 +59,9 @@
|
||||
"less": "~2.7.1",
|
||||
"less-loader": "~2.2.3",
|
||||
"prettier": "^1.2.2",
|
||||
"react-addons-test-utils": "~15.0.2",
|
||||
"react-addons-test-utils": "^15.5.1",
|
||||
"react-intl-po": "^1.1.0",
|
||||
"react-test-renderer": "^15.5.4",
|
||||
"style-loader": "~0.13.1",
|
||||
"url-loader": "~0.5.7",
|
||||
"webpack": "2.2.1",
|
||||
|
||||
Reference in New Issue
Block a user