fix: add missing dependencies

This commit is contained in:
Sérgio Ramos 2018-02-14 17:15:07 +00:00
parent e7a92656d6
commit a7283454b8
7 changed files with 42 additions and 35 deletions

View File

@ -27,7 +27,7 @@
"babel-preset-joyent-portal": "^6.0.3",
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"joyent-react-scripts": "^7.2.2",
"joyent-react-scripts": "^7.3.0",
"react": "^16.2.0",
"redrun": "^5.10.0"
},

View File

@ -19,13 +19,17 @@
"@manaflair/redux-batch": "^0.1.0",
"apollo": "^0.2.2",
"apr-intercept": "^3.0.3",
"babel-preset-joyent-portal": "^6.0.3",
"bytes": "^3.0.0",
"clipboard-copy": "^1.2.1",
"constant-case": "^2.0.0",
"date-fns": "^1.29.0",
"declarative-redux-form": "^2.0.8",
"joyent-logo-assets": "^1.0.0",
"execa": "^0.9.0",
"inert": "^5.1.0",
"joyent-manifest-editor": "^1.4.0",
"joyent-react-scripts": "^7.3.0",
"joyent-react-styled-flexboxgrid": "^2.2.3",
"joyent-ui-toolkit": "^5.0.0",
"lodash.find": "^4.6.0",
@ -65,14 +69,11 @@
"title-case": "^2.1.1"
},
"devDependencies": {
"babel-preset-joyent-portal": "^6.0.3",
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"jest-image-snapshot": "^2.3.0",
"jest-styled-components": "^4.11.0-0",
"joyent-react-scripts": "^7.2.2",
"react-screenshot-renderer": "^1.1.2",
"react-test-renderer": "^16.2.0",
"redrun": "^5.10.0"
"react-test-renderer": "^16.2.0"
}
}

View File

@ -1,3 +0,0 @@
*
!build/**
!lib/**

View File

@ -2,7 +2,7 @@
"name": "joyent-navigation",
"version": "1.0.0",
"license": "MPL-2.0",
"main": "lib",
"main": "lib/index.js",
"scripts": {
"dev": "PREACT=1 REACT_APP_GQL_PORT=4000 PORT=3000 REACT_APP_GQL_PROTOCOL=http joyent-react-scripts start",
"build": "PREACT=1 NODE_ENV=production joyent-react-scripts build",
@ -18,13 +18,18 @@
"apollo-link": "^1.0.7",
"apollo-link-http": "^1.3.2",
"apollo-link-state": "^0.3.1",
"babel-preset-joyent-portal": "^6.0.3",
"emotion": "^8.0.12",
"emotion-theming": "^8.0.12",
"execa": "^0.9.0",
"graphql-tag": "^2.6.1",
"inert": "^5.1.0",
"joyent-icons": "^4.0.0",
"joyent-ui-toolkit": "^5.0.0",
"joyent-react-scripts": "^7.3.0",
"lodash.chunk": "^4.2.0",
"lodash.keys": "^4.2.0",
"mz": "^2.7.0",
"outy": "^0.1.2",
"param-case": "^2.1.1",
"pascal-case": "^2.0.1",
@ -37,9 +42,7 @@
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-preset-joyent-portal": "^6.0.3",
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"joyent-react-scripts": "^7.2.2"
"eslint-config-joyent-portal": "^3.3.1"
}
}

View File

@ -50,7 +50,7 @@
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"jest-styled-components": "^4.11.0-0",
"joyent-react-scripts": "^7.2.2",
"joyent-react-scripts": "^7.3.0",
"lodash.isboolean": "^3.0.3",
"react": "^16.2.0",
"react-docgen": "^3.0.0-beta8",

View File

@ -34,7 +34,7 @@
"babel-preset-joyent-portal": "^6.0.1",
"eslint": "^4.11.0",
"eslint-config-joyent-portal": "^3.2.0",
"joyent-react-scripts": "^7.2.0",
"joyent-react-scripts": "^7.3.0",
"prettier": "^1.8.2",
"stylelint": "^8.4.0",
"stylelint-config-joyent-portal": "^2.0.1"

View File

@ -2300,8 +2300,8 @@ chokidar@^1.6.0, chokidar@^1.6.1, chokidar@^1.7.0:
fsevents "^1.0.0"
chokidar@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.1.tgz#6e67e9998fe10e8f651e975ca62460456ff8e297"
version "2.0.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.2.tgz#4dc65139eeb2714977735b6a35d06e97b494dfd7"
dependencies:
anymatch "^2.0.0"
async-each "^1.0.0"
@ -2313,7 +2313,7 @@ chokidar@^2.0.0:
normalize-path "^2.1.1"
path-is-absolute "^1.0.0"
readdirp "^2.0.0"
upath "1.0.0"
upath "^1.0.0"
optionalDependencies:
fsevents "^1.0.0"
@ -6321,9 +6321,9 @@ joyent-manifest-editor@^1.4.0:
prop-types "^15.6.0"
react-codemirror "^1.0.0"
joyent-react-scripts@^7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/joyent-react-scripts/-/joyent-react-scripts-7.2.2.tgz#11d81cfaace656db4124b809dc888c7451c410f7"
joyent-react-scripts@^7.2.2, joyent-react-scripts@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/joyent-react-scripts/-/joyent-react-scripts-7.3.0.tgz#7cfdeadf51bed760b589240a3b1272e395068285"
dependencies:
apr-for-each "^3.0.3"
apr-main "^4.0.3"
@ -6778,6 +6778,10 @@ lodash.difference@^4.4.0, lodash.difference@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
lodash.endswith@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
lodash.find@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
@ -6882,6 +6886,10 @@ lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
lodash.startswith@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/lodash.startswith/-/lodash.startswith-4.2.1.tgz#c598c4adce188a27e53145731cdc6c0e7177600c"
lodash.template@^4.0.2, lodash.template@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
@ -6907,14 +6915,14 @@ lodash.values@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-4.3.0.tgz#a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347"
lodash@3.x, lodash@^3.3.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.1.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
lodash@^3.3.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
log-symbols@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@ -8969,8 +8977,8 @@ react-scripts@^1.1.0:
fsevents "^1.1.3"
react-styleguidist@^6.2.0:
version "6.2.4"
resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-6.2.4.tgz#d864e3acdaf5a33517888529936ccb04f9a5c827"
version "6.2.5"
resolved "https://registry.yarnpkg.com/react-styleguidist/-/react-styleguidist-6.2.5.tgz#fe4da35d999220425012c8b0350f06608d734d6d"
dependencies:
ast-types "^0.10.1"
buble "^0.19.2"
@ -10983,10 +10991,6 @@ ultron@~1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
underscore.string@2.3.x:
version "2.3.3"
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.3.3.tgz#71c08bf6b428b1133f37e78fa3a21c82f7329b0d"
unherit@^1.0.4:
version "1.1.0"
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.0.tgz#6b9aaedfbf73df1756ad9e316dd981885840cd7d"
@ -11120,12 +11124,14 @@ unzip-response@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
upath@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.0.tgz#b4706b9461ca8473adf89133d235689ca17f3656"
upath@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.2.tgz#80aaae5395abc5fd402933ae2f58694f0860204c"
dependencies:
lodash "3.x"
underscore.string "2.3.x"
lodash.endswith "^4.2.1"
lodash.isfunction "^3.0.8"
lodash.isstring "^4.0.1"
lodash.startswith "^4.2.1"
update-notifier@^2.3.0:
version "2.3.0"