Skip to content

Commit

Permalink
Merge pull request #1038 from keplersj/dependabot/npm_and_yarn/gatsby…
Browse files Browse the repository at this point in the history
…-plugin-typescript-2.8.0
  • Loading branch information
dependabot-preview[bot] committed Dec 2, 2020
2 parents 6c3c326 + aa497c5 commit eeec264
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gatsby-theme-atom-service/package.json
Expand Up @@ -60,7 +60,7 @@
"gatsby-plugin-lodash": "^3.6.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-typescript": "^2.7.0",
"gatsby-plugin-typescript": "^2.8.0",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-transformer-yaml": "^2.7.0",
"lodash": "^4.17.20",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -3337,10 +3337,10 @@ babel-plugin-macros@^2.8.0:
cosmiconfig "^6.0.0"
resolve "^1.12.0"

babel-plugin-remove-graphql-queries@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.11.0.tgz#0d90f7c3e66033eebccf69b5c2618f1239e89ff0"
integrity sha512-JJiC1JdMubakyCAppYnFqdXqX1sNRIYomoRQ1tH2xzXHrsmhk3lRUSozsEGWxsL7r9D7zacuhi6fF4vukIyo0w==
babel-plugin-remove-graphql-queries@^2.11.0, babel-plugin-remove-graphql-queries@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.12.0.tgz#8ecf08ce9a90b81ec54aeb69c8bb1fbacdbc92c0"
integrity sha512-oF1XC0+FfeBBE8FbcLD0Rf4EZUIrUEI2comT+DaX27U34tKByuCPQSkLKgcirCd/h5kfJd9LLIr1Sjv3dU4NGw==

babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
Expand Down Expand Up @@ -7223,18 +7223,18 @@ gatsby-plugin-react-helmet@^3.6.0:
dependencies:
"@babel/runtime" "^7.12.5"

gatsby-plugin-typescript@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.7.0.tgz#a21820a6e115f919a04229c526cc76a622c86cf4"
integrity sha512-IZ2t+bWcUEGdnrlGI5lDnuP8y/AkS1YJ/jqPmpXPUnNty8OCM6IC8r1W5ecjbqzSOkZg7UHkABZ60iUzZ/h2Yg==
gatsby-plugin-typescript@^2.7.0, gatsby-plugin-typescript@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.8.0.tgz#898d10bf7dcbd3b9dd7ad62dd2058082774581f8"
integrity sha512-Xe39rI83fPHu0rjyexQglEuasKYelM0Sklau9pj7gAFOzYYtuALChqNYADcM/D9Ot18T0bFlhuN/nxREpLE+eQ==
dependencies:
"@babel/core" "^7.12.3"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
"@babel/plugin-proposal-numeric-separator" "^7.12.5"
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
"@babel/preset-typescript" "^7.12.1"
"@babel/runtime" "^7.12.5"
babel-plugin-remove-graphql-queries "^2.11.0"
babel-plugin-remove-graphql-queries "^2.12.0"

gatsby-plugin-utils@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit eeec264

Please sign in to comment.