Skip to content

Commit

Permalink
Bump graphcms addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Jan 14, 2020
1 parent 192bca2 commit 28ffeb7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"tdd": "jest --watch",
"prepare": "package-prepare",
"prestart": "relative-deps",
"-prepare": "yarn relative-deps"
"-prepare": "yarn relative-deps",
"update-dependencies": "yarn upgradeInteractive --latest"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@focus-reactive/storybook-addon-graphcms": "^1.2.0",
"@focus-reactive/storybook-addon-graphcms": "^1.3.0",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-links": "^5.2.8",
Expand Down Expand Up @@ -52,7 +53,7 @@
"unified": "^8.4.0"
},
"relativeDependencies": {
"@focus-reactive/storybook-addon-graphcms": "/home/usul/web-projects/FocusOpenSource/storybook-addon-graphcms/"
"@focus-reactive/storybook-addon-graphcms": "../../Addons/storybook-graphql-kit-graphcms/"
},
"license": "MIT"
}
20 changes: 16 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,22 @@
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==

"@focus-reactive/storybook-addon-graphcms@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@focus-reactive/storybook-addon-graphcms/-/storybook-addon-graphcms-1.2.0.tgz#3196a48dd516ce3cc69565cb52b70ba24685ede8"
integrity sha512-ZtjVvRXF4GIuSpmdhnewUHtPRZ6altj1f3fKPiHgwKbLc/yAJzRSP4nbAnfkyvelaJSZgh1RLdwtUP6ZPcGdoA==
"@focus-reactive/storybook-addon-graphcms@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@focus-reactive/storybook-addon-graphcms/-/storybook-addon-graphcms-1.3.0.tgz#79c11aeb4d3ccbb1de0e237fd169c240bde95d80"
integrity sha512-cg81KNe9Q64ZYo0EO7zOCSV1quTy9+pn2wc17cyPfr0njtLr+oP9A2eacyFYLfd3AhrUZsCbW/b7bgftFPfO/Q==
dependencies:
"@focus-reactive/storybook-graphql-kit" "^0.3.0"
"@material-ui/core" "^4.5.0"
"@material-ui/icons" "^4.4.3"
"@storybook/addon-devkit" "^1.3.2"
graphql-request "^1.8.2"
react-json-view "^1.19.1"

"@focus-reactive/storybook-graphql-kit@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@focus-reactive/storybook-graphql-kit/-/storybook-graphql-kit-0.3.0.tgz#20f86150a66952921f4b5e6fecea18bff9d85a23"
integrity sha512-u9nbXZ02NbYJKFkQHKBoaTKlaQeRa77QNkcxevTSHHWjWCq7AHlk13WsAcYzbtROUxua5/qcRGEdMQnyw5zuwg==
dependencies:
"@material-ui/core" "^4.5.0"
"@material-ui/icons" "^4.4.3"
Expand Down

0 comments on commit 28ffeb7

Please sign in to comment.