Skip to content

Commit

Permalink
fix(deps): bump gatsby-plugin-typescript from 2.11.0 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Feb 3, 2021
1 parent d4d8f44 commit 4ecccc3
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.9.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-typescript": "^2.11.0",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-transformer-yaml": "^2.10.0",
"lodash": "^4.17.20",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -3343,10 +3343,10 @@ babel-plugin-macros@^2.8.0:
cosmiconfig "^6.0.0"
resolve "^1.12.0"

babel-plugin-remove-graphql-queries@^2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.15.0.tgz#e903911abde6ef8c7588dfcc1ae2b1db602c48f6"
integrity sha512-4wzmihZGsAESRZsOHGq7XdNyfpeLEF+tvugt7LkGWYJK/lFbwwgGO1DV7T9m9QktgVG+Fku81MrmjuCCCmSf/A==
babel-plugin-remove-graphql-queries@^2.15.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-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
Expand Down Expand Up @@ -7260,18 +7260,18 @@ gatsby-plugin-react-helmet@^3.9.0:
dependencies:
"@babel/runtime" "^7.12.5"

gatsby-plugin-typescript@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.11.0.tgz#972d310b5f4b9a56ae873198f54504e84bc7c8c7"
integrity sha512-CZuM3DW5vVBysQf9h775q6iM+Dusx4EKSnhZAsxUBo2CwWlcjTgCysStUe4SLqMS+x/FAx+ZpJxnnHX2LylQlg==
gatsby-plugin-typescript@^2.11.0, 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==
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.15.0"
babel-plugin-remove-graphql-queries "^2.16.0"

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

0 comments on commit 4ecccc3

Please sign in to comment.