Build(deps-dev): bump gatsby-plugin-typescript from 2.4.2 to 2.4.3 (#5122)

Bumps [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.4.3/packages/gatsby-plugin-typescript)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-23 13:14:31 +00:00
committed by GitHub
parent f985cfc40a
commit 2c04d9e9d1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15020,9 +15020,9 @@
}
},
"gatsby-plugin-typescript": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.2.tgz",
"integrity": "sha512-4mtmFqtKaHNeWYL3Bh6vtO6Ay7VjNR6ZFi8lfL/hiXEEXoy8sZO/S/70qVVecbzeYS6DpKZveEKLfluRLwnDvA==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.3.tgz",
"integrity": "sha512-smD3IlOigNR5gNQwRAp6TH4czsZ8mpO+WMxoE3M0G49JR/aj2kgh85pzB0yRWpq0/oUUf9guatQJxGhvUWUJYg==",
"dev": true,
"requires": {
"@babel/core": "^7.9.6",
@@ -15031,7 +15031,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.6",
"babel-plugin-remove-graphql-queries": "^2.9.1"
"babel-plugin-remove-graphql-queries": "^2.9.2"
},
"dependencies": {
"@babel/runtime": {
@@ -15044,9 +15044,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.1.tgz",
"integrity": "sha512-Ua41OqiQ0yUi/9ZvbdhCKCkiCAdwCSVxtf5umV1scD6mMYd70eIA9or3M2nxhqHJ2leSRCYdyu771seEICkC3Q==",
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.2.tgz",
"integrity": "sha512-W6UpWAT18G27XfXvBmBoSsb5CfeMRf3K/dCkK5w0i9D9VC4CIj3162s2P2SGawqEraO1njKgjvkRfut8uTLUdw==",
"dev": true
}
}

View File

@@ -200,7 +200,7 @@
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-remove-trailing-slashes": "^2.3.3",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-plugin-typescript": "^2.4.2",
"gatsby-plugin-typescript": "^2.4.3",
"got": "11.1.4",
"humanize-string": "^2.1.0",
"husky": "^4.2.5",