Skip to content

Commit

Permalink
Merge pull request #1082 from keplersj/dependabot/npm_and_yarn/gatsby…
Browse files Browse the repository at this point in the history
…-plugin-typescript-2.10.0
  • Loading branch information
dependabot-preview[bot] committed Jan 5, 2021
2 parents 16d435e + 4cdfd5a commit dcc22c6
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.8.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-typescript": "^2.8.0",
"gatsby-plugin-typescript": "^2.10.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-yaml": "^2.9.0",
"lodash": "^4.17.20",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -3352,10 +3352,10 @@ babel-plugin-macros@^2.8.0:
cosmiconfig "^6.0.0"
resolve "^1.12.0"

babel-plugin-remove-graphql-queries@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.13.0.tgz#7e62cb758b247c635565732c4778fc8581cb48b6"
integrity sha512-6sL3JVKDa3OjXtmBYrr467BnQeUjNI7p2dy+aBwbB8WqChHLJOFh5+lxfzC0z/7hBehqmWpBV7xHfZdIP1lAzQ==
babel-plugin-remove-graphql-queries@^2.13.0, babel-plugin-remove-graphql-queries@^2.14.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.14.0.tgz#d34dbc8aaa4eb2b6f11165c63bf3c226b283194b"
integrity sha512-7uc3CzyMZRuGVU69RZ/vJ4+jYeuyIbT9dTMjX2wu3QJ+TcRAaW3MJVxG5cN7YhCBv0S0/KIqXdh6BpSYswzUkw==

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

gatsby-plugin-typescript@^2.8.0, gatsby-plugin-typescript@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.9.0.tgz#6ad24dfdd1bc28e507a7762aba4ec6da36da6cd4"
integrity sha512-PoyvCt1E2y0TnGH3KIadPeiPB3691iXPYW5S8o0nKam3PcVo1UXcyTK5CRFUgVpsLsfzFcI+2HJ+TDrANDTWNw==
gatsby-plugin-typescript@^2.10.0, gatsby-plugin-typescript@^2.9.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.10.0.tgz#d6cd190384804eb8b7d1e1fb1e6e132b8fa0bdda"
integrity sha512-1mf7zrFVE5UEut+3YRnb3N2XareM0Xk4Mfzw0K89ASqWT4R4QaEIxycsjPERBZMFy0GLWt8e0Hl93Wwn+eefwg==
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.13.0"
babel-plugin-remove-graphql-queries "^2.14.0"

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

0 comments on commit dcc22c6

Please sign in to comment.