From a7283454b8f80f56530087e9bcd30fbd8c1a170a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 14 Feb 2018 17:15:07 +0000 Subject: [PATCH] fix: add missing dependencies --- packages/icons/package.json | 2 +- packages/my-joy-beta/package.json | 9 ++--- packages/navigation/.npmignore | 3 -- packages/navigation/package.json | 11 +++--- packages/ui-toolkit/package.json | 2 +- prototypes/cra-boilerplate/package.json | 2 +- yarn.lock | 48 ++++++++++++++----------- 7 files changed, 42 insertions(+), 35 deletions(-) delete mode 100644 packages/navigation/.npmignore diff --git a/packages/icons/package.json b/packages/icons/package.json index f4286df7..ca94dd69 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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" }, diff --git a/packages/my-joy-beta/package.json b/packages/my-joy-beta/package.json index 1dab7da5..b340512d 100644 --- a/packages/my-joy-beta/package.json +++ b/packages/my-joy-beta/package.json @@ -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" } } diff --git a/packages/navigation/.npmignore b/packages/navigation/.npmignore deleted file mode 100644 index a466d652..00000000 --- a/packages/navigation/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!build/** -!lib/** diff --git a/packages/navigation/package.json b/packages/navigation/package.json index d3dd74fa..0adbdb20 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -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" } } diff --git a/packages/ui-toolkit/package.json b/packages/ui-toolkit/package.json index 4cd80aa8..53ef5224 100644 --- a/packages/ui-toolkit/package.json +++ b/packages/ui-toolkit/package.json @@ -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", diff --git a/prototypes/cra-boilerplate/package.json b/prototypes/cra-boilerplate/package.json index 0edea483..d1b8bb57 100644 --- a/prototypes/cra-boilerplate/package.json +++ b/prototypes/cra-boilerplate/package.json @@ -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" diff --git a/yarn.lock b/yarn.lock index f656d930..f7aeb409 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"