fix(navigation): fix grid missing width in production

This commit is contained in:
Sérgio Ramos 2018-03-27 16:43:55 +01:00
parent 39d4e0b853
commit 2accde1b4f
8 changed files with 153 additions and 126 deletions

View File

@ -27,7 +27,7 @@
"@commitlint/config-angular": "^4.2.1",
"@commitlint/prompt-cli": "^4.2.1",
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-config-xo-space": "^0.18.0",
@ -41,7 +41,7 @@
"lerna": "^2.9.0",
"prettier": "1.11.0",
"pretty-quick": "^1.4.1",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
},
"resolutions": {
"axios": "0.16.2",

View File

@ -29,11 +29,11 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"joyent-react-scripts": "^8.0.2",
"joyent-react-scripts": "^8.0.3",
"react": "^16.2.0",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
},
"peerDependencies": {
"react": "^16.2.0"

View File

@ -26,16 +26,16 @@
"apr-main": "^4.0.3",
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"execa": "^0.9.0",
"globby": "^8.0.1",
"htmltojsx": "^0.3.0",
"joyent-react-scripts": "^8.0.2",
"joyent-react-scripts": "^8.0.3",
"mz": "^2.7.0",
"prettier": "^1.11.0",
"react": "^16.2.0",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
},
"peerDependencies": {
"react": "^16.2.0"

View File

@ -21,9 +21,9 @@
"dependencies": {
"@manaflair/redux-batch": "^0.1.0",
"apollo": "^0.2.2",
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link-http": "^1.5.2",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link-http": "^1.5.3",
"apr-intercept": "^3.0.3",
"apr-reduce": "^3.0.3",
"cross-fetch": "^2.1.0",
@ -50,7 +50,7 @@
"mz": "^2.7.0",
"param-case": "^2.1.1",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-apollo": "^2.1.1",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-redux-values": "^1.1.2",
@ -69,13 +69,13 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"jest-image-snapshot": "^2.3.0",
"jest-styled-components": "^5.0.0",
"joyent-react-scripts": "^8.0.2",
"joyent-react-scripts": "^8.0.3",
"react-screenshot-renderer": "^1.1.2",
"react-test-renderer": "^16.2.0",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
}
}

View File

@ -60,7 +60,7 @@
"param-case": "^2.1.1",
"query-string": "^5.1.0",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-apollo": "^2.1.1",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-redux-values": "^1.1.2",
@ -78,13 +78,13 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"jest-image-snapshot": "^2.3.0",
"jest-styled-components": "^5.0.0",
"joyent-react-scripts": "^8.0.2",
"joyent-react-scripts": "^8.0.3",
"react-screenshot-renderer": "^1.1.2",
"react-test-renderer": "^16.2.0",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "my-joy-navigation",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"license": "MPL-2.0",
"main": "lib/index.js",
@ -17,14 +17,14 @@
"build": "PREACT=1 joyent-react-scripts build"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.1",
"apollo-link-http": "^1.5.2",
"apollo-link-state": "^0.4.0",
"apollo-link-http": "^1.5.3",
"apollo-link-state": "^0.4.1",
"apr-intercept": "^3.0.3",
"emotion": "^8.0.12",
"emotion-theming": "^8.0.12",
"emotion": "^9.1.0",
"emotion-theming": "^9.0.0",
"graphql-tag": "^2.8.0",
"inert": "^5.1.0",
"joyent-icons": "^5.1.0",
@ -37,18 +37,18 @@
"pascal-case": "^2.0.1",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
"preact-emotion": "^8.0.12",
"preact-emotion-flexboxgrid": "^1.0.1",
"react-apollo": "^2.0.4",
"preact-emotion": "^9.1.0",
"preact-emotion-flexboxgrid": "^2.0.1",
"react-apollo": "^2.1.1",
"remcalc": "^1.0.10",
"stickybits": "^3.1.1"
"stickybits": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"joyent-react-scripts": "^8.0.2",
"redrun": "^5.10.5"
"joyent-react-scripts": "^8.0.3",
"redrun": "^6.0.1"
}
}

View File

