Skip to content

Commit

Permalink
update submodules, yarnage
Browse files Browse the repository at this point in the history
  • Loading branch information
aretecode committed Apr 21, 2019
1 parent 087688d commit 5adf0d6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "modern-stack-skeleton",
"name": "modern-stack-web-skeleton",
"version": "1.0.0",
"private": true,
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/client
Submodule client updated 58 files
+3 −0 .nowignore
+10 −0 README.md
+4 −4 __tests__/App.test.tsx
+133 −265 __tests__/__snapshots__/App.test.tsx.snap
+8 −0 __tests__/scripts.test.ts
+39 −0 env.js
+7 −1 globals.d.ts
+1 −0 jest.setup.js
+4 −0 next.config.js
+24 −2 now.json
+8 −4 package.json
+8 −5 pages/About/AboutPage.tsx
+5 −5 pages/About/Address.tsx
+3 −3 pages/About/Skills.tsx
+21 −19 pages/Portfolio/PortfolioPage.tsx
+0 −0 pages/Portfolio/TimeRange.tsx
+4 −0 pages/Portfolio/index.tsx
+0 −0 pages/Portfolio/styled.ts
+0 −4 pages/Resume/index.tsx
+18 −14 pages/_app.tsx
+16 −4 pages/_document.tsx
+104 −0 server/index.ts
+18 −12 src/__tests__/storage.test.ts
+1 −1 src/apolloClient.ts
+2 −2 src/apolloState.ts
+4 −4 src/apolloStateRehydrate.ts
+1 −1 src/features/AnimateHeight/styled.ts
+42 −0 src/features/AppContext.tsx
+3 −3 src/features/Footer/Footer.tsx
+3 −3 src/features/GoogleDocument.tsx
+14 −0 src/features/GoogleTagManager/AnalyticsContainer.ts
+60 −0 src/features/GoogleTagManager/GoogleTagManager.tsx
+15 −0 src/features/GoogleTagManager/README.md
+48 −0 src/features/GoogleTagManager/__tests__/__snapshots__/googleTagManager.test.tsx.snap
+34 −0 src/features/GoogleTagManager/__tests__/googleTagManager.test.tsx
+8 −0 src/features/GoogleTagManager/index.ts
+3 −0 src/features/GoogleTagManager/instance.ts
+3 −0 src/features/GoogleTagManager/typings.ts
+25 −0 src/features/GoogleTagManager/utils.ts
+5 −5 src/features/Header/Header.tsx
+1 −1 src/features/Navigation/Navigation.tsx
+6 −2 src/features/ObservablePicture.tsx
+11 −11 src/features/PortfolioContext.tsx
+175 −0 src/features/PortfolioHead.tsx
+5 −5 src/features/PortfolioSchema.tsx
+0 −182 src/features/ResumeHead.tsx
+2 −2 src/features/Script.tsx
+4 −4 src/features/SocialProfiles/SocialProfiles.tsx
+4 −4 src/features/SocialProfiles/__test__/SocialProfiles.test.tsx
+0 −25 src/features/SocialProfiles/__test__/__snapshots__/SocialProfiles.test.tsx.snap
+6 −0 src/features/__tests__/Script.test.tsx
+0 −3 src/features/__tests__/__snapshots__/Separator.test.tsx.snap
+28 −21 src/storage.ts
+1 −0 src/typings.ts
+45 −1 static/copy.js
+1 −1 static/manifest.json
+10 −9 static/sitemap.xml
+12 −0 tsconfig.server.json
2 changes: 1 addition & 1 deletion packages/graphql
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5adf0d6

Please sign in to comment.