Browse Source

Update gatsby (#590)

main
Dan Abramov 7 years ago
committed by GitHub
parent
commit
3bf8b907bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 41
      yarn.lock

2
package.json

@ -25,7 +25,7 @@
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-relay": "^0.0.19",
"flow-bin": "^0.56.0",
"gatsby": "^1.9.135",
"gatsby": "^1.9.181",
"gatsby-link": "^1.6.9",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-feed": "^1.3.9",

41
yarn.lock

@ -55,7 +55,7 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"
"@types/history@*":
"@types/history@*", "@types/history@^4.6.2":
version "4.6.2"
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.6.2.tgz#12cfaba693ba20f114ed5765467ff25fdf67ddb0"
@ -3990,9 +3990,9 @@ gatsby-1-config-css-modules@^1.0.8:
dependencies:
babel-runtime "^6.26.0"
gatsby-cli@^1.1.33:
version "1.1.33"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.33.tgz#a79337d73f88ef1157aceefd245242ec0d463680"
gatsby-cli@^1.1.35:
version "1.1.35"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.35.tgz#59e9a8c75a64f71989ecb2b5af17549f020c0051"
dependencies:
babel-code-frame "^6.26.0"
babel-runtime "^6.26.0"
@ -4012,10 +4012,11 @@ gatsby-cli@^1.1.33:
yargs "^8.0.2"
yurnalist "^0.2.1"
gatsby-link@^1.6.35:
version "1.6.35"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-1.6.35.tgz#28ade7aa44460d0a3102d45e4f7413ff7a633e47"
gatsby-link@^1.6.36:
version "1.6.36"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-1.6.36.tgz#3f969d38e9396e2650d3804543c76881eab98feb"
dependencies:
"@types/history" "^4.6.2"
"@types/react-router-dom" "^4.2.2"
babel-runtime "^6.26.0"
prop-types "^15.5.8"
@ -4126,12 +4127,12 @@ gatsby-plugin-twitter@^1.0.10:
dependencies:
babel-runtime "^6.26.0"
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"
gatsby-react-router-scroll@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.10.tgz#a520ea98fd25d5c307790974b13955cb128e01df"
dependencies:
babel-runtime "^6.26.0"
scroll-behavior "^0.9.1"
scroll-behavior "^0.9.9"
warning "^3.0.0"
gatsby-remark-autolink-headers@^1.4.4:
@ -4264,9 +4265,9 @@ gatsby-transformer-sharp@^1.6.1:
fs-extra "^4.0.2"
image-size "^0.6.0"
gatsby@^1.9.135:
version "1.9.175"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.175.tgz#a0e1f9a66202f5821abfc1fdbcf3673c3dfa5b4c"
gatsby@^1.9.181:
version "1.9.181"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.181.tgz#d3507d191fde19c0907113109db44dcc22380447"
dependencies:
async "^2.1.2"
babel-code-frame "^6.22.0"
@ -4306,10 +4307,10 @@ gatsby@^1.9.135:
front-matter "^2.1.0"
fs-extra "^4.0.1"
gatsby-1-config-css-modules "^1.0.8"
gatsby-cli "^1.1.33"
gatsby-link "^1.6.35"
gatsby-cli "^1.1.35"
gatsby-link "^1.6.36"
gatsby-module-loader "^1.0.9"
gatsby-react-router-scroll "^1.0.9"
gatsby-react-router-scroll "^1.0.10"
glob "^7.1.1"
graphql "^0.11.7"
graphql-relay "^0.5.1"
@ -9176,9 +9177,9 @@ sc-formatter@~3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/sc-formatter/-/sc-formatter-3.0.2.tgz#9abdb14e71873ce7157714d3002477bbdb33c4e6"
scroll-behavior@^0.9.1:
version "0.9.5"
resolved "https://registry.yarnpkg.com/scroll-behavior/-/scroll-behavior-0.9.5.tgz#41da30b559da004eb48450f6cff6068c7696ff23"
scroll-behavior@^0.9.9:
version "0.9.9"
resolved "https://registry.yarnpkg.com/scroll-behavior/-/scroll-behavior-0.9.9.tgz#ebfe0658455b82ad885b66195215416674dacce2"
dependencies:
dom-helpers "^3.2.1"
invariant "^2.2.2"

Loading…
Cancel
Save