diff --git a/docs/package.json b/docs/package.json index ac712cf7a7b3..cb07205250d7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,14 +31,14 @@ "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bootstrap": "^3.3.7", - "gatsby": "^1.9.171", + "gatsby": "^1.9.174", "gatsby-link": "^1.6.35", "gatsby-plugin-sharp": "^1.6.27", "gatsby-remark-autolink-headers": "^1.4.11", "gatsby-remark-copy-linked-files": "^1.5.25", "gatsby-remark-images": "^1.5.41", "gatsby-remark-smartypants": "^1.4.10", - "gatsby-source-filesystem": "^1.5.15", + "gatsby-source-filesystem": "^1.5.16", "gatsby-transformer-remark": "^1.7.30", "gh-pages": "^1.1.0", "global": "^4.3.2", diff --git a/docs/yarn.lock b/docs/yarn.lock index ecaae34307f6..b11501d74de4 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4352,9 +4352,9 @@ gatsby-1-config-css-modules@^1.0.8: dependencies: babel-runtime "^6.26.0" -gatsby-cli@^1.1.32: - version "1.1.32" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.32.tgz#5591b343a1ef4c4643a05c85ca711043dcd487c7" +gatsby-cli@^1.1.33: + version "1.1.33" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.33.tgz#a79337d73f88ef1157aceefd245242ec0d463680" dependencies: babel-code-frame "^6.26.0" babel-runtime "^6.26.0" @@ -4407,9 +4407,9 @@ gatsby-plugin-sharp@^1.6.27: sharp "^0.19.0" svgo "^0.7.2" -gatsby-react-router-scroll@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.8.tgz#6cc9d80c139e58ed5189dd35146ac37b46846cd5" +gatsby-react-router-scroll@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.9.tgz#0a321e7ae8c69ac6ba9528abf5b7be4e549a943f" dependencies: babel-runtime "^6.26.0" scroll-behavior "^0.9.1" @@ -4458,9 +4458,9 @@ gatsby-remark-smartypants@^1.4.10: retext-smartypants "^2.0.0" unist-util-visit "^1.1.1" -gatsby-source-filesystem@^1.5.15: - version "1.5.15" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.15.tgz#26278e00101f03c279f4f0bdd285420ff561e8b2" +gatsby-source-filesystem@^1.5.16: + version "1.5.16" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-1.5.16.tgz#1439093b6ad53322667870ca4ed636ad0e2121b0" dependencies: babel-cli "^6.26.0" babel-runtime "^6.26.0" @@ -4499,9 +4499,9 @@ gatsby-transformer-remark@^1.7.30: unist-util-select "^1.5.0" unist-util-visit "^1.1.1" -gatsby@^1.9.171: - version "1.9.172" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.172.tgz#2d3719b85fcce392415a654e7bdad1369d12726b" +gatsby@^1.9.174: + version "1.9.175" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.175.tgz#a0e1f9a66202f5821abfc1fdbcf3673c3dfa5b4c" dependencies: async "^2.1.2" babel-code-frame "^6.22.0" @@ -4541,10 +4541,10 @@ gatsby@^1.9.171: front-matter "^2.1.0" fs-extra "^4.0.1" gatsby-1-config-css-modules "^1.0.8" - gatsby-cli "^1.1.32" + gatsby-cli "^1.1.33" gatsby-link "^1.6.35" gatsby-module-loader "^1.0.9" - gatsby-react-router-scroll "^1.0.8" + gatsby-react-router-scroll "^1.0.9" glob "^7.1.1" graphql "^0.11.7" graphql-relay "^0.5.1" @@ -4589,6 +4589,7 @@ gatsby@^1.9.171: relay-compiler "^1.4.1" remote-redux-devtools "^0.5.7" serve "^6.4.0" + shallow-compare "^1.2.2" sift "^3.2.6" signal-exit "^3.0.2" slash "^1.0.0" @@ -9835,6 +9836,10 @@ sha.js@^2.4.0, sha.js@^2.4.8: inherits "^2.0.1" safe-buffer "^5.0.1" +shallow-compare@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/shallow-compare/-/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb" + shallowequal@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-0.2.2.tgz#1e32fd5bcab6ad688a4812cb0cc04efc75c7014e" diff --git a/examples/vue-kitchen-sink/src/stories/index.js b/examples/vue-kitchen-sink/src/stories/index.js index e8d1d93d6d56..645a4b23cc32 100644 --- a/examples/vue-kitchen-sink/src/stories/index.js +++ b/examples/vue-kitchen-sink/src/stories/index.js @@ -233,7 +233,6 @@ storiesOf('Addon Knobs', module) const salutation = nice ? 'Nice to meet you!' : 'Leave me alone!'; const dateOptions = { year: 'numeric', month: 'long', day: 'numeric', timeZone: 'UTC' }; - button('Arbitrary action', action('You clicked it!')); return { diff --git a/lib/cli/test/snapshots/sfc_vue/package.json b/lib/cli/test/snapshots/sfc_vue/package.json index b29e79adee86..234aa75a1b05 100644 --- a/lib/cli/test/snapshots/sfc_vue/package.json +++ b/lib/cli/test/snapshots/sfc_vue/package.json @@ -53,7 +53,7 @@ "@storybook/addon-actions": "^3.4.0-alpha.6", "@storybook/addon-links": "^3.4.0-alpha.6", "@storybook/addons": "^3.4.0-alpha.6", - "babel-preset-vue": "^2.0.0" + "babel-preset-vue": "^2.0.1" }, "engines": { "node": ">= 4.0.0", diff --git a/lib/cli/test/snapshots/vue/package.json b/lib/cli/test/snapshots/vue/package.json index a2abd2931cbd..9a24e0bf0bb4 100644 --- a/lib/cli/test/snapshots/vue/package.json +++ b/lib/cli/test/snapshots/vue/package.json @@ -38,6 +38,6 @@ "@storybook/addon-actions": "^3.4.0-alpha.6", "@storybook/addon-links": "^3.4.0-alpha.6", "@storybook/addons": "^3.4.0-alpha.6", - "babel-preset-vue": "^2.0.0" + "babel-preset-vue": "^2.0.1" } }