From 5adf0d6c61825f81abe00f85906e97378d098542 Mon Sep 17 00:00:00 2001 From: aretecode Date: Sat, 20 Apr 2019 21:23:34 -0700 Subject: [PATCH] update submodules, yarnage https://github.com/aretecode/modern-stack-web-resume/issues/58 --- .gitmodules | 4 ++-- package.json | 2 +- packages/client | 2 +- packages/graphql | 2 +- yarn.lock | 23 ++++++++++++++++------- 5 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0928bd2..389e1fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "packages/client"] path = packages/client - url = git@github.com:aretecode/modern-stack-resume-react.git + url = git@github.com:aretecode/modern-stack-portfolio-react.git [submodule "packages/graphql"] path = packages/graphql - url = git@github.com:aretecode/modern-stack-resume-graphql.git + url = git@github.com:aretecode/modern-stack-portfolio-graphql.git diff --git a/package.json b/package.json index 18e7a44..ac65ded 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "modern-stack-skeleton", + "name": "modern-stack-web-skeleton", "version": "1.0.0", "private": true, "sideEffects": false, diff --git a/packages/client b/packages/client index 58ddb0a..a0cca3a 160000 --- a/packages/client +++ b/packages/client @@ -1 +1 @@ -Subproject commit 58ddb0aa34b742a73d4fdc9e27c2dc9507b5dbc3 +Subproject commit a0cca3a1c329677ccc61de11476458f8fc2cf32c diff --git a/packages/graphql b/packages/graphql index 2fe1d07..96f0581 160000 --- a/packages/graphql +++ b/packages/graphql @@ -1 +1 @@ -Subproject commit 2fe1d0782e122014b2b7273f5eb6b77dd9c36a13 +Subproject commit 96f05816edfe22f729b275ee1f9564de1878ca71 diff --git a/yarn.lock b/yarn.lock index 72d101c..a40eb9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1959,6 +1959,18 @@ dependencies: "@types/node" "*" +"@types/gapi.client.tagmanager@2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@types/gapi.client.tagmanager/-/gapi.client.tagmanager-2.0.1.tgz#4ced1e4fbb125eb16a2d019e8db1e38d154068ac" + integrity sha512-4GUw1vYQ441emfV84G1No8IzGlURyZwLRWB+aBV8CjK6wE3xLit7HdVBwkexcRFGJV9EHTQmyF2faFBqLP/xKg== + dependencies: + "@types/gapi.client" "*" + +"@types/gapi.client@*": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/gapi.client/-/gapi.client-1.0.1.tgz#620860ae183d849e513d44b4f0422c89b8a1fc91" + integrity sha512-/SjoU65jvBZlDQtw12OB9YCrqKQrrAdG4YpVTH4AJaJDCOkFdGXcDA2IFTm3d2UCeQwmqM/o6tNlyjKINO6MNg== + "@types/glob@7.1.1", "@types/glob@^7.1.1": version "7.1.1" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575" @@ -15246,19 +15258,16 @@ style-search@^0.1.0: resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= -styled-components@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.2.0.tgz#811fbbec4d64c7189f6c7482b9eb6fefa7fefef7" - integrity sha512-L/LzkL3ZbBhqIVHdR7DbYujy4tqvTNRfc+4JWDCYyhTatI+8CRRQUmdaR0+ARl03DWsfKLhjewll5uNLrqrl4A== +"styled-components@https://unpkg.com/styled-components-aretecode@4.2.0-fork.4/styled-components-aretecode-4.2.0-fork.4.tgz": + version "4.2.0-fork.4" + resolved "https://unpkg.com/styled-components-aretecode@4.2.0-fork.4/styled-components-aretecode-4.2.0-fork.4.tgz#21ab9f0bef57b6ead0a250c3a8961449ae222ce2" dependencies: "@babel/helper-module-imports" "^7.0.0" "@emotion/is-prop-valid" "^0.7.3" "@emotion/unitless" "^0.7.0" babel-plugin-styled-components ">= 1" css-to-react-native "^2.2.2" - memoize-one "^5.0.0" - prop-types "^15.5.4" - react-is "^16.6.0" + prop-types "^15.7.2" stylis "^3.5.0" stylis-rule-sheet "^0.0.10" supports-color "^5.5.0"