@ -54,17 +54,17 @@
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^7.0.1",
"classnames": "^2.2.5",
"eslint": "^4.18.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
"jest-styled-components": "^5.0.0",
"joyent-react-scripts": "^8.0.2",
"joyent-react-scripts": "^8.0.3",
"react": "^16.2.0",
"react-docgen": "^3.0.0-beta8",
"react-docgen-displayname-handler": "^1.0.1",
"react-dom": "^16.2.0",
"react-styleguidist": "^6.2.5",
"react-test-renderer": "^16.2.0",
"redrun": "^5.10.5"
"redrun": "^6.0.1"
},
"peerDependencies": {
"joyent-manifest-editor": "^1.4.0",

207
yarn.lock
View File

@ -434,7 +434,7 @@ apart@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/apart/-/apart-1.0.1.tgz#97ae56938c71c113ae09c0feafb5f5af84eba063"
apollo-cache-inmemory@^1.1.9:
apollo-cache-inmemory@^1.1.12, apollo-cache-inmemory@^1.1.9:
version "1.1.12"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531"
dependencies:
@ -448,7 +448,7 @@ apollo-cache@^1.1.7:
dependencies:
apollo-utilities "^1.0.11"
apollo-client@^2.2.5:
apollo-client@^2.2.5, apollo-client@^2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e"
dependencies:
@ -474,14 +474,14 @@ apollo-link-http-common@^0.2.3:
dependencies:
apollo-link "^1.2.1"
apollo-link-http@^1.5.2:
apollo-link-http@^1.5.2, apollo-link-http@^1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.3.tgz#3aa0d3ecfe5666ef0c360f359c425ff6ea1d285b"
dependencies:
apollo-link "^1.2.1"
apollo-link-http-common "^0.2.3"
apollo-link-state@^0.4.0:
apollo-link-state@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/apollo-link-state/-/apollo-link-state-0.4.1.tgz#65e9e0e12c67936b8c4b12b8438434f393104579"
dependencies:
@ -1082,12 +1082,6 @@ babel-loader@7.1.2:
loader-utils "^1.0.2"
mkdirp "^0.5.1"
babel-macros@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/babel-macros/-/babel-macros-1.2.0.tgz#39e47ed6d286d4a98f1948d8bab45dac17e4e2d4"
dependencies:
cosmiconfig "3.1.0"
babel-messages@^6.23.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@ -1116,16 +1110,17 @@ babel-plugin-dynamic-import-node@1.1.0:
babel-template "^6.26.0"
babel-types "^6.26.0"
babel-plugin-emotion@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-8.0.12.tgz#2ed844001416b0ae2ff787a06b1804ec5f531c89"
babel-plugin-emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.1.0.tgz#d0b7598168980f4fbc7b72fd86c49904b613fe79"
dependencies:
"@babel/helper-module-imports" "7.0.0-beta.32"
babel-macros "^1.2.0"
babel-plugin-macros "^2.0.0"
babel-plugin-syntax-jsx "^6.18.0"
convert-source-map "^1.5.0"
emotion-utils "^8.0.12"
emotion-utils "^9.1.0"
find-root "^1.1.0"
mkdirp "^0.5.1"
source-map "^0.5.7"
touch "^1.0.0"
@ -1158,6 +1153,12 @@ babel-plugin-lodash@^3.3.2:
lodash "^4.17.4"
require-package-name "^2.0.1"
babel-plugin-macros@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.2.0.tgz#31fc16748d6480697a517f692dc4421cb7bff0cc"
dependencies:
cosmiconfig "^4.0.0"
babel-plugin-minify-builtins@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.3.0.tgz#4740117a6a784063aaf8f092989cf9e4bd484860"
@ -2787,33 +2788,33 @@ conventional-changelog-angular@^1.3.3, conventional-changelog-angular@^1.6.6:
compare-func "^1.3.1"
q "^1.5.1"
conventional-changelog-atom@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-0.2.5.tgz#456fb0245965cb41b38dbc558829aaeadf678ed2"
conventional-changelog-atom@^0.2.6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-0.2.6.tgz#9672c5e88445b6ad5a7779dc0e859d7e9986487a"
dependencies:
q "^1.5.1"
conventional-changelog-cli@^1.3.13:
version "1.3.17"
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-1.3.17.tgz#6455c22dbd439e2ad8054167f37ec7562c8c4e84"
version "1.3.18"
resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-1.3.18.tgz#90fbfa20434c6fd71938ddcd6cc6908ee76c9a74"
dependencies:
add-stream "^1.0.0"
conventional-changelog "^1.1.19"
conventional-changelog "^1.1.20"
lodash "^4.2.1"
meow "^4.0.0"
tempfile "^1.1.1"
conventional-changelog-codemirror@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.3.5.tgz#3e82f128912c86c1e1e0f1dab5ce745d0c2a78a8"
conventional-changelog-codemirror@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.3.6.tgz#3e5ed8742bb54c5eb34ec571206046d4697269c7"
dependencies:
q "^1.5.1"
conventional-changelog-core@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-2.0.6.tgz#a750621cfb943c9c990c95d5ae8f18fc35be38fa"
conventional-changelog-core@^2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-2.0.7.tgz#f2d3596d56273ad446d069ee78bce2b80bd0ae25"
dependencies:
conventional-changelog-writer "^3.0.5"
conventional-changelog-writer "^3.0.6"
conventional-commits-parser "^2.1.6"
dateformat "^3.0.0"
get-pkg-repo "^1.0.0"
@ -2827,15 +2828,15 @@ conventional-changelog-core@^2.0.6:
read-pkg-up "^1.0.1"
through2 "^2.0.0"
conventional-changelog-ember@^0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-0.3.7.tgz#096a14794e054fc08dde055364e98aaee8b1a8c4"
conventional-changelog-ember@^0.3.8:
version "0.3.8"
resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-0.3.8.tgz#f2e6e7094c38ec9e808fb48bcdb27632b6128d41"
dependencies:
q "^1.5.1"
conventional-changelog-eslint@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.6.tgz#e9060f450ec8d63c671e54bd471e0502ee19183f"
conventional-changelog-eslint@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.7.tgz#5885dbfea9ecc5ba8fcba8e435b5e85fd0281b1b"
dependencies:
q "^1.5.1"
@ -2857,9 +2858,9 @@ conventional-changelog-jscs@^0.1.0:
dependencies:
q "^1.4.1"
conventional-changelog-jshint@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-0.3.5.tgz#ae9fadbeb9b05cd305e665efd0df54dfb19a00f9"
conventional-changelog-jshint@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-0.3.6.tgz#5b9f5a10e229ee928a255f8d79cef7ad7acc9100"
dependencies:
compare-func "^1.3.1"
q "^1.5.1"
@ -2868,9 +2869,9 @@ conventional-changelog-preset-loader@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-1.1.7.tgz#58a7ef85f980ca17f1373dc222ff449606222fb6"
conventional-changelog-writer@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-3.0.5.tgz#d7ce157209c55057a2487e645193a2e6b9027943"
conventional-changelog-writer@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-3.0.6.tgz#30e78c9e4a25870706e72d764cffd9592081ed76"
dependencies:
compare-func "^1.3.1"
conventional-commits-filter "^1.1.6"
@ -2883,20 +2884,20 @@ conventional-changelog-writer@^3.0.5:
split "^1.0.0"
through2 "^2.0.0"
conventional-changelog@^1.1.19:
version "1.1.19"
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.19.tgz#a2b2335839e16122cc4ccec6ef57312c749d67c5"
conventional-changelog@^1.1.20:
version "1.1.20"
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.20.tgz#b55e00f7654203a6adc6a491d448779205bb51a8"
dependencies:
conventional-changelog-angular "^1.6.6"
conventional-changelog-atom "^0.2.5"
conventional-changelog-codemirror "^0.3.5"
conventional-changelog-core "^2.0.6"
conventional-changelog-ember "^0.3.7"
conventional-changelog-eslint "^1.0.6"
conventional-changelog-atom "^0.2.6"
conventional-changelog-codemirror "^0.3.6"
conventional-changelog-core "^2.0.7"
conventional-changelog-ember "^0.3.8"
conventional-changelog-eslint "^1.0.7"
conventional-changelog-express "^0.3.5"
conventional-changelog-jquery "^0.1.0"
conventional-changelog-jscs "^0.1.0"
conventional-changelog-jshint "^0.3.5"
conventional-changelog-jshint "^0.3.6"
conventional-changelog-preset-loader "^1.1.7"
conventional-commits-filter@^1.1.1, conventional-commits-filter@^1.1.6:
@ -2978,15 +2979,6 @@ core-util-is@1.0.2, 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"
cosmiconfig@3.1.0, cosmiconfig@^3.0.1:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^3.0.0"
require-from-string "^2.0.1"
cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
@ -2999,6 +2991,24 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
parse-json "^2.2.0"
require-from-string "^1.1.0"
cosmiconfig@^3.0.1:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^3.0.0"
require-from-string "^2.0.1"
cosmiconfig@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
dependencies:
is-directory "^0.3.1"
js-yaml "^3.9.0"
parse-json "^4.0.0"
require-from-string "^2.0.1"
create-ecdh@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d"
@ -3006,6 +3016,20 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.0.0"
create-emotion-styled@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.1.0.tgz#ad6ee63e9be342e9d6339e4e4ee758028e9b967f"
dependencies:
emotion-utils "^9.1.0"
create-emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-9.1.0.tgz#e3b7a3be314a5dfb6adcaf1d7a253ae257fc24b4"
dependencies:
emotion-utils "^9.1.0"
stylis "^3.5.0"
stylis-rule-sheet "^0.0.10"
create-error-class@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
@ -3688,24 +3712,22 @@ emojis-list@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
emotion-theming@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-8.0.12.tgz#7773fc448d717cc39d6eddb458d31fad39703d00"
emotion-theming@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-9.0.0.tgz#3b7dd07ceae70aab98280e81df8bfd7f9254d5c3"
dependencies:
hoist-non-react-statics "^2.3.1"
emotion-utils@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/emotion-utils/-/emotion-utils-8.0.12.tgz#5e0fd72db3008f26ce4f80b1972df08841df2168"
emotion-utils@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/emotion-utils/-/emotion-utils-9.1.0.tgz#7484dbf18f3b1dc1de68559d1ff35a74caa998dc"
emotion@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-8.0.12.tgz#03de11ce26b1b2401c334b94d438652124c514c6"
emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.1.0.tgz#498e23854e9f59984195984e0b335d2ff0df0039"
dependencies:
babel-plugin-emotion "^8.0.12"
emotion-utils "^8.0.12"
stylis "^3.3.2"
stylis-rule-sheet "^0.0.5"
babel-plugin-emotion "^9.1.0"
create-emotion "^9.1.0"
encodeurl@~1.0.2:
version "1.0.2"
@ -4078,7 +4100,7 @@ eslint@4.10.0:
table "^4.0.1"
text-table "~0.2.0"
eslint@^4.18.1:
eslint@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
dependencies:
@ -6431,7 +6453,7 @@ joyent-manifest-editor@^1.4.0:
prop-types "^15.6.0"
react-codemirror "^1.0.0"
joyent-react-scripts@^8.0.2:
joyent-react-scripts@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/joyent-react-scripts/-/joyent-react-scripts-8.0.3.tgz#0fa8684c924dbc582711c948167234278d925c5f"
dependencies:
@ -7961,6 +7983,10 @@ param-case@2.1.x, param-case@^2.1.1:
dependencies:
no-case "^2.2.0"
parent-dirs@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/parent-dirs/-/parent-dirs-1.0.0.tgz#b88851d1534013db421ce1695766906d0fbfb392"
parse-asn1@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712"
@ -8498,20 +8524,20 @@ preact-compat@^3.18.0:
prop-types "^15.5.8"
standalone-react-addons-pure-render-mixin "^0.1.1"
preact-emotion-flexboxgrid@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/preact-emotion-flexboxgrid/-/preact-emotion-flexboxgrid-1.0.1.tgz#b3910067862fb00c197bc71d10fa372477e31dc1"
preact-emotion-flexboxgrid@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/preact-emotion-flexboxgrid/-/preact-emotion-flexboxgrid-2.0.1.tgz#1c5547ba2d5860c4833ee3886aee610494c34534"
dependencies:
emotion "^8.0.12"
emotion "^9.1.0"
lodash.isinteger "^4.0.4"
preact-emotion "^8.0.12"
preact-emotion "^9.1.0"
preact-emotion@^8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/preact-emotion/-/preact-emotion-8.0.12.tgz#126bd14606245aaf78a8a6bca53215ff48e5ea81"
preact-emotion@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/preact-emotion/-/preact-emotion-9.1.0.tgz#4be8259ee9e211baeab281624e09d3b3dcb5ea05"
dependencies:
babel-plugin-emotion "^8.0.12"
emotion-utils "^8.0.12"
babel-plugin-emotion "^9.1.0"
create-emotion-styled "^9.1.0"
preact-render-to-string@^3.6.0:
version "3.7.0"
@ -8816,7 +8842,7 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
react-apollo@^2.0.4:
react-apollo@^2.0.4, react-apollo@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.1.1.tgz#22a55d28cb54fb652415daf757fb1f743b9daaba"
dependencies:
@ -9263,9 +9289,9 @@ redent@^2.0.0:
indent-string "^3.0.0"
strip-indent "^2.0.0"
redrun@^5.10.5:
version "5.10.5"
resolved "https://registry.yarnpkg.com/redrun/-/redrun-5.10.5.tgz#e8ce39d00b6a7ffe50e96e4bcda330e5bd796dd3"
redrun@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/redrun/-/redrun-6.0.1.tgz#38039c377b08b8e7d9049a960e5d37761721468f"
dependencies:
all-object-keys "^1.0.0"
currify "^2.0.0"
@ -9274,6 +9300,7 @@ redrun@^5.10.5:
fullstore "^1.0.0"
jessy "^2.0.0"
mapsome "^1.0.0"
parent-dirs "^1.0.0"
readjson "^1.1.3"
somefilter "^2.0.0"
squad "^2.0.0"
@ -10230,7 +10257,7 @@ static-extend@^0.1.1:
version "1.4.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087"
stickybits@^3.1.1:
stickybits@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/stickybits/-/stickybits-3.2.0.tgz#698610a1f4f79a492f5081e59e53db8286e76866"
@ -10425,11 +10452,11 @@ styled-is@1.1.2, styled-is@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/styled-is/-/styled-is-1.1.2.tgz#f23a43249ba52ac9136c166aac1da30a5711593e"
stylis-rule-sheet@0.0.10, stylis-rule-sheet@^0.0.10, stylis-rule-sheet@^0.0.5:
stylis-rule-sheet@0.0.10, stylis-rule-sheet@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
stylis@^3.0.0, stylis@^3.3.2, stylis@^3.5.0:
stylis@^3.0.0, stylis@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"