Skip to content

Commit

Permalink
Merge branch 'master' into url-loader-0.6.2-9.0.0-app--react
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi authored Oct 4, 2017
2 parents 75f71ae + 3fe57da commit 854fb24
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"global": "^4.3.2",
"graphiql": "^0.11.5",
"graphql": "^0.11.6",
"graphql": "^0.11.7",
"prop-types": "^15.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/node": "^7.0.12",
"@types/react": "^16.0.8",
"@types/react": "^16.0.9",
"git-url-parse": "^6.2.2",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-native-compat": "^1.0.0",
"shelljs": "^0.7.8",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"url-loader": "^0.6.2",
"url-parse": "^1.1.9",
"util-deprecate": "^1.0.2",
"uuid": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"postcss-loader": "^2.0.6",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"react-modal": "^2.3.2",
"react-modal": "^2.3.3",
"redux": "^3.7.2",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-icons": "^2.2.5",
"react-inspector": "^2.2.0",
"react-komposer": "^2.0.0",
"react-modal": "^2.3.2",
"react-modal": "^2.3.3",
"react-split-pane": "^0.1.65",
"react-treebeard": "^2.0.3",
"redux": "^3.7.2"
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
version "15.6.4"
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.4.tgz#3bb57bd43183a05919ceb025a264287348f47e9d"

"@types/react@^16.0.8":
version "16.0.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.8.tgz#5a553a89dceddf73b9f9a2231501f322b3b97da6"
"@types/react@^16.0.9":
version "16.0.9"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.9.tgz#2ad952abbb22617620927694f9a4bce292d7fb2b"

JSONStream@^1.0.4:
version "1.3.1"
Expand Down Expand Up @@ -5332,9 +5332,9 @@ graphql@^0.10.1:
dependencies:
iterall "^1.1.0"

graphql@^0.11.6:
version "0.11.6"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.6.tgz#f0146b5dc1480fda579c21bb6238970fd5cf5aa3"
graphql@^0.11.7:
version "0.11.7"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
dependencies:
iterall "1.1.3"

Expand Down Expand Up @@ -9410,6 +9410,13 @@ react-modal@^2.3.2:
prop-types "^15.5.10"
react-dom-factories "^1.0.0"

react-modal@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-2.3.3.tgz#bf4d100bbc426549b943e4294f7e9ea88e56e1a5"
dependencies:
exenv "^1.2.0"
prop-types "^15.5.10"

react-native-compat@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-native-compat/-/react-native-compat-1.0.0.tgz#491dbd8a0105ac061b8d0d926463ce6a3dff33bc"
Expand Down

0 comments on commit 854fb24

Please sign in to comment.