Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang7 committed Sep 27, 2018
1 parent 7c2a53c commit 5c81864
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"animejs": "^2.2.0",
"babel-plugin-styled-components": "^1.7.1",
"gatsby": "^2.0.8",
"gatsby-image": "^2.0.9",
"gatsby": "^2.0.9",
"gatsby-image": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-offline": "^2.0.5",
Expand All @@ -39,27 +39,27 @@
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^2.0.2",
"gatsby-remark-images": "^2.0.3",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"gatsby-transformer-remark": "^2.1.4",
"gatsby-transformer-sharp": "^2.1.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-anchor-link-smooth-scroll": "^1.0.11",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-transition-group": "^2.4.0",
"react-transition-group": "^2.5.0",
"scrollreveal": "^4.0.4",
"styled-components": "^3.4.9"
},
"devDependencies": {
"@upstatement/eslint-config": "0.2.1",
"@upstatement/prettier-config": "^0.2.1",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.0.0-rc.15",
"lint-staged": "^7.3.0",
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,17 @@ babel-core@7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"

babel-eslint@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.0.tgz#0bb43e6b11a119bf3defbb1ee2521f42e2d413c9"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babel-eslint@^8.2.2:
version "8.2.6"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
Expand All @@ -1328,17 +1339,6 @@ babel-eslint@^8.2.2:
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babel-eslint@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babel-extract-comments@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21"
Expand Down Expand Up @@ -3844,9 +3844,9 @@ eslint-plugin-jsx-a11y@^6.0.3, eslint-plugin-jsx-a11y@^6.1.1:
has "^1.0.3"
jsx-ast-utils "^2.0.1"

eslint-plugin-prettier@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2.tgz#71998c60aedfa2141f7bfcbf9d1c459bf98b4fad"
eslint-plugin-prettier@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
dependencies:
fast-diff "^1.1.1"
jest-docblock "^21.0.0"
Expand Down Expand Up @@ -4718,17 +4718,17 @@ gatsby-cli@^2.4.1:
yargs "^11.1.0"
yurnalist "^0.2.1"

gatsby-image@^2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.0.9.tgz#ed5feebb4749530e5d53436ebfbec409253e1493"
gatsby-image@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.0.10.tgz#65c1f27e6d0cf024b8b31e43ff0d115f3b264446"
dependencies:
"@babel/runtime" "^7.0.0"
prop-types "^15.6.1"
react-testing-library "^4.1.7"

gatsby-link@^2.0.0-rc.4:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.0.1.tgz#40dbd38948e9cf3f97a675181c9ebb35cc4742c1"
gatsby-link@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.0.2.tgz#b131b281cd0acdfb9a64e87fefeb01499296fa29"
dependencies:
"@babel/runtime" "^7.0.0"
"@reach/router" "^1.1.1"
Expand Down Expand Up @@ -4836,9 +4836,9 @@ gatsby-remark-external-links@0.0.4:
unist-util-find "^1.0.1"
unist-util-visit "^1.1.3"

gatsby-remark-images@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-2.0.2.tgz#996df2cc092b37dfa75f2c8a2162c0848aca3b9a"
gatsby-remark-images@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-2.0.3.tgz#0d2f90a9e200a20112da5d62b0906a2ac8e01d9f"
dependencies:
"@babel/runtime" "^7.0.0"
cheerio "^1.0.0-rc.2"
Expand All @@ -4865,9 +4865,9 @@ gatsby-source-filesystem@^2.0.1:
valid-url "^1.0.9"
xstate "^3.1.0"

gatsby-transformer-remark@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.1.3.tgz#ca14d068987fc5dd35aea9cc9c756b35f3b2106d"
gatsby-transformer-remark@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.1.4.tgz#229722a84815023495ec2e487c4a87b162ac08b6"
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
Expand Down Expand Up @@ -4900,9 +4900,9 @@ gatsby-transformer-sharp@^2.1.2:
probe-image-size "^4.0.0"
sharp "^0.20.2"

gatsby@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.8.tgz#3cfe58c3f1870c8f9383fbdd90a32b2b00dd1eb5"
gatsby@^2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.9.tgz#bf35f4de1cb0596ab952a6fd6a038c0c5e9caea0"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -4956,7 +4956,7 @@ gatsby@^2.0.8:
friendly-errors-webpack-plugin "^1.6.1"
fs-extra "^5.0.0"
gatsby-cli "^2.4.1"
gatsby-link "^2.0.0-rc.4"
gatsby-link "^2.0.2"
gatsby-plugin-page-creator "^2.0.0"
gatsby-react-router-scroll "^2.0.0"
glob "^7.1.1"
Expand Down Expand Up @@ -7137,7 +7137,7 @@ longest@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"

loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
dependencies:
Expand Down Expand Up @@ -9122,12 +9122,12 @@ react-testing-library@^4.1.7:
dom-testing-library "^3.1.0"
wait-for-expect "^1.0.0"

react-transition-group@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.4.0.tgz#1d9391fabfd82e016f26fabd1eec329dbd922b5a"
react-transition-group@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.5.0.tgz#70bca0e3546102c4dc5cf3f5f57f73447cce6874"
dependencies:
dom-helpers "^3.3.1"
loose-envify "^1.3.1"
loose-envify "^1.4.0"
prop-types "^15.6.2"
react-lifecycles-compat "^3.0.4"

Expand Down

0 comments on commit 5c81864

Please sign in to comment.