Skip to content

Commit

Permalink
Merge pull request #1145 from keplersj/dependabot/npm_and_yarn/gatsby…
Browse files Browse the repository at this point in the history
…-plugin-typescript-2.12.1
  • Loading branch information
dependabot-preview[bot] committed Feb 24, 2021
2 parents c84ca55 + 85a1ed4 commit 7fae74a
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.10.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-yaml": "^2.11.0",
"lodash": "^4.17.21",
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.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.16.0.tgz#8abb88ee9f0a5edaef667663657091aa34cdc5c4"
integrity sha512-sUmAjyA1JUHIWOzV7h1+sLAplNWUQlC6A1Cs2Xmpi/tHcHjHSpI4R5y5Um82WjiT7IHV2LfBKqL/qpyGeXky5w==
babel-plugin-remove-graphql-queries@^2.16.0, babel-plugin-remove-graphql-queries@^2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.16.1.tgz#bacfcd87eabdfffe025072c11602a9586cd0285a"
integrity sha512-PkHJuRodMp4p617a/ZVhV8elBhRoFpOTpdu2DaApXJFIsDJWhjZ8d4BGbbFCT/yKJrhRDTdqg1r5AhWEaEUKkw==

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

gatsby-plugin-typescript@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.12.0.tgz#44df6cfde747ab94c1984621e5bb749da94af959"
integrity sha512-Gb8mPdIgAmlxb/EgH7h5ewq3nMJ+oU640AyfTCAp9GtQspRztRRKjuGceJH3gDVq8bO6wFOWxdRVYIC2KZF9mw==
gatsby-plugin-typescript@^2.12.0, gatsby-plugin-typescript@^2.12.1:
version "2.12.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.12.1.tgz#cb2f009d5c015a7703578b86608e90d71b55e9ae"
integrity sha512-p32qJVDi5Xw1Oo5vLMUXdRBxSDlMrfxTGb7etMAsVfyLRlRhMLb2YsuXJIvN1IfybQ6Z3EbhlH293cpxn5jozg==
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.16.0"
babel-plugin-remove-graphql-queries "^2.16.1"

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

0 comments on commit 7fae74a

Please sign in to comment